feat: AI对话助手移动端应用
- 智谱 GLM-4.5-Air 大模型接口 - 移动端优化聊天界面 - Capacitor 支持 Android/iOS 打包 - PWA 配置,可添加到主屏幕 - 多对话管理 - 流式输出 - Markdown格式显示 - 复制、重新生成、删除功能 - 端口: 19021
This commit is contained in:
15
capacitor.config.json
Normal file
15
capacitor.config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"appId": "com.tphai.aichat",
|
||||
"appName": "AI助手",
|
||||
"webDir": "www",
|
||||
"server": {
|
||||
"androidScheme": "https"
|
||||
},
|
||||
"plugins": {
|
||||
"SplashScreen": {
|
||||
"launchShowDuration": 2000,
|
||||
"backgroundColor": "#667eea",
|
||||
"showSpinner": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user