v1.2.0 - Z.AI Chat for Android with dark/light themes, 4 chat modes, streaming SSE, coding plan endpoint
This commit is contained in:
20
capacitor.config.json
Normal file
20
capacitor.config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user