主要更新: - 后台菜单精简(9项→6项) - 新增搜索功能(敏感信息过滤) - 分销绑定和提现系统完善 - 数据库初始化API(自动修复表结构) - 用户管理:显示绑定关系详情 - 小程序:上下章导航优化、匹配页面重构 - 修复hydration和数据类型问题
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/chapters/chapters",
|
|
"pages/match/match",
|
|
"pages/my/my",
|
|
"pages/read/read",
|
|
"pages/about/about",
|
|
"pages/referral/referral",
|
|
"pages/purchases/purchases",
|
|
"pages/settings/settings",
|
|
"pages/search/search"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#000000",
|
|
"navigationBarTitleText": "Soul创业派对",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#000000",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#8e8e93",
|
|
"selectedColor": "#00CED1",
|
|
"backgroundColor": "#1c1c1e",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/chapters/chapters",
|
|
"text": "目录"
|
|
},
|
|
{
|
|
"pagePath": "pages/match/match",
|
|
"text": "找伙伴"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {},
|
|
"__usePrivacyCheck__": true,
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "用于匹配附近的书友"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|