wechatgame.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "__version__": "1.0.4",
  3. "builder": {
  4. "common": {
  5. "buildPath": "project://build",
  6. "outputName": "wechatgame",
  7. "mainBundleCompressionType": "subpackage",
  8. "platform": "wechatgame",
  9. "name": "成语消了消",
  10. "mainBundleIsRemote": false,
  11. "scenes": [
  12. {
  13. "url": "db://assets/start/start.scene",
  14. "uuid": "155e7964-9abb-4942-be64-ececa65865a5"
  15. },
  16. {
  17. "url": "db://assets/module_game/game/game.scene",
  18. "uuid": "2d0d9d79-af76-426f-8abd-3eeff0d4e1c3",
  19. "bundle": "db://assets/module_game"
  20. },
  21. {
  22. "url": "db://assets/module_game/hall/hall.scene",
  23. "uuid": "f9516261-6f5e-4b79-9676-880b100e9a8d",
  24. "bundle": "db://assets/module_game"
  25. }
  26. ],
  27. "bundleConfigs": [],
  28. "startScene": "155e7964-9abb-4942-be64-ececa65865a5"
  29. },
  30. "options": {
  31. "wechatgame": {
  32. "orientation": "portrait",
  33. "appid": "wxc0fb4a435b39ab92",
  34. "buildOpenDataContextTemplate": false,
  35. "separateEngine": false,
  36. "highPerformanceMode": false,
  37. "__version__": "1.0.4"
  38. }
  39. },
  40. "taskOptionsMap": {
  41. "1736759401074": {
  42. "orientation": "portrait",
  43. "appid": "wxc0fb4a435b39ab92",
  44. "buildOpenDataContextTemplate": false,
  45. "separateEngine": false,
  46. "highPerformanceMode": false,
  47. "__version__": "1.0.4"
  48. }
  49. },
  50. "__version__": "1.3.8"
  51. }
  52. }