赛思维微信客户端
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.

36 lines
914 B

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