123456789101112131415 |
- {
- "pages":[
- "pages/index/index",
- "pages/logs/logs"
- ],
- "window":{
- "backgroundTextStyle":"dark",
- "navigationBarBackgroundColor": "#008B45",
- "navigationBarTitleText": "微信小程序",
- "navigationBarTextStyle":"white",
- "enablePullDownRefresh": true
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|