12345678910111213141516171819 |
- {
- "pages": [
- "pages/index/index"
- ],
- "window": {
- "navigationBarBackgroundColor": "#333333",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "摇骰子",
- "backgroundColor": "#ffffff",
- "backgroundTextStyle": "light",
- "enablePullDownRefresh": false
- },
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": true,
- "sitemapLocation": "sitemap.json"
- }
|