Files
MBTI_wang/douyin-miniprogram/app.json
Ghost 3317c84b5e feat: 管理端与用户端批量更新(订单/邀请双码/tabBar/审核与分销等)
- 管理端:用户详情、企业看板双小程序码、超管设置与用户列表等
- 后端:订单接口、邀请码企业版+个人版、分析与测试相关调整
- 微信小程序/抖音:自定义 tabBar 居中与拍摄钮上移、相机页与结果页、订单页、支付与统计
- 新增 faceResultDetail 工具与 mp 分析迁移脚本

Made-with: Cursor
2026-03-28 16:46:00 +08:00

63 lines
1.6 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/index/camera",
"pages/index/upload",
"pages/index/result",
"pages/test-select/index",
"pages/test/mbti",
"pages/test/disc",
"pages/test/pdp",
"pages/result/mbti",
"pages/result/disc",
"pages/result/pdp",
"pages/result/resume",
"pages/purchase/index",
"pages/recharge/index",
"pages/enterprise/index",
"pages/enterprise/resume-history",
"pages/profile/index",
"pages/user-profile/index",
"pages/history/index",
"pages/order/index",
"pages/phone-auth/index",
"pages/promo/index",
"pages/promo/poster",
"pages/promo/withdrawals"
],
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#7c3aed",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png"
},
{
"pagePath": "pages/index/camera",
"text": "拍摄",
"iconPath": "images/camera.png",
"selectedIconPath": "images/camera-active.png"
},
{
"pagePath": "pages/profile/index",
"text": "我的",
"iconPath": "images/user.png",
"selectedIconPath": "images/user-active.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "神仙团队性格测试",
"navigationBarTextStyle": "black",
"backgroundColor": "#F5F5F5"
}
}