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.
22 lines
852 B
22 lines
852 B
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/list/list",
|
|
"pages/detail/detail",
|
|
"pages/me/me"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "中国古代物理",
|
|
"navigationBarBackgroundColor": "#F0E68C"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#3cc51f",
|
|
"list": [
|
|
{ "pagePath": "pages/home/home", "text": "首页", "iconPath": "assets/home.png", "selectedIconPath": "assets/home-a.png" },
|
|
{ "pagePath": "pages/list/list", "text": "列表", "iconPath": "assets/list.png", "selectedIconPath": "assets/list-a.png" },
|
|
{ "pagePath": "pages/detail/detail", "text": "细节", "iconPath": "assets/detail.png", "selectedIconPath": "assets/detail-a.png" },
|
|
{ "pagePath": "pages/me/me", "text": "我的", "iconPath": "assets/me.png", "selectedIconPath": "assets/me-a.png" }
|
|
]
|
|
}
|
|
} |