project.config.json 583 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "miniprogramRoot": "dist/weapp/",
  3. "projectname": "AI智能助手",
  4. "description": "AI智能助手 ",
  5. "appid": "tt6e291894f116667e01",
  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. }