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.
29 lines
696 B
29 lines
696 B
6 years ago
|
{
|
||
|
"component": true,
|
||
|
"usingComponents": {},
|
||
|
"pages": [
|
||
|
"jieyuezhong/jieyuezhong",
|
||
|
"yiwancheng/yiwancheng"
|
||
|
],
|
||
|
"tabBar": {
|
||
|
"color": "#000000",
|
||
|
"selectedColor": "#fd9941",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "jieyuezhong/jieyuezhong",
|
||
|
"text": "借阅中",
|
||
|
"iconPath": "image/shouye.png",
|
||
|
"selectedIconPath": "image/shouye-hl.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "yiwancheng/yiwancheng",
|
||
|
"text": "已完成",
|
||
|
"iconPath": "image/chazhao.png",
|
||
|
"selectedIconPath": "image/chazhao-hl.png"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|