You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
{
|
|
"pages": [
|
|
"pages/find/find",
|
|
"pages/community/community",
|
|
"pages/my/my",
|
|
"pages/publish/publish",
|
|
"pages/detail/detail",
|
|
"pages/index/index",
|
|
"pages/more/more",
|
|
"pages/choose/choose",
|
|
"pages/webview/webview"
|
|
],
|
|
"window": {
|
|
"backgroundColor": "#F6F6F6",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#F6F6F6",
|
|
"navigationBarTitleText": "中医专线",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/find/find",
|
|
"text": "发现",
|
|
"iconPath": "images/fx.png",
|
|
"selectedIconPath": "images/fx_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/community/community",
|
|
"text": "社区",
|
|
"iconPath": "images/sq.png",
|
|
"selectedIconPath": "images/sq_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "images/wd.png",
|
|
"selectedIconPath": "images/wd_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2"
|
|
} |