酷炫小程序

project.config.json 558B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "1.9.91",
  12. "appid": "wx942ef0f51c23f35b",
  13. "projectname": "%E9%92%A2%E7%90%B4%E5%A4%A7%E5%B8%88",
  14. "isGameTourist": false,
  15. "condition": {
  16. "search": {
  17. "current": -1,
  18. "list": []
  19. },
  20. "conversation": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "game": {
  25. "currentL": -1,
  26. "list": []
  27. },
  28. "miniprogram": {
  29. "current": -1,
  30. "list": []
  31. }
  32. }
  33. }