pref:home下页面修改

This commit is contained in:
JiXinHui 2025-07-04 16:43:42 +08:00
parent f0628968bd
commit 26ebbdada0
2 changed files with 9 additions and 8 deletions

View File

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