project.config.json 709 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "useApiHostProcess": true
  8. },
  9. "compileType": "miniprogram",
  10. "libVersion": "2.14.4",
  11. "appid": "wx788fbe16a4cdacdc",
  12. "projectname": "mg-vending-machine-applets-manage",
  13. "debugOptions": {
  14. "hidedInDevtools": []
  15. },
  16. "scripts": {},
  17. "isGameTourist": false,
  18. "simulatorType": "wechat",
  19. "simulatorPluginLibVersion": {},
  20. "condition": {
  21. "search": {
  22. "list": []
  23. },
  24. "conversation": {
  25. "list": []
  26. },
  27. "game": {
  28. "list": []
  29. },
  30. "plugin": {
  31. "list": []
  32. },
  33. "gamePlugin": {
  34. "list": []
  35. },
  36. "miniprogram": {
  37. "list": []
  38. }
  39. }
  40. }