Files
MBTI_wang/miniprogram/app.json
Ghost c4ac0f8a08 feat: 高考志愿与定价分销链路更新(管理端/API/小程序)
- 新增高考志愿核心服务、模型、控制器与迁移脚本

- 同步管理端定价/分销/设置与小程序入口、历史、测试选择和支付逻辑

- 补充相关开发文档

Made-with: Cursor
2026-04-25 16:19:08 +08:00

92 lines
2.3 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/index/camera",
"pages/index/upload",
"pages/index/result",
"pages/test-select/index",
"pages/ai-test/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",
"pages/match-job/index",
"pages/gaokao/index",
"pages/gaokao/form",
"pages/gaokao/report",
"pages/ai-chat/index",
"pages/ai-chat/report",
"pages/ai-chat/history",
"pages/webview/index"
],
"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/ai-chat/index",
"text": "神仙AI",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png"
},
{
"pagePath": "pages/profile/index",
"text": "我的",
"iconPath": "images/user.png",
"selectedIconPath": "images/user-active.png"
}
]
},
"networkTimeout": {
"request": 120000,
"downloadFile": 120000
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "神仙团队性格测试",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"navigateToMiniProgramAppIdList": [
"wxb8bbb2b10dec74aa"
],
"usingComponents": {
"result-section-nav": "/components/result-section-nav/index"
}
}