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

51 lines
1000 B
JSON
Raw Normal View History

2025-05-12 21:23:37 +08:00
{
"pages": [
2025-05-13 16:03:28 +08:00
"pages/index/index",
2025-05-13 19:39:53 +08:00
"pages/Home/Home",
2025-05-13 16:03:28 +08:00
"pages/Message/Message"
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",
"components/TUISearch/index"
]
}
],
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": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
2025-05-13 16:03:28 +08:00
},
{
"pagePath": "pages/Message/Message",
"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-12 21:23:37 +08:00
"usingComponents": {}
}