2026-01-14 12:50:00 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/index/index",
|
2026-01-21 15:49:12 +08:00
|
|
|
"pages/chapters/chapters",
|
2026-01-14 12:50:00 +08:00
|
|
|
"pages/match/match",
|
|
|
|
|
"pages/my/my",
|
2026-01-21 15:49:12 +08:00
|
|
|
"pages/read/read",
|
|
|
|
|
"pages/about/about",
|
|
|
|
|
"pages/referral/referral",
|
|
|
|
|
"pages/purchases/purchases",
|
2026-01-25 19:37:59 +08:00
|
|
|
"pages/settings/settings",
|
|
|
|
|
"pages/search/search"
|
2026-01-14 12:50:00 +08:00
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
|
"navigationBarBackgroundColor": "#000000",
|
2026-01-25 19:37:59 +08:00
|
|
|
"navigationBarTitleText": "Soul创业派对",
|
2026-01-14 12:50:00 +08:00
|
|
|
"navigationBarTextStyle": "white",
|
2026-01-21 15:49:12 +08:00
|
|
|
"backgroundColor": "#000000",
|
|
|
|
|
"navigationStyle": "custom"
|
2026-01-14 12:50:00 +08:00
|
|
|
},
|
|
|
|
|
"tabBar": {
|
2026-01-21 15:49:12 +08:00
|
|
|
"custom": true,
|
|
|
|
|
"color": "#8e8e93",
|
|
|
|
|
"selectedColor": "#00CED1",
|
|
|
|
|
"backgroundColor": "#1c1c1e",
|
2026-01-14 12:50:00 +08:00
|
|
|
"borderStyle": "black",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/index/index",
|
2026-01-21 15:49:12 +08:00
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/chapters/chapters",
|
|
|
|
|
"text": "目录"
|
2026-01-14 12:50:00 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/match/match",
|
2026-01-21 15:49:12 +08:00
|
|
|
"text": "找伙伴"
|
2026-01-14 12:50:00 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/my/my",
|
2026-01-21 15:49:12 +08:00
|
|
|
"text": "我的"
|
2026-01-14 12:50:00 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"usingComponents": {},
|
2026-01-25 11:40:35 +08:00
|
|
|
"__usePrivacyCheck__": true,
|
2026-01-14 12:50:00 +08:00
|
|
|
"permission": {
|
|
|
|
|
"scope.userLocation": {
|
|
|
|
|
"desc": "用于匹配附近的书友"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"requiredPrivateInfos": [
|
|
|
|
|
"getLocation"
|
|
|
|
|
],
|
2026-01-21 15:49:12 +08:00
|
|
|
"lazyCodeLoading": "requiredComponents",
|
|
|
|
|
"style": "v2",
|
|
|
|
|
"sitemapLocation": "sitemap.json"
|
2026-01-14 12:50:00 +08:00
|
|
|
}
|