035a946c4d
部署到群晖 / deploy (push) Successful in 41s
微信代码质量扫描推荐项:让小程序按需注入组件,减少冷启动包加载量。 对老版本基础库会自动降级到全量注入,安全。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
42 lines
977 B
JSON
42 lines
977 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/person-detail/person-detail",
|
|
"pages/add-person/add-person",
|
|
"pages/add-anniversary/add-anniversary",
|
|
"pages/calendar/calendar",
|
|
"pages/settings/settings"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "生日提醒",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#07c160",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "🏠 首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/calendar/calendar",
|
|
"text": "📅 日历"
|
|
},
|
|
{
|
|
"pagePath": "pages/settings/settings",
|
|
"text": "⚙️ 设置"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|
|
|