39 lines
958 B
JSON
39 lines
958 B
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/me/me",
|
||
|
"pages/me/mynotice/mynotice",
|
||
|
"pages/itemlist/itemlist",
|
||
|
"pages/projectlist/projectlist",
|
||
|
"pages/me/userinfo"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "AbuCoder",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#7A7E83",
|
||
|
"selectedColor": "#0a2576",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "/static/tabbar/home.png",
|
||
|
"selectedIconPath": "/static/tabbar/home_ac.png",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/me/me",
|
||
|
"iconPath": "/static/tabbar/me.png",
|
||
|
"selectedIconPath": "/static/tabbar/me_ac.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"permission": {},
|
||
|
"usingComponents": {}
|
||
|
}
|