Compare commits

...

2 Commits

Author SHA1 Message Date
JiXinHui 66c4e7ee25 Merge branch 'main' of http://sl.vrgon.com:3000/JiXinHui/YingXingAI 2025-07-04 16:43:46 +08:00
JiXinHui 26ebbdada0 pref:home下页面修改 2025-07-04 16:43:42 +08:00
2 changed files with 9 additions and 8 deletions

View File

@ -12,13 +12,6 @@
]
},
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "会话列表",
"navigationStyle": "custom"
}
},
{
"path": "pages/notes/index",
"style": {
@ -49,6 +42,14 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/home/conversation/index",
"style": {
"navigationBarTitleText": "会话列表",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login/index",
"style": {
@ -200,7 +201,7 @@
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/index",
"pagePath": "pages/home/conversation/index",
"iconPath": "static/tabbar/icon_home.png",
"selectedIconPath": "static/tabbar/icon_home_active.png",
"text": "会话列表"