project.config.json 683 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "miniprogramRoot": "dist/weapp/",
  3. "projectname": "AI绘画练习生",
  4. "description": "AI绘画练习生",
  5. "appid": "wxcf756553cfb65cb8",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false,
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. }
  16. },
  17. "compileType": "miniprogram",
  18. "libVersion": "2.26.0",
  19. "srcMiniprogramRoot": "dist/",
  20. "packOptions": {
  21. "ignore": [],
  22. "include": []
  23. },
  24. "condition": {},
  25. "editorSetting": {
  26. "tabIndent": "insertSpaces",
  27. "tabSize": 2
  28. }
  29. }