Files
tk-mini-program/pages.json

132 lines
2.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-12 14:12:36 +08:00
{
2025-05-13 22:16:09 +08:00
"path": "pages/index/index",
2025-05-12 14:12:36 +08:00
"style": {
2025-05-13 22:16:09 +08:00
"navigationBarTitleText": "uni-app"
2025-05-12 14:12:36 +08:00
}
2025-05-13 19:39:53 +08:00
},
{
2025-05-13 16:03:28 +08:00
"path": "pages/Message/Message",
"style": {
"navigationBarTitleText": "消息"
}
2025-05-13 22:16:09 +08:00
},
{
"path": "pages/Mine/Mine",
"style": {
"navigationBarTitleText": "我的"
}
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": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
2025-05-13 16:03:28 +08:00
},
{
"pagePath": "pages/Message/Message",
"text": "消息"
2025-05-13 22:16:09 +08:00
},
{
"pagePath": "pages/Mine/Mine",
"text": "我的"
2025-05-12 22:19:21 +08:00
}
2025-05-13 22:16:09 +08:00
2025-05-12 22:19:21 +08:00
]
}
2025-05-12 14:12:36 +08:00
}