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.
39 lines
954 B
39 lines
954 B
{
|
|
"pages":[
|
|
"pages/index/index",
|
|
"pages/history/history",
|
|
"pages/apply/apply"
|
|
],
|
|
"entryPagePath": "pages/index/index",
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "中国古代数学",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/pages/images/a.png",
|
|
"selectedIconPath": "/pages/images/a1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/history/history",
|
|
"text": "历史",
|
|
"iconPath": "/pages/images/b.png",
|
|
"selectedIconPath": "/pages/images/b1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/apply/apply",
|
|
"text": "应用",
|
|
"iconPath": "/pages/images/d.png",
|
|
"selectedIconPath": "/pages/images/d1.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|