123456789101112131415161718192021 |
- {
- "pages": [
- "pages/home/index",
- "pages/interList/interList",
- "pages/detail/detail",
- "pages/marvellous/index"
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "追寻红色记忆",
- "navigationBarTextStyle": "black"
- },
- "requiredBackgroundModes":["audio"],
- "sitemapLocation": "sitemap.json",
- "style": "v2",
- "useExtendedLib": {
- "weui": true
- }
- }
|