|
@@ -16497,8 +16497,10 @@ r.default.checkUpdate();
|
|
|
};
|
|
};
|
|
|
e.OnUpdateSucceed = function() {
|
|
e.OnUpdateSucceed = function() {
|
|
|
console.log("更新成功");
|
|
console.log("更新成功");
|
|
|
|
|
+setTimeout(function() {
|
|
|
cc.audioEngine.stopAll();
|
|
cc.audioEngine.stopAll();
|
|
|
cc.game.restart();
|
|
cc.game.restart();
|
|
|
|
|
+}, 500);
|
|
|
};
|
|
};
|
|
|
r.default.init(this.manifest, e);
|
|
r.default.init(this.manifest, e);
|
|
|
};
|
|
};
|
|
@@ -16670,7 +16672,7 @@ value: !0
|
|
|
o.ServerUrl = o.HttpData = void 0;
|
|
o.ServerUrl = o.HttpData = void 0;
|
|
|
var n, a = function() {
|
|
var n, a = function() {
|
|
|
function t() {
|
|
function t() {
|
|
|
-this.serverType = 1;
|
|
|
|
|
|
|
+this.serverType = 0;
|
|
|
}
|
|
}
|
|
|
t.prototype.getServerUrl = function() {
|
|
t.prototype.getServerUrl = function() {
|
|
|
switch (this.serverType) {
|
|
switch (this.serverType) {
|
|
@@ -17950,7 +17952,7 @@ value: !0
|
|
|
o.LogTagColor = void 0;
|
|
o.LogTagColor = void 0;
|
|
|
var a, i = function() {
|
|
var a, i = function() {
|
|
|
function t() {
|
|
function t() {
|
|
|
-this.ifShowLog = !1;
|
|
|
|
|
|
|
+this.ifShowLog = !0;
|
|
|
this._tagChar = "...";
|
|
this._tagChar = "...";
|
|
|
this._frontChar = " ";
|
|
this._frontChar = " ";
|
|
|
this._keyValueChar = " = ";
|
|
this._keyValueChar = " = ";
|
|
@@ -18716,8 +18718,10 @@ jsb.fileUtils.removeDirectory(r);
|
|
|
}
|
|
}
|
|
|
cc.sys.localStorage.removeItem("HotUpdateSearchPaths");
|
|
cc.sys.localStorage.removeItem("HotUpdateSearchPaths");
|
|
|
jsb.fileUtils.setSearchPaths(n);
|
|
jsb.fileUtils.setSearchPaths(n);
|
|
|
|
|
+setTimeout(function() {
|
|
|
cc.audioEngine.stopAll();
|
|
cc.audioEngine.stopAll();
|
|
|
cc.game.restart();
|
|
cc.game.restart();
|
|
|
|
|
+}, 500);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|