This commit is contained in:
乘风
2026-02-03 13:05:41 +08:00
parent ea9658ccfd
commit aebfad6d43
51 changed files with 670 additions and 0 deletions

23
miniprogramPre/app.json Normal file
View File

@@ -0,0 +1,23 @@
{
"pages": [
"pages/index/index",
"pages/chapters/index",
"pages/read/index",
"pages/my/index",
"pages/referral/index",
"pages/settings/index",
"pages/purchases/index",
"pages/about/index",
"pages/match/index",
"pages/search/index"
],
"window": {
"navigationBarTitleText": "Soul创业派对",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white",
"backgroundColor": "#000000"
},
"subpackages": [],
"preloadRule": {},
"sitemapLocation": "sitemap.json"
}