project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "description": "数字能量学智能体 - 能量师工具",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "bundle": false,
  9. "userConfirmedBundleSwitch": false,
  10. "urlCheck": true,
  11. "scopeDataCheck": false,
  12. "coverView": true,
  13. "es6": true,
  14. "postcss": true,
  15. "compileHotReLoad": false,
  16. "lazyloadPlaceholderEnable": false,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  19. "autoAudits": false,
  20. "newFeature": false,
  21. "uglifyFileName": false,
  22. "uploadWithSourceMap": true,
  23. "useIsolateContext": true,
  24. "nodeModules": false,
  25. "enhance": true,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "showShadowRootInWxmlPanel": true,
  30. "packNpmManually": false,
  31. "enableEngp": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "showES6CompileOption": false,
  35. "minifyWXML": true,
  36. "babelSetting": {
  37. "ignore": [],
  38. "disablePlugins": [],
  39. "outputPath": ""
  40. }
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "3.7.1",
  44. "appid": "YOUR_APPID_HERE",
  45. "projectname": "数字能量学智能体",
  46. "cloudfunctionRoot": "cloudfunctions/",
  47. "condition": {},
  48. "editorSetting": {
  49. "tabIndent": "insertSpaces",
  50. "tabSize": 2
  51. }
  52. }