oppogame.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "copyFilesFilter": [
  3. "../bin/**/*.*"
  4. ],
  5. "openDataZone": false,
  6. "compressJson": false,
  7. "compressJsonFilter": [
  8. "$basePath/**/*.{json,atlas}"
  9. ],
  10. "compressJsonNoteList": [
  11. ""
  12. ],
  13. "compressImage": false,
  14. "compressImageFilter": [
  15. "$basePath/**/*.{png,jpg}"
  16. ],
  17. "compressImageNoteList": [
  18. ""
  19. ],
  20. "compressJs": false,
  21. "compressJsFilter": [
  22. "$basePath/**/*.js"
  23. ],
  24. "compressJsNoteList": [
  25. ""
  26. ],
  27. "version": false,
  28. "versionFilter": [
  29. "$basePath/**/*.*",
  30. "!$basePath/*.html",
  31. "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
  32. "!$basePath/layaforqq/**/*.*"
  33. ],
  34. "versionNoteList": [
  35. "",
  36. "",
  37. "",
  38. ""
  39. ],
  40. "exclude": false,
  41. "excludeFilter": [
  42. "!$basePath/res/**/*.*"
  43. ],
  44. "vexcludeNoteList": [
  45. ""
  46. ],
  47. "packfile": false,
  48. "packfileFilter": [
  49. ""
  50. ],
  51. "packfileFullValue": [
  52. "$basePath/**/*.*"
  53. ],
  54. "packfileTargetValue": "",
  55. "packfileNoteList": [
  56. ""
  57. ],
  58. "clearReleaseDir": true,
  59. "compile": true,
  60. "forceCompile": false,
  61. "onlyIndexJS": true,
  62. "projectType": "ts",
  63. "pubTime": 1585625650147,
  64. "oppoInfo": {
  65. "name": "骑射逃亡",
  66. "projName": "quickgame",
  67. "package": "com.cszs.qstw.nearme.gamecenter",
  68. "icon": "/Users/chengyinbin/Documents/骑射逃亡/icon(6).png",
  69. "versionName": "1.0",
  70. "versionCode": 1,
  71. "minPlatformVersion": 1040,
  72. "orientation": "portrait",
  73. "logLevel": "off",
  74. "oppoDebug": true,
  75. "useReleaseSign": true,
  76. "subpack": false
  77. },
  78. "oppoSign": {
  79. "generateSign": false,
  80. "countryName": "CN",
  81. "provinceName": "Shanghai",
  82. "localityName": "shanghai",
  83. "orgName": "xuanji",
  84. "orgUnitName": "xj",
  85. "commonName": "xj",
  86. "emailAddr": "chengyinbin@xwxgame.com"
  87. },
  88. "oppoSubpack": []
  89. }