This commit is contained in:
pengxiaolong
2025-05-13 22:16:09 +08:00
parent c006a8e63d
commit 5f8ff971d4
34 changed files with 411 additions and 309 deletions

View File

@@ -1,22 +1,28 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/Home/Home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/Message/Message",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/Mine/Mine",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [
@@ -79,6 +85,12 @@
"style": {
"navigationBarTitleText": "聊天记录"
}
},
{
"path": "components/TUIConversation/conversation-list/index",
"style": {
"navigationBarTitleText": "列表"
}
}
]
}
@@ -108,7 +120,12 @@
{
"pagePath": "pages/Message/Message",
"text": "消息"
},
{
"pagePath": "pages/Mine/Mine",
"text": "我的"
}
]
}
}