Deploying to gh-pages from @ 25ff6c6462 🚀

This commit is contained in:
unanmed 2023-02-28 12:41:58 +00:00
parent 2bd3658f0f
commit 90f37f4f66
4 changed files with 2 additions and 8 deletions

View File

@ -314,12 +314,6 @@ core.prototype._init_flags = function () {
core.firstData = core.clone(core.data.firstData);
this._init_sys_flags();
// 让你总是拼错!
window.on = true;
window.off = false;
window.ture = true;
window.flase = false;
core.dom.versionLabel.innerText = core.firstData.version;
core.dom.logoLabel.innerText = core.firstData.title;
document.title = core.firstData.title + ' - HTML5魔塔';

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -2,7 +2,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = {
init: function () {
// 这看不到插件插件全放到plugin文件夹里面了要看的话去 关于游戏 的开源地址里面看
// 直接把仓库clone下来或者下载zip都行
// 脚本编辑同理
// 脚本编辑同理一部分在plugin里面
this._afterLoadResources = function () {};
}
};