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
1.0 KiB
39 lines
1.0 KiB
{
|
|
"pages":[
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/cate/cate",
|
|
"pages/cate2/cate2"
|
|
],
|
|
"entryPagePath": "pages/logs/logs",
|
|
"tabBar": {
|
|
"list": [{
|
|
"pagePath":"pages/index/index",
|
|
"text": "数学理论",
|
|
"iconPath": "/首页图像/首页.png",
|
|
"selectedIconPath": "/首页图像/首页_填充.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/cate/cate",
|
|
"text": "数学著作和工具",
|
|
"iconPath": "/首页图像/分类or广场or其他.png",
|
|
"selectedIconPath": "/首页图像/分类or广场or其他_填充.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/cate2/cate2",
|
|
"text": "数学家",
|
|
"iconPath": "/首页图像/分类or广场or其他.png",
|
|
"selectedIconPath": "/首页图像/分类or广场or其他_填充.png"
|
|
}
|
|
]
|
|
},
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|