Commit 751120b7 authored by liujiangnan's avatar liujiangnan

feat

parent ce41e927
...@@ -10588,8 +10588,8 @@ ...@@ -10588,8 +10588,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 307, "width": 400,
"height": 220 "height": 400
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -10600,7 +10600,7 @@ ...@@ -10600,7 +10600,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
396.12100000000004, 410.071,
0, 0,
0, 0,
0, 0,
...@@ -10653,7 +10653,7 @@ ...@@ -10653,7 +10653,7 @@
}, },
"_fillStart": 0, "_fillStart": 0,
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": false,
"_atlas": null, "_atlas": null,
"_id": "903dl7sS9D1ZxTcgB+H1S7" "_id": "903dl7sS9D1ZxTcgB+H1S7"
}, },
...@@ -10737,7 +10737,7 @@ ...@@ -10737,7 +10737,7 @@
"_target": null, "_target": null,
"_alignFlags": 32, "_alignFlags": 32,
"_left": 928.671, "_left": 928.671,
"_right": 136.42899999999997, "_right": 89.92899999999997,
"_top": 283, "_top": 283,
"_bottom": 283, "_bottom": 283,
"_verticalCenter": 0, "_verticalCenter": 0,
......
...@@ -506,9 +506,9 @@ export default class NewClass extends middleLayerBase { ...@@ -506,9 +506,9 @@ export default class NewClass extends middleLayerBase {
this.hideUI(); this.hideUI();
const engineObj = JSON.parse((<any>window).air.engineInfo); const engineObj = JSON.parse((<any>window).air.engineInfo);
if (engineObj.isDev == 1) { if (engineObj.isDev == 1) {
this.loadOnlineCourseWare(28089, false, null); this.loadOnlineCourseWare(29235, false, null);
} else { } else {
this.loadOnlineCourseWare(54568, false, null); this.loadOnlineCourseWare(55645, false, null);
} }
}); });
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 365, "width": 1000,
"height": 227, "height": 955,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"faf": { "faf": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": -1, "offsetX": -9,
"offsetY": 0.5, "offsetY": -3.5,
"trimX": 28, "trimX": 32,
"trimY": 3, "trimY": 20,
"width": 307, "width": 918,
"height": 220, "height": 922,
"rawWidth": 365, "rawWidth": 1000,
"rawHeight": 227, "rawHeight": 955,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{ {
"title": "play", "title": "iDebugABC",
"packageName": "org.cocos2d.demo", "packageName": "org.cocos2d.demo",
"startScene": "f2080b9e-65f4-4a10-b460-eb81064a9d76", "startScene": "f2080b9e-65f4-4a10-b460-eb81064a9d76",
"excludeScenes": [], "excludeScenes": [],
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"mainCompressionType": "default", "mainCompressionType": "default",
"mainIsRemote": false, "mainIsRemote": false,
"optimizeHotUpdate": false, "optimizeHotUpdate": false,
"md5Cache": false, "md5Cache": true,
"nativeMd5Cache": true, "nativeMd5Cache": true,
"encryptJs": true, "encryptJs": true,
"xxteaKey": "6bbfce23-28b4-4a", "xxteaKey": "6bbfce23-28b4-4a",
......
{ {
"last-module-event-record-time": 1639702063432, "last-module-event-record-time": 1684552057160,
"migrate-history": [ "migrate-history": [
"cloud-function" "cloud-function"
] ]
......
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