project.config.json 541 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "2.9.2",
  12. "appid": "wxb09388c49aeb368c",
  13. "projectname": "myUinapp",
  14. "simulatorType": "wechat",
  15. "simulatorPluginLibVersion": {},
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "game": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "miniprogram": {
  30. "current": -1,
  31. "list": []
  32. }
  33. }
  34. }