project.config.json 475 B

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