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.
zx/app.json

48 lines
1.2 KiB

6 years ago
{
"pages": [
6 years ago
6 years ago
"shouye/shouye",
"chazhao/chazhao",
"jieyue/jieyue",
"wode/wode"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
6 years ago
"navigationBarTitleText": "真香图书管理系统",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#fd9941",
6 years ago
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "shouye/shouye",
"text": "首页",
"iconPath": "image/shouye.png",
"selectedIconPath": "image/shouye-hl.png"
},
{
"pagePath": "chazhao/chazhao",
"text": "查找",
"iconPath": "image/chazhao.png",
"selectedIconPath": "image/chazhao-hl.png"
},
{
"pagePath": "jieyue/jieyue",
"text": "借阅",
6 years ago
"iconPath": "image/jieyue.png",
"selectedIconPath": "image/jieyue-hl.png"
},
{
"pagePath": "wode/wode",
"text": "我的",
"iconPath": "image/wode.png",
"selectedIconPath": "image/wode-hl.png"
}
]
}
}