1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "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": [
- "",
- "",
- "",
- ""
- ],
- "exclude": false,
- "excludeFilter": [
- "!$basePath/res/**/*.*"
- ],
- "vexcludeNoteList": [
- ""
- ],
- "packfile": false,
- "packfileFilter": [
- ""
- ],
- "packfileFullValue": [
- "$basePath/**/*.*"
- ],
- "packfileTargetValue": "",
- "packfileNoteList": [
- ""
- ],
- "clearReleaseDir": true,
- "compile": true,
- "forceCompile": false,
- "onlyIndexJS": true,
- "projectType": "ts",
- "pubTime": 1585625650147,
- "oppoInfo": {
- "name": "骑射逃亡",
- "projName": "quickgame",
- "package": "com.cszs.qstw.nearme.gamecenter",
- "icon": "/Users/chengyinbin/Documents/骑射逃亡/icon(6).png",
- "versionName": "1.0",
- "versionCode": 1,
- "minPlatformVersion": 1040,
- "orientation": "portrait",
- "logLevel": "off",
- "oppoDebug": true,
- "useReleaseSign": true,
- "subpack": false
- },
- "oppoSign": {
- "generateSign": false,
- "countryName": "CN",
- "provinceName": "Shanghai",
- "localityName": "shanghai",
- "orgName": "xuanji",
- "orgUnitName": "xj",
- "commonName": "xj",
- "emailAddr": "chengyinbin@xwxgame.com"
- },
- "oppoSubpack": []
- }
|