project.config.json 486 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false
  8. },
  9. "compileType": "miniprogram",
  10. "libVersion": "",
  11. "appid": "touristappid",
  12. "projectname": "baifo",
  13. "simulatorType": "wechat",
  14. "simulatorPluginLibVersion": {},
  15. "condition": {
  16. "search": {
  17. "list": []
  18. },
  19. "conversation": {
  20. "list": []
  21. },
  22. "game": {
  23. "list": []
  24. },
  25. "miniprogram": {
  26. "list": []
  27. }
  28. }
  29. }