12345678910111213141516 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "usingComponents": {
- "van-button": "@vant/weapp/button"
- },
- "sitemapLocation": "sitemap.json"
- }
|