Files
Z.AI-Chat-for-Android/capacitor.config.json

21 lines
390 B
JSON

{
"appId": "ai.z.chat",
"appName": "Z.AI Chat",
"webDir": "www",
"server": {
"androidScheme": "https",
"allowNavigation": ["api.z.ai", "open.bigmodel.cn"]
},
"android": {
"allowMixedContent": true,
"captureInput": true,
"backgroundColor": "#0f0f23"
},
"plugins": {
"StatusBar": {
"style": "Dark",
"backgroundColor": "#1a1a2e"
}
}
}