1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "copyFilesFilter": [
- "../bin/**/*.*"
- ],
- "openDataZone": false,
- "compressJson": false,
- "compressJsonFilter": [
- "$basePath/**/*.{json,atlas}"
- ],
- "compressJsonNoteList": [
- ""
- ],
- "compressImage": false,
- "compressImageFilter": [
- "$basePath/**/*.{png,jpg}"
- ],
- "compressImageNoteList": [
- ""
- ],
- "compressJs": false,
- "compressJsFilter": [
- "$basePath/**/*.js"
- ],
- "compressJsNoteList": [
- ""
- ],
- "version": false,
- "versionFilter": [
- "$basePath/**/*.*",
- "!$basePath/*.html",
- "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
- "!$basePath/layaforqq/**/*.*"
- ],
- "versionNoteList": [
- "",
- "",
- "",
- ""
- ],
- "packfile": false,
- "packfileFilter": [
- ""
- ],
- "packfileFullValue": [
- "$basePath/**/*.*"
- ],
- "packfileTargetValue": "",
- "packfileNoteList": [
- ""
- ],
- "clearReleaseDir": true,
- "compile": false,
- "onlyIndexJS": true,
- "projectType": "ts",
- "pubTime": 1585304561831,
- "oppoInfo": {
- "name": "11",
- "projName": "quickgame",
- "package": "com.abc",
- "icon": "C:\\Users\\Administrator\\Desktop\\QQ截图20200327182009.png",
- "versionName": "1.0.0",
- "versionCode": 1,
- "minPlatformVersion": 1,
- "orientation": "portrait",
- "oppoDebug": false,
- "useReleaseSign": false,
- "subpack": false
- },
- "oppoSign": {
- "generateSign": false,
- "countryName": "",
- "provinceName": "",
- "localityName": "",
- "orgName": "",
- "orgUnitName": "",
- "commonName": "",
- "emailAddr": ""
- },
- "oppoSubpack": []
- }
|