Files
spring-festival-greetings/pages.json

132 lines
3.3 KiB
JSON
Raw Normal View History

2026-01-09 11:24:40 +08:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "新春祝福",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
2026-01-21 16:50:44 +08:00
"backgroundColor": "#FFFFFF"
2026-01-09 11:24:40 +08:00
}
},
{
"path": "pages/make/index",
"style": {
"navigationBarTitleText": "讨论",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-15 08:43:10 +08:00
},
2026-01-15 10:27:14 +08:00
{
"path": "pages/avatar/index",
"style": {
"navigationBarTitleText": "新春头像挂饰",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2026-01-27 23:01:47 +08:00
{
"path": "pages/avatar/detail",
"style": {
"navigationBarTitleText": "头像详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2026-01-15 08:43:10 +08:00
{
"path": "pages/detail/index",
"style": {
"navigationBarTitleText": "新春祝福详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-15 10:27:14 +08:00
},
{
"path": "pages/fortune/index",
"style": {
"navigationBarTitleText": "新年运势",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-21 16:50:44 +08:00
},
{
"path": "pages/fortune/detail",
"style": {
"navigationBarTitleText": "新年运势",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-21 22:33:37 +08:00
},
{
"path": "pages/fortune/record",
"style": {
"navigationBarTitleText": "我的运势记录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-26 11:18:24 +08:00
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-26 18:37:32 +08:00
},
{
"path": "pages/wallpaper/index",
"style": {
"navigationBarTitleText": "精美壁纸",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-01-09 11:24:40 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999999",
2026-01-22 23:43:49 +08:00
"selectedColor": "#ff3b30",
"backgroundColor": "#ffffff",
"iconWidth": "24px",
2026-01-09 11:24:40 +08:00
"list": [
{
2026-01-22 23:43:49 +08:00
"text": "首页",
2026-01-09 11:24:40 +08:00
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/home.png",
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
2026-01-22 23:43:49 +08:00
"text": "定制贺卡",
2026-01-09 11:24:40 +08:00
"pagePath": "pages/make/index",
2026-01-22 23:43:49 +08:00
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
2026-01-09 11:24:40 +08:00
},
{
2026-01-22 23:43:49 +08:00
"text": "我的",
2026-01-09 11:24:40 +08:00
"pagePath": "pages/mine/mine",
"iconPath": "static/images/tabBar/me.png",
"selectedIconPath": "static/images/tabBar/me_s.png"
}
]
},
"uniIdRouter": {},
"permission": {
"scope.userLocation": {
"desc": "用于获取您的当前位置,以显示附近景点和打卡功能"
}
}
}