Files
MBTI_wang/miniprogram/app.json
Ghost 6fec2965aa feat: SBTI 测评接入与管理端题目/财务/用户联动
1、修复了用户详情、定价与题目管理、财务与分销等管理端展示与接口问题。

2、新增 SBTI 小程序测评/结果页、sbtiData 引擎、题库 SQL 与脚本;admin sbtiDisplay。

3、优化 AppConfig/CrmReport/Test、历史与个人中心、test-select 与支付相关逻辑。

Made-with: Cursor
2026-04-11 16:16:32 +08:00

68 lines
1.7 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/index/camera",
"pages/index/upload",
"pages/index/result",
"pages/test-select/index",
"pages/test/mbti",
"pages/test/sbti",
"pages/test/disc",
"pages/test/pdp",
"pages/result/mbti",
"pages/result/sbti",
"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"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}