project.config.json 617 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true
  12. },
  13. "compileType": "miniprogram",
  14. "libVersion": "1.9.98",
  15. "appid": "wxd003c0a9b4d0220e",
  16. "projectname": "fastadmin-blog-wxapp",
  17. "simulatorType": "wechat",
  18. "simulatorPluginLibVersion": {},
  19. "condition": {
  20. "search": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "conversation": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "game": {
  29. "currentL": -1,
  30. "list": []
  31. },
  32. "miniprogram": {
  33. "current": -1,
  34. "list": []
  35. }
  36. }
  37. }