|
|
- {
- "pages": [
- "pages/basicInformation/basicInformation",
- "pages/authorization/authorization",
- "pages/questionnaire/questionnaire",
- "pages/answercomplete/answercomplete",
- "pages/pagefailure/pagefailure"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "window": {
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "微信接口功能演示",
- "backgroundTextStyle": "light"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "plugins": {
- "WechatSI": {
- "version": "0.3.4",
- "provider": "wx069ba97219f66d99"
- },
- "ocr-plugin": {
- "version": "3.0.6",
- "provider": "wx4418e3e031e551be"
- }
- },
- "useExtendedLib": {
- "kbone": true,
- "weui": true
- }
- }
|