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.

38 lines
794 B

{
"pages": [
"pages/index/index",
"pages/books/books",
"pages/borrow/borrow",
"pages/my/my"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2c3e50",
"navigationBarTitleText": "图书馆借书系统",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2c3e50",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/books/books",
"text": "图书"
},
{
"pagePath": "pages/borrow/borrow",
"text": "借阅"
},
{
"pagePath": "pages/my/my",
"text": "我的"
}
]
}
}