Commit f9639a72 authored by 李维's avatar 李维

feat: 调整页面的尺寸

parent 0a2b74f9
{"ver":"1.1.2","uuid":"c35bb2f6-f24a-4850-ae44-643f2fdc7541","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}} {
\ No newline at end of file "ver": "1.1.2",
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
...@@ -79,6 +79,9 @@ ...@@ -79,6 +79,9 @@
}, },
{ {
"__id__": 16 "__id__": 16
},
{
"__id__": 17
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -638,6 +641,16 @@ ...@@ -638,6 +641,16 @@
"_originalHeight": 0, "_originalHeight": 0,
"_id": "c97jBDoJZODqCajB/ZlEtV" "_id": "c97jBDoJZODqCajB/ZlEtV"
}, },
{
"__type__": "c7a12GnkqlEDqfp1PUUHj9F",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_id": "38jidJ7+dL1KggjjcGB+Kr"
},
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
...@@ -646,7 +659,7 @@ ...@@ -646,7 +659,7 @@
"__id__": 2 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"alignMode": 2, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 45, "_alignFlags": 45,
"_left": 0, "_left": 0,
...@@ -661,18 +674,25 @@ ...@@ -661,18 +674,25 @@
"_isAbsBottom": true, "_isAbsBottom": true,
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 1920,
"_originalHeight": 0, "_originalHeight": 1080,
"_id": "607VEmNLhHAZJQsB53Yrgo" "_id": "30pThcelpEbKy5ekP4hC69"
}, },
{ {
"__type__": "c7a12GnkqlEDqfp1PUUHj9F", "__type__": "cc.Canvas",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"_id": "38jidJ7+dL1KggjjcGB+Kr" "_designResolution": {
"__type__": "cc.Size",
"width": 1920,
"height": 1080
},
"_fitWidth": true,
"_fitHeight": true,
"_id": "1e+NhJnS1Cybste/DrgXmI"
} }
] ]
\ No newline at end of file
...@@ -181,6 +181,7 @@ export default class middleLayer extends cc.Component { ...@@ -181,6 +181,7 @@ export default class middleLayer extends cc.Component {
env = obj.env; env = obj.env;
token = obj.token; token = obj.token;
} catch (error) { } catch (error) {
console.log('error', error);
console.error('getEngineInfo 获取信息失败'); console.error('getEngineInfo 获取信息失败');
} }
......
...@@ -2,5 +2,39 @@ ...@@ -2,5 +2,39 @@
"last-module-event-record-time": 1600677246969, "last-module-event-record-time": 1600677246969,
"migrate-history": [ "migrate-history": [
"cloud-function" "cloud-function"
] ],
"group-list": [
"default"
],
"collision-matrix": [
[
true
]
],
"excluded-modules": [
"3D Physics/Builtin"
],
"preview-port": 7456,
"design-resolution-width": 1920,
"design-resolution-height": 1080,
"fit-width": false,
"fit-height": true,
"use-project-simulator-setting": false,
"simulator-orientation": false,
"use-customize-simulator": true,
"simulator-resolution": {
"width": 960,
"height": 640
},
"clear-simulator-cache": true,
"facebook": {
"enable": false,
"appID": "",
"live": {
"enable": false
},
"audience": {
"enable": false
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment