赛思维微信客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
838 B

  1. {
  2. "pages": [
  3. "pages/basicInformation/basicInformation",
  4. "pages/authorization/authorization",
  5. "pages/questionnaire/questionnaire"
  6. ],
  7. "permission": {
  8. "scope.userLocation": {
  9. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  10. }
  11. },
  12. "window": {
  13. "navigationStyle":"custom",
  14. "navigationBarBackgroundColor": "#ffffff",
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "微信接口功能演示",
  17. "backgroundTextStyle": "light"
  18. },
  19. "style": "v2",
  20. "sitemapLocation": "sitemap.json",
  21. "plugins": {
  22. "WechatSI": {
  23. "version": "0.3.4",
  24. "provider": "wx069ba97219f66d99"
  25. },
  26. "ocr-plugin": {
  27. "version": "3.0.6",
  28. "provider": "wx4418e3e031e551be"
  29. }
  30. },
  31. "useExtendedLib": {
  32. "kbone": true,
  33. "weui": true
  34. }
  35. }