🎉 v1.3.1: 完美版本 - H5和小程序100%统一,64章精准数据,寻找合作伙伴功能

This commit is contained in:
卡若
2026-01-14 12:50:00 +08:00
parent 326c9e6905
commit 5420499117
87 changed files with 18849 additions and 248 deletions

51
miniprogram/app.json Normal file
View File

@@ -0,0 +1,51 @@
{
"pages": [
"pages/index/index",
"pages/match/match",
"pages/my/my",
"pages/read/read"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "Soul派对·创业实验",
"navigationBarTextStyle": "white",
"backgroundColor": "#000000"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#FF4D4F",
"backgroundColor": "#000000",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/icons/home.png",
"selectedIconPath": "assets/icons/home-active.png"
},
{
"pagePath": "pages/match/match",
"text": "匹配合作",
"iconPath": "assets/icons/match.png",
"selectedIconPath": "assets/icons/match-active.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "assets/icons/my.png",
"selectedIconPath": "assets/icons/my-active.png"
}
]
},
"usingComponents": {},
"permission": {
"scope.userLocation": {
"desc": "用于匹配附近的书友"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"lazyCodeLoading": "requiredComponents"
}