Files
shoot-miniprograms/src/pages.json

106 lines
2.2 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-28 15:00:31 +08:00
{
"path": "pages/user",
"style": {
"navigationBarTitleText": "用户信息"
}
},
2025-05-26 16:28:13 +08:00
{
"path": "pages/login",
"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": "订单详情"
}
},
{
"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
{
"path": "pages/match-room",
"style": {
"navigationBarTitleText": "排位赛"
}
},
2025-05-08 22:05:53 +08:00
{
"path": "pages/equipment-debug",
"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": []
}