Files
2026-06-25 08:39:47 +08:00

29 lines
1.0 KiB
JSON

{
"pages": [
"pages/login/index",
"pages/index/index",
"pages/checkin/create/index",
"pages/checkin/detail/index",
"pages/social/feed/index",
"pages/social/friends/index",
"pages/profile/index/index"
],
"tabBar": {
"color": "#86868B",
"selectedColor": "#FF6B35",
"list": [
{ "pagePath": "pages/index/index", "text": "打卡", "iconPath": "images/tab_home.png", "selectedIconPath": "images/tab_home_active.png" },
{ "pagePath": "pages/social/feed/index", "text": "广场", "iconPath": "images/tab_social.png", "selectedIconPath": "images/tab_social_active.png" },
{ "pagePath": "pages/profile/index/index", "text": "我的", "iconPath": "images/tab_profile.png", "selectedIconPath": "images/tab_profile_active.png" }
]
},
"window": {
"navigationBarTitleText": "寸进",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F5F5F7",
"backgroundColor": "#F5F5F7"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}