Initial Commit

This commit is contained in:
yuming
2025-10-26 19:29:30 +08:00
commit 6747ade9c4
33 changed files with 4387 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
{
"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": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/images/home.png",
"selectedIconPath": "/images/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/calendar/calendar",
"iconPath": "/images/calendar.png",
"selectedIconPath": "/images/calendar-active.png",
"text": "日历"
},
{
"pagePath": "pages/settings/settings",
"iconPath": "/images/settings.png",
"selectedIconPath": "/images/settings-active.png",
"text": "设置"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}