Files
admin 06488f0237 Initial commit: 帮我选盲选应用
功能:
- Go后端 (Gin + GORM + PostgreSQL)
- UniApp用户端 (iOS/Android/小程序)
- DaisyUI5后台管理
- JWT认证 + 微信登录
- 盲选加权算法
- 会员系统 + 优惠券
- 打分评价 + 偏好学习
2026-06-08 20:18:31 +00:00

126 lines
3.0 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
{
"path": "pages/login/login",
"style": { "navigationBarTitleText": "登录" }
},
{
"path": "pages/index/index",
"style": { "navigationBarTitleText": "帮我选", "navigationStyle": "custom" }
},
{
"path": "pages/blind/blind",
"style": { "navigationBarTitleText": "开始盲选" }
},
{
"path": "pages/blind/result",
"style": { "navigationBarTitleText": "揭晓结果" }
},
{
"path": "pages/blind/review",
"style": { "navigationBarTitleText": "打分评价" }
},
{
"path": "pages/coupon/list",
"style": { "navigationBarTitleText": "我的优惠券" }
},
{
"path": "pages/member/member",
"style": { "navigationBarTitleText": "会员中心" }
},
{
"path": "pages/user/profile",
"style": { "navigationBarTitleText": "个人中心" }
},
{
"path": "pages/user/preferences",
"style": { "navigationBarTitleText": "我的偏好" }
},
{
"path": "pages/user/history",
"style": { "navigationBarTitleText": "盲选记录" }
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "帮我选",
"navigationBarBackgroundColor": "#FF6B35",
"backgroundColor": "#F8F8F8",
"backgroundTextStyle": "light"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#FF6B35",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-active.png"
},
{
"pagePath": "pages/coupon/list",
"text": "优惠券",
"iconPath": "static/tab-coupon.png",
"selectedIconPath": "static/tab-coupon-active.png"
},
{
"pagePath": "pages/member/member",
"text": "会员",
"iconPath": "static/tab-vip.png",
"selectedIconPath": "static/tab-vip-active.png"
},
{
"pagePath": "pages/user/profile",
"text": "我的",
"iconPath": "static/tab-user.png",
"selectedIconPath": "static/tab-user-active.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "用于计算推荐商家距离"
}
},
"mp-weixin": {
"appid": "YOUR_WECHAT_APPID",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true
},
"usingComponents": true,
"optimization": {
"subPackages": true
},
"permission": {
"scope.userLocation": {
"desc": "用于计算推荐商家距离"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseAddress"
]
},
"h5": {
"devServer": {
"port": 3000
},
"title": "帮我选",
"router": {
"mode": "hash"
}
}
}