bindbox-mini/pages.json
Zuncle 2895c2d5b7 fix(activity): 完善福利活动前台展示与参与体验
补齐福利活动前台页面与请求接入,优化奖品展示、参与进度、中奖概览与无图占位文案。
同时修复奖品文字重叠问题,提升福利活动详情页的可读性。
2026-04-29 17:22:05 +08:00

305 lines
6.0 KiB
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "柯大鸭",
"enablePullDownRefresh": true
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/shop/index",
"style": {
"navigationBarTitleText": "商城"
}
},
{
"path": "pages/cabinet/index",
"style": {
"navigationBarTitleText": "盒柜"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [
{
"root": "pages-activity",
"pages": [
{
"path": "activity/yifanshang/index",
"style": {
"navigationBarTitleText": "一番赏"
}
},
{
"path": "activity/wuxianshang/index",
"style": {
"navigationBarTitleText": "无限赏"
}
},
{
"path": "activity/duiduipeng/index",
"style": {
"navigationBarTitleText": "对对碰"
}
},
{
"path": "activity/list/index",
"style": {
"navigationBarTitleText": "活动列表"
}
},
{
"path": "activity/pata/index",
"style": {
"navigationBarTitleText": "爬塔"
}
},
{
"path": "activity/welfare/index",
"style": {
"navigationBarTitleText": "福利活动"
}
},
{
"path": "activity/welfare/detail",
"style": {
"navigationBarTitleText": "活动详情"
}
}
]
},
{
"root": "pages-user",
"pages": [
{
"path": "points/index",
"style": {
"navigationBarTitleText": "积分记录"
}
},
{
"path": "coupons/index",
"style": {
"navigationBarTitleText": "我的优惠券"
}
},
{
"path": "item-cards/index",
"style": {
"navigationBarTitleText": "我的道具卡"
}
},
{
"path": "invite/landing",
"style": {
"navigationBarTitleText": "好友邀请"
}
},
{
"path": "invites/index",
"style": {
"navigationBarTitleText": "邀请记录"
}
},
{
"path": "tasks/index",
"style": {
"navigationBarTitleText": "任务中心"
}
},
{
"path": "orders/index",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "orders/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "address/index",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "address/edit",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "address/submit",
"style": {
"navigationBarTitleText": "填写收货信息"
}
},
{
"path": "help/index",
"style": {
"navigationBarTitleText": "使用帮助"
}
},
{
"path": "agreement/user",
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
"path": "agreement/purchase",
"style": {
"navigationBarTitleText": "购买协议"
}
},
{
"path": "settings/index",
"style": {
"navigationBarTitleText": "设置",
"navigationStyle": "custom",
"mp-toutiao": {
"navigationStyle": "default"
}
}
},
{
"path": "synthesis/index",
"style": {
"navigationBarTitleText": "碎片合成"
}
}
]
},
{
"root": "pages-shop",
"pages": [
{
"path": "shop/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
}
]
},
{
"root": "pages-game",
"pages": [
{
"path": "game/minesweeper/index",
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "扫雷 game"
}
},
{
"path": "game/minesweeper/play",
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "扫雷对战",
"disableScroll": true,
"mp-weixin": {
"disableSwipeBack": true,
"enablePullDownRefresh": false,
"disableShareMenu": true,
"disableScroll": true,
"disableScale": true
},
"h5": {
"titleNView": false
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "game/minesweeper/room-list",
"style": {
"navigationStyle": "default",
"navigationBarTitleText": "对战列表",
"disableScroll": true
}
},
{
"path": "game/minesweeper/leaderboard",
"style": {
"navigationBarTitleText": "扫雷战绩榜"
}
},
{
"path": "game/webview",
"style": {
"navigationBarTitleText": "游戏挑战",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white"
}
}
]
}
],
"tabBar": {
"custom": false,
"color": "#7A7E83",
"selectedColor": "#FF6B00",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tab/home.png",
"selectedIconPath": "static/tab/home_active.png"
},
{
"pagePath": "pages/shop/index",
"text": "商城",
"iconPath": "static/tab/shop.png",
"selectedIconPath": "static/tab/shop_active.png"
},
{
"pagePath": "pages/cabinet/index",
"text": "盒柜",
"iconPath": "static/tab/box.png",
"selectedIconPath": "static/tab/box_active.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "static/tab/profile.png",
"selectedIconPath": "static/tab/profile_active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^BlessingAnimation": "@/components/BlessingAnimation.vue"
}
},
"mp-weixin": {
"__usePrivacyCheck__": true
},
"uniIdRouter": {}
}