feat: AI对话助手移动端应用

- 智谱 GLM-4.5-Air 大模型接口
- 移动端优化聊天界面
- Capacitor 支持 Android/iOS 打包
- PWA 配置,可添加到主屏幕
- 多对话管理
- 流式输出
- Markdown格式显示
- 复制、重新生成、删除功能
- 端口: 19021
This commit is contained in:
2026-04-25 23:29:41 +08:00
commit 47a46bd5ea
8 changed files with 1295 additions and 0 deletions

15
capacitor.config.json Normal file
View File

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