project.config.json 777 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "game",
  11. "libVersion": "game",
  12. "appid": "wx57ee4c500a48fb52",
  13. "projectname": "%E9%A3%8E%E7%81%AB%E8%BD%AE%E6%B8%B8%E6%88%8F%E5%B9%B3%E5%8F%B0",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "plugin": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "game": {
  28. "current": 1,
  29. "list": [
  30. {
  31. "id": -1,
  32. "name": "分享",
  33. "query": "state=hy00010010000074"
  34. },
  35. {
  36. "id": -1,
  37. "name": "从小程序返回",
  38. "scene": "1038"
  39. }
  40. ]
  41. },
  42. "miniprogram": {
  43. "current": -1,
  44. "list": []
  45. }
  46. }
  47. }