初始化

This commit is contained in:
2025-07-28 17:18:33 +08:00
commit 68ac1098fb
18 changed files with 496 additions and 0 deletions

13
pages.json Normal file
View File

@@ -0,0 +1,13 @@
{
"pages": [{
"path": "pages/chat/chat",
"navigationBarTitleText": "AI辅导员" // 直接设置为页面配置对象的属性
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智水AI辅导员",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}