Files
tk-mini-program/pages.json

156 lines
2.9 KiB
JSON
Raw Normal View History

2025-05-12 14:12:36 +08:00
{
2025-06-10 23:06:51 +08:00
"pages": [
2025-05-12 21:23:37 +08:00
{
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": "联系客服"
}
},
2025-06-16 22:09:12 +08:00
{
"path": "pages/Mine/minecomponents/points",
"style": {
"navigationBarTitleText": "积分"
}
},
2025-06-13 22:13:15 +08:00
{
"path": "pages/Mine/minecomponents/anchorLibrary",
"style": {
"navigationBarTitleText": "主播库"
}
},
2025-05-30 22:04:45 +08:00
{
"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-06 22:36:41 +08:00
{
"path": "pages/Mine/minecomponents/serviceProtocol",
"style": {
"navigationBarTitleText": "服务协议"
}
},
2025-06-05 23:50:08 +08:00
{
"path": "pages/Mine/minecomponents/DetailsPKRecords/DetailsPKRecords",
"style": {
"navigationBarTitleText": "PK记录详情"
}
},
2025-06-03 22:12:34 +08:00
{
"path": "pages/PKMessageprocessing/PKMessageprocessing",
"style": {
"navigationBarTitleText": "PK信息处理"
}
},
2025-07-25 16:39:52 +08:00
{
"path": "pages/index/chat/messageComponent/fullscreen/imagePreview",
"style": {
"navigationBarTitleText": "图片预览"
}
},
{
"path": "pages/index/chat/messageComponent/fullscreen/videoPreview",
"style": {
"navigationBarTitleText": "视频预览"
}
},
2025-05-30 22:04:45 +08:00
{
2025-05-14 16:09:14 +08:00
"path": "pages/index/index",
"style": {
2025-07-18 13:06:06 +08:00
"navigationBarTitleText": "聊天列表"
}
},
{
"path": "pages/index/chat/chat",
"style": {
"navigationBarTitleText": "聊天页"
2025-05-14 16:09:14 +08:00
}
2025-06-10 23:06:51 +08:00
},
{
2025-05-15 22:24:39 +08:00
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
2025-06-06 22:36:41 +08:00
{
"path": "pages/Forum/Forum",
"style": {
"navigationBarTitleText": "论坛"
}
},
2025-05-15 22:24:39 +08:00
{
"path": "pages/UserInformation/UserInformation",
"style": {
"navigationBarTitleText": "用户信息"
}
2025-06-10 23:06:51 +08:00
},
{
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
}
],
"globalStyle": {
2025-05-12 21:23:37 +08:00
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
2025-06-10 23:06:51 +08:00
},
2025-05-12 22:19:21 +08:00
"uniIdRouter": {},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
2025-06-10 23:06:51 +08:00
},
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-06-06 22:36:41 +08:00
},
{
"pagePath": "pages/Forum/Forum",
"text": "论坛"
2025-05-12 22:19:21 +08:00
}
]
}
2025-06-10 23:06:51 +08:00
}