1.完成ai聊天页面新

This commit is contained in:
2025-08-14 11:42:34 +08:00
parent d3b5f50a2a
commit 114a30acb8
7 changed files with 881 additions and 42 deletions

View File

@@ -1159,7 +1159,16 @@
{
"path": "pages/aiChat/ai_index",
"style": {
"navigationBarTitleText": "AI辅导员"
"navigationBarTitleText": "智水AI辅导员"
}
},
{
"path": "pages/aiChat/simple_chat",
"style": {
"navigationBarTitleText": "智水AI助手",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1890FF",
"navigationBarTextStyle": "white"
}
}
],