Files
tk-mini-program/pages.json

180 lines
3.2 KiB
JSON
Raw Normal View History

2025-05-12 14:12:36 +08:00
{
2025-05-12 21:23:37 +08:00
"pages": [
{
2025-05-13 22:16:09 +08:00
"path": "pages/Home/Home",
2025-05-12 21:23:37 +08:00
"style": {
2025-05-13 22:16:09 +08:00
"navigationBarTitleText": "首页"
2025-05-12 21:23:37 +08:00
}
},
2025-05-13 22:16:09 +08:00
{
"path": "pages/Mine/Mine",
"style": {
"navigationBarTitleText": "我的"
}
2025-05-30 22:04:45 +08:00
},
{
"path": "pages/Mine/minecomponents/pkRecord",
"style": {
"navigationBarTitleText": "PK记录"
}
},
{
"path": "pages/Mine/minecomponents/contact",
"style": {
"navigationBarTitleText": "联系客服"
}
},
{
"path": "pages/Mine/minecomponents/pkInformation",
"style": {
"navigationBarTitleText": "PK信息"
}
},
2025-06-04 22:36:28 +08:00
{
"path": "pages/Mine/minecomponents/recompose/recompose",
"style": {
"navigationBarTitleText": "修改pk信息"
}
},
2025-06-03 22:12:34 +08:00
{
"path": "pages/PKMessageprocessing/PKMessageprocessing",
"style": {
"navigationBarTitleText": "PK信息处理"
}
},
2025-05-30 22:04:45 +08:00
{
2025-05-14 16:09:14 +08:00
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "聊天"
}
2025-05-15 22:24:39 +08:00
},{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/UserInformation/UserInformation",
"style": {
"navigationBarTitleText": "用户信息"
}
2025-05-20 00:10:07 +08:00
},{
"path": "pages/Setting/Setting",
"style": {
"navigationBarTitleText": "设置"
}
2025-05-21 17:03:19 +08:00
},
{
"path": "pages/NewAddedPk/NewAddedPk",
"style": {
"navigationBarTitleText": "新增PK"
}
2025-05-22 16:21:07 +08:00
},
{
"path": "pages/pkDetail/pkDetail",
"style": {
"navigationBarTitleText": "PK详情"
}
2025-05-12 14:12:36 +08:00
}
2025-05-21 17:03:19 +08:00
2025-05-12 14:12:36 +08:00
],
2025-05-13 19:39:53 +08:00
"subPackages": [
{
"root": "TUIKit",
"pages": [
{
"path": "components/TUIConversation/index",
"style": {
"navigationBarTitleText": "腾讯云 IM"
}
},
{
"path": "components/TUIChat/index",
"style": {
"navigationBarTitleText": "腾讯云 IM",
"app-plus": {
"softinputMode": "adjustResize",
"titleNView": {
"buttons": [
{
"type": "menu"
}
]
}
},
"h5": {
"titleNView": {
"buttons": []
}
}
}
},
{
"path": "components/TUIChat/video-play",
"style": {
"navigationBarTitleText": "腾讯云 IM"
}
},
{
"path": "components/TUIChat/web-view",
"style": {
"navigationBarTitleText": "腾讯云 IM"
}
},
{
"path": "components/TUIContact/index",
"style": {
"navigationBarTitleText": "腾讯云 IM"
}
},
{
"path": "components/TUIGroup/index",
"style": {
"navigationBarTitleText": "腾讯云 IM"
}
},
{
"path": "components/TUISearch/index",
"style": {
"navigationBarTitleText": "聊天记录"
}
2025-05-13 22:16:09 +08:00
},
{
"path": "components/TUIConversation/conversation-list/index",
"style": {
"navigationBarTitleText": "列表"
}
2025-05-13 19:39:53 +08:00
}
]
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["TUIKit"]
}
},
2025-05-12 14:12:36 +08:00
"globalStyle": {
2025-05-12 21:23:37 +08:00
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
2025-05-12 22:19:21 +08:00
"uniIdRouter": {},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
},
2025-05-13 22:16:09 +08:00
{
"pagePath": "pages/Mine/Mine",
"text": "我的"
2025-05-14 16:09:14 +08:00
},
{
"pagePath": "pages/index/index",
"text": "聊天"
2025-05-12 22:19:21 +08:00
}
]
}
2025-05-12 14:12:36 +08:00
}