Files
shoot-miniprograms/src/pages.json

142 lines
3.0 KiB
JSON
Raw Normal View History

2025-04-10 11:11:46 +08:00
{
"pages": [
{
"path": "pages/index",
2025-05-01 16:17:51 +08:00
"style": {
2025-05-01 16:36:24 +08:00
"navigationBarTitleText": "首页"
}
},
2025-05-29 15:48:38 +08:00
{
2025-05-31 14:17:56 +08:00
"path": "pages/my-device",
2025-05-29 15:48:38 +08:00
"style": {
2025-05-31 14:17:56 +08:00
"navigationBarTitleText": "我的设备"
}
},
{
"path": "pages/device-intro",
"style": {
"navigationBarTitleText": "智能弓箭"
2025-05-29 15:48:38 +08:00
}
},
2025-05-28 15:00:31 +08:00
{
"path": "pages/user",
"style": {
"navigationBarTitleText": "用户信息"
}
},
2025-05-01 16:36:24 +08:00
{
2025-05-28 15:00:31 +08:00
"path": "pages/orders",
2025-05-01 16:36:24 +08:00
"style": {
2025-05-28 15:00:31 +08:00
"navigationBarTitleText": "订单"
}
},
{
"path": "pages/order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
2025-05-28 16:03:08 +08:00
{
"path": "pages/be-vip",
"style": {
"navigationBarTitleText": "会员"
}
},
{
"path": "pages/grade-intro",
"style": {
"navigationBarTitleText": "等级介绍"
}
},
{
"path": "pages/rank-intro",
"style": {
"navigationBarTitleText": "段位介绍"
}
},
2025-05-28 15:00:31 +08:00
{
"path": "pages/my-growth",
"style": {
"navigationBarTitleText": "我的成长"
2025-05-01 16:36:24 +08:00
}
},
{
2025-05-07 23:34:15 +08:00
"path": "pages/first-try",
2025-05-01 16:36:24 +08:00
"style": {
2025-05-07 23:34:15 +08:00
"navigationBarTitleText": "新手试炼"
2025-05-01 16:36:24 +08:00
}
},
{
2025-05-07 23:34:15 +08:00
"path": "pages/practise",
2025-05-01 16:36:24 +08:00
"style": {
2025-05-07 23:34:15 +08:00
"navigationBarTitleText": "个人练习"
2025-05-01 16:36:24 +08:00
}
},
2025-05-08 22:05:53 +08:00
{
"path": "pages/practise-one",
"style": {
"navigationBarTitleText": "个人单组练习"
}
},
{
"path": "pages/practise-two",
"style": {
"navigationBarTitleText": "个人耐力挑战"
}
},
2025-05-01 16:36:24 +08:00
{
"path": "pages/friend-battle",
"style": {
"navigationBarTitleText": "好友约战"
2025-05-01 16:17:51 +08:00
}
2025-05-07 23:34:15 +08:00
},
2025-05-16 15:56:54 +08:00
{
"path": "pages/battle-room",
"style": {
"navigationBarTitleText": "对战房间"
}
},
2025-05-07 23:34:15 +08:00
{
"path": "pages/ranking",
"style": {
"navigationBarTitleText": "排行榜"
}
2025-05-08 22:05:53 +08:00
},
2025-05-16 15:56:54 +08:00
{
2025-06-08 12:52:49 +08:00
"path": "pages/team-match",
"style": {
"navigationBarTitleText": "排位赛"
}
},
{
"path": "pages/melee-match",
"style": {
"navigationBarTitleText": "排位赛"
}
},
{
"path": "pages/match-detail",
2025-05-16 15:56:54 +08:00
"style": {
"navigationBarTitleText": "排位赛"
}
2025-06-04 16:26:07 +08:00
},
{
"path": "pages/battle-result",
"style": {
"navigationBarTitleText": "对战结果"
}
2025-04-10 11:11:46 +08:00
}
],
"globalStyle": {
"backgroundColor": "@bgColor",
"backgroundColorBottom": "@bgColorBottom",
"backgroundColorTop": "@bgColorTop",
"backgroundTextStyle": "@bgTxtStyle",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "Uni Creator",
"navigationStyle": "custom"
},
"subPackages": []
}