1、清理仓库
This commit is contained in:
5
client/version/chess/settings/.gitignore
vendored
Normal file
5
client/version/chess/settings/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/assets
|
||||
creator.d.ts
|
||||
jsconfig.json
|
||||
tsconfig.json
|
||||
/settings
|
||||
28
client/version/chess/settings/builder.json
Normal file
28
client/version/chess/settings/builder.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"appKey": "",
|
||||
"appSecret": "",
|
||||
"encryptJs": true,
|
||||
"excludeScenes": [],
|
||||
"includeAnySDK": false,
|
||||
"includeSDKBox": false,
|
||||
"inlineSpriteFrames": true,
|
||||
"inlineSpriteFrames_native": true,
|
||||
"jailbreakPlatform": false,
|
||||
"md5Cache": false,
|
||||
"mergeStartScene": false,
|
||||
"oauthLoginServer": "",
|
||||
"optimizeHotUpdate": false,
|
||||
"orientation": {
|
||||
"landscapeLeft": true,
|
||||
"landscapeRight": true,
|
||||
"portrait": false,
|
||||
"upsideDown": false
|
||||
},
|
||||
"packageName": "com.beimi",
|
||||
"privateKey": "",
|
||||
"renderMode": "0",
|
||||
"startScene": "1db3d56a-e495-44b9-a343-d13e8a09ce72",
|
||||
"title": "beimi",
|
||||
"webOrientation": "landscape",
|
||||
"xxteaKey": "4b253bbe-9923-49"
|
||||
}
|
||||
28
client/version/chess/settings/project.json
Normal file
28
client/version/chess/settings/project.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"collision-matrix": [
|
||||
[
|
||||
true
|
||||
]
|
||||
],
|
||||
"design-resolution-height": 720,
|
||||
"design-resolution-width": 1280,
|
||||
"excluded-modules": [],
|
||||
"fit-height": true,
|
||||
"fit-width": true,
|
||||
"group-list": [
|
||||
"default"
|
||||
],
|
||||
"simulator-orientation": false,
|
||||
"simulator-resolution": {
|
||||
"height": 640,
|
||||
"width": 960
|
||||
},
|
||||
"start-scene": "current",
|
||||
"use-customize-simulator": false,
|
||||
"use-project-simulator-setting": false,
|
||||
"cocos-analytics": {
|
||||
"enable": false,
|
||||
"appID": "13798",
|
||||
"appSecret": "959b3ac0037d0f3c2fdce94f8421a9b2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user