Files
ai-chat-app-x/capacitor.config.json

15 lines
270 B
JSON

{
"appId": "com.tphai.aichat",
"appName": "AI助手",
"webDir": "www",
"server": {
"androidScheme": "https"
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 2000,
"backgroundColor": "#667eea",
"showSpinner": false
}
}
}