首次提交
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user