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.
42 lines
1.0 KiB
42 lines
1.0 KiB
1 year ago
|
{
|
||
|
"pages":[
|
||
|
"pages/index/index",
|
||
|
"pages/logs/logs"
|
||
|
],
|
||
|
"tabBar": {
|
||
|
"color": "#666666",
|
||
|
"selectedColor": "#da372b",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "中医药新闻",
|
||
|
"iconPath": "./pages/images/news.png",
|
||
|
"selectedIconPath": "./pages/images/news1 .png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/list/index",
|
||
|
"text": "养生中医",
|
||
|
"iconPath": "./pages/images/茶壶茶杯.png",
|
||
|
"selectedIconPath": "./pages/images/茶.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/mine/index",
|
||
|
"text": "我的",
|
||
|
"iconPath": "./pages/images/wode.png",
|
||
|
"selectedIconPath": "./pages/images/wode1.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"window":{
|
||
|
"backgroundTextStyle":"light",
|
||
|
"navigationBarBackgroundColor": "#3a7c40",
|
||
|
"navigationBarTitleText": "中医药科普",
|
||
|
"navigationBarTextStyle":"white"
|
||
|
},
|
||
|
|
||
|
"style": "v2",
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|