ASEMiniProgram/app.json

15 lines
339 B
JSON
Raw Normal View History

2021-03-02 07:14:49 +00:00
{
"pages": [
2021-03-02 07:14:49 +00:00
"pages/index/index",
"pages/logs/logs",
"pages/bind-document/bind-document"
2021-03-02 07:14:49 +00:00
],
"window": {
"backgroundTextStyle": "light",
2021-03-02 07:14:49 +00:00
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
2021-03-02 07:14:49 +00:00
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}