Files
spring-festival-greetings/pages.json
2026-02-08 19:07:06 +08:00

190 lines
4.7 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "新春祝福",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/make/index",
"style": {
"navigationBarTitleText": "讨论",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/greeting",
"style": {
"navigationBarTitleText": "我的新春祝福",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/wallpaper",
"style": {
"navigationBarTitleText": "我的新春壁纸",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/avatar",
"style": {
"navigationBarTitleText": "我的制作记录",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/help",
"style": {
"navigationBarTitleText": "帮助中心",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/vip",
"style": {
"navigationBarTitleText": "会员中心",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/profile",
"style": {
"navigationBarTitleText": "个人信息",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/avatar/index",
"style": {
"navigationBarTitleText": "新春头像挂饰",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/avatar/detail",
"style": {
"navigationBarTitleText": "头像详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/detail/index",
"style": {
"navigationBarTitleText": "新春祝福详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/webview/index",
"style": {
"navigationBarTitleText": "加载中...",
"enablePullDownRefresh": false
}
},
{
"path": "pages/fortune/index",
"style": {
"navigationBarTitleText": "新年运势",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/fortune/detail",
"style": {
"navigationBarTitleText": "新年运势",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/fortune/record",
"style": {
"navigationBarTitleText": "我的运势记录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/wallpaper/index",
"style": {
"navigationBarTitleText": "精美壁纸",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/wallpaper/detail",
"style": {
"navigationBarTitleText": "壁纸详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#ff3b30",
"backgroundColor": "#ffffff",
"iconWidth": "24px",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/home.png",
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
"text": "定制贺卡",
"pagePath": "pages/make/index",
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
},
{
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "static/images/tabBar/me.png",
"selectedIconPath": "static/images/tabBar/me_s.png"
}
]
},
"uniIdRouter": {}
}