123456789101112131415161718 |
- {
- "pages": [
- "pages/index/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#EDEDED",
- "navigationBarTitleText": "音频讲解",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "permission":{
- "scope.userLocation":{
- "desc":"您的位置信息将用于定位效果展示"
- }
- },
- "sitemapLocation": "sitemap.json"
- }
|