Files
yuming fb036fd65f 设置页改造:「设置」→「数据」,做成数据中心
- tabBar 文字 ⚙️ 设置 → 💾 数据
- Header 收敛成 标题 + 一行统计 + 上次备份时间
- 删除「关于」「温馨提示」整块装饰内容
- 「数据管理」拆成「备份」+「危险操作」两组
- 导出成功后写入 lastBackupAt,进页面格式化展示
- 图标背景从冷色统一为纸感暖色
- 底部加版本号 v2.1.3 小字

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 12:54:20 +08:00

41 lines
932 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": "#8A8278",
"selectedColor": "#1F1D2B",
"borderStyle": "black",
"backgroundColor": "#FAF6ED",
"list": [
{
"pagePath": "pages/index/index",
"text": "🏠 首页"
},
{
"pagePath": "pages/calendar/calendar",
"text": "📅 日历"
},
{
"pagePath": "pages/settings/settings",
"text": "💾 数据"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}