Files
tk-mini-program/unpackage/dist/dev/mp-weixin/app.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2025-05-12 21:23:37 +08:00
{
"pages": [
2025-05-13 19:39:53 +08:00
"pages/Home/Home",
2025-05-14 16:09:14 +08:00
"pages/Mine/Mine",
2025-05-30 22:04:45 +08:00
"pages/Mine/minecomponents/pkRecord",
"pages/Mine/minecomponents/contact",
"pages/Mine/minecomponents/pkInformation",
2025-06-03 22:12:34 +08:00
"pages/PKMessageprocessing/PKMessageprocessing",
2025-05-15 22:24:39 +08:00
"pages/index/index",
"pages/login/login",
2025-05-20 00:10:07 +08:00
"pages/UserInformation/UserInformation",
2025-05-21 17:03:19 +08:00
"pages/Setting/Setting",
2025-05-22 16:21:07 +08:00
"pages/NewAddedPk/NewAddedPk",
"pages/pkDetail/pkDetail"
2025-05-12 21:23:37 +08:00
],
2025-05-13 19:39:53 +08:00
"subPackages": [
{
"root": "TUIKit",
"pages": [
"components/TUIConversation/index",
"components/TUIChat/index",
"components/TUIChat/video-play",
"components/TUIChat/web-view",
"components/TUIContact/index",
"components/TUIGroup/index",
2025-05-13 22:16:09 +08:00
"components/TUISearch/index",
"components/TUIConversation/conversation-list/index"
2025-05-13 19:39:53 +08:00
]
}
],
2025-05-12 21:23:37 +08:00
"window": {
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
2025-05-12 22:19:21 +08:00
"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-13 19:39:53 +08:00
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": [
"TUIKit"
]
}
},
2025-05-15 22:24:39 +08:00
"permission": {},
2025-05-12 21:23:37 +08:00
"usingComponents": {}
}