查询ios的固件,提示降级
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.
 
 
 
 
 
 

34 lines
880 B

{
"pages": [
{
"path": "pages/gold-price/index",
"style": {
"navigationBarTitleText": "魔兽世界金币价格查询",
"navigationBarBackgroundColor": "#1989fa",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#1989fa",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "魔兽世界金币价格查询",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/gold-price/index",
"iconPath": "static/icon_home.png",
"selectedIconPath": "static/icon_home_selected.png",
"text": "金币价格"
}
]
}
}