更新小程序配置,重构页面结构,删除不再使用的地址管理和章节页面,优化项目结构以提升可维护性;调整全局样式,增强组件的可复用性和一致性。

This commit is contained in:
乘风
2026-02-03 11:35:38 +08:00
parent d74410cfb5
commit a7d781a25b
79 changed files with 10610 additions and 3518 deletions

View File

@@ -1,46 +1,23 @@
{
"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/address-list/address-list",
"pages/address-edit/address-edit",
"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"
}
"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"
}