v1.10.11 metadata
This commit is contained in:
parent
e8363497a8
commit
72ab7ee344
|
@ -86,6 +86,7 @@ new Promise((resolve) => {
|
||||||
window["b" + "ann" + "e" + "dE" + "x" + "ten" + "s" + "i" + "o" + "ns"] = [
|
window["b" + "ann" + "e" + "dE" + "x" + "ten" + "s" + "i" + "o" + "ns"] = [
|
||||||
"\u4fa0\u4e49",
|
"\u4fa0\u4e49",
|
||||||
"\u5168\u6559\u7a0b",
|
"\u5168\u6559\u7a0b",
|
||||||
|
"在线更新", //游戏内在线更新方式修改了,不再依赖于在线更新扩展了
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -5,11 +5,13 @@ window.noname_source_list = [
|
||||||
|
|
||||||
"noname/ai/basic.js",
|
"noname/ai/basic.js",
|
||||||
"noname/ai/index.js",
|
"noname/ai/index.js",
|
||||||
|
"noname/game/check.js",
|
||||||
"noname/game/index.js",
|
"noname/game/index.js",
|
||||||
"noname/game/promises.js",
|
"noname/game/promises.js",
|
||||||
"noname/game/dynamic-style/index.js",
|
"noname/game/dynamic-style/index.js",
|
||||||
"noname/get/index.js",
|
"noname/get/index.js",
|
||||||
"noname/get/is.js",
|
"noname/get/is.js",
|
||||||
|
"noname/get/promises.js",
|
||||||
"noname/gnc/index.js",
|
"noname/gnc/index.js",
|
||||||
"noname/gnc/is.js",
|
"noname/gnc/is.js",
|
||||||
"noname/init/cordova.js",
|
"noname/init/cordova.js",
|
||||||
|
@ -21,8 +23,10 @@ window.noname_source_list = [
|
||||||
"noname/library/index.js",
|
"noname/library/index.js",
|
||||||
"noname/library/path.js",
|
"noname/library/path.js",
|
||||||
"noname/library/update-urls.js",
|
"noname/library/update-urls.js",
|
||||||
"noname/library/announce/index.d.ts",
|
"noname/library/update.js",
|
||||||
"noname/library/announce/index.js",
|
"noname/library/announce/index.js",
|
||||||
|
"noname/library/assembly/index.js",
|
||||||
|
"noname/library/assembly/buildin.js",
|
||||||
"noname/library/cache/cacheContext.js",
|
"noname/library/cache/cacheContext.js",
|
||||||
"noname/library/cache/childNodesWatcher.js",
|
"noname/library/cache/childNodesWatcher.js",
|
||||||
"noname/library/channel/index.js",
|
"noname/library/channel/index.js",
|
||||||
|
@ -42,6 +46,9 @@ window.noname_source_list = [
|
||||||
"noname/library/element/vcard.js",
|
"noname/library/element/vcard.js",
|
||||||
"noname/library/experimental/index.js",
|
"noname/library/experimental/index.js",
|
||||||
"noname/library/experimental/symbol.js",
|
"noname/library/experimental/symbol.js",
|
||||||
|
"noname/library/hooks/buildin.js",
|
||||||
|
"noname/library/hooks/hook.js",
|
||||||
|
"noname/library/hooks/index.js",
|
||||||
"noname/library/init/index.js",
|
"noname/library/init/index.js",
|
||||||
"noname/library/init/promises.js",
|
"noname/library/init/promises.js",
|
||||||
"noname/status/index.js",
|
"noname/status/index.js",
|
||||||
|
@ -123,8 +130,9 @@ window.noname_source_list = [
|
||||||
"font/suits.woff2",
|
"font/suits.woff2",
|
||||||
|
|
||||||
"game/asset.js",
|
"game/asset.js",
|
||||||
|
"game/canUse.ts",
|
||||||
"game/codemirror.js",
|
"game/codemirror.js",
|
||||||
"game/compiler-sfc.browser.js",
|
"game/compiler-sfc.esm-browser.js",
|
||||||
"game/config.js",
|
"game/config.js",
|
||||||
"game/core-js-bundle.js",
|
"game/core-js-bundle.js",
|
||||||
"game/directory.js",
|
"game/directory.js",
|
||||||
|
@ -140,6 +148,7 @@ window.noname_source_list = [
|
||||||
"game/pressure.js",
|
"game/pressure.js",
|
||||||
"game/server.js",
|
"game/server.js",
|
||||||
"game/source.js",
|
"game/source.js",
|
||||||
|
"game/typescript.js",
|
||||||
"game/update.js",
|
"game/update.js",
|
||||||
"game/vue.esm-browser.js",
|
"game/vue.esm-browser.js",
|
||||||
|
|
||||||
|
@ -254,6 +263,7 @@ window.noname_source_list = [
|
||||||
"theme/style/hp/image/glass2.png",
|
"theme/style/hp/image/glass2.png",
|
||||||
"theme/style/hp/image/glass3.png",
|
"theme/style/hp/image/glass3.png",
|
||||||
"theme/style/hp/image/glass4.png",
|
"theme/style/hp/image/glass4.png",
|
||||||
|
"theme/style/hp/image/hidden_hp.png",
|
||||||
"theme/style/hp/image/official1.png",
|
"theme/style/hp/image/official1.png",
|
||||||
"theme/style/hp/image/official2.png",
|
"theme/style/hp/image/official2.png",
|
||||||
"theme/style/hp/image/official3.png",
|
"theme/style/hp/image/official3.png",
|
||||||
|
|
|
@ -1,63 +1,13 @@
|
||||||
window.noname_update = {
|
window.noname_update = {
|
||||||
version: "1.10.10",
|
version: "1.10.11",
|
||||||
update: "1.10.9",
|
update: "NULL", //新版本更新文件较多,直接强制进行全量更新
|
||||||
changeLog: [
|
changeLog: [
|
||||||
"整合@kuangshen04 @mengxinzxz @lieren2023 @nonameShijian @PZ157 @XboxSoldier @universe-st @copcap 的Pull Request",
|
"整合@Rintim @mengxinzxz @nonameShijian @lieren2023 @itsnoteasytonameaccount @kuangshen04 @IceCola97 @PZ157 @universe-st @Iking123 @copcap @nineMangos 的Pull Request",
|
||||||
"OL界程普、界虞翻",
|
"OL族王广、族王明山、界王异、刘辟、SP孙策;十周年曹芳、武关羽、神华佗、SP甄姬",
|
||||||
"手杀杨奉、谋夏侯惇、谋高顺",
|
"手杀SP毌丘俭、曹髦、成济、李昭&焦伯;海外服颜良、文丑、袁谭",
|
||||||
"引入Vue框架和新的换肤机制",
|
"添加“无限火力”单挑模式",
|
||||||
|
"拆分“技能的消耗”和“技能的效果”,加入“按点卖血”等同时机多次发动技能的机制,逐步淘汰direct:true的写法",
|
||||||
"其他AI优化与bug修复",
|
"其他AI优化与bug修复",
|
||||||
],
|
],
|
||||||
files: [
|
files: [],
|
||||||
"service-worker.js",
|
|
||||||
|
|
||||||
"card/mtg.js",
|
|
||||||
"card/standard.js",
|
|
||||||
|
|
||||||
"character/diy.js",
|
|
||||||
"character/extra.js",
|
|
||||||
"character/gwent.js",
|
|
||||||
"character/huicui.js",
|
|
||||||
"character/mobile.js",
|
|
||||||
"character/offline.js",
|
|
||||||
"character/onlyOL.js",
|
|
||||||
"character/ow.js",
|
|
||||||
"character/rank.js",
|
|
||||||
"character/refresh.js",
|
|
||||||
"character/sb.js",
|
|
||||||
"character/shenhua.js",
|
|
||||||
"character/shiji.js",
|
|
||||||
"character/sp.js",
|
|
||||||
"character/sp2.js",
|
|
||||||
"character/standard.js",
|
|
||||||
"character/swd.js",
|
|
||||||
"character/tw.js",
|
|
||||||
"character/xianding.js",
|
|
||||||
"character/xinghuoliaoyuan.js",
|
|
||||||
"character/yijiang.js",
|
|
||||||
"character/yingbian.js",
|
|
||||||
"character/yxs.js",
|
|
||||||
|
|
||||||
"game/compiler-sfc.browser.js",
|
|
||||||
"game/game.js",
|
|
||||||
"game/pinyinjs.js",
|
|
||||||
"game/vue.esm-browser.js",
|
|
||||||
|
|
||||||
"layout/default/layout.css",
|
|
||||||
|
|
||||||
"mode/boss.js",
|
|
||||||
"mode/versus.js",
|
|
||||||
|
|
||||||
"noname/game/index.js",
|
|
||||||
|
|
||||||
"noname/get/index.js",
|
|
||||||
"noname/get/is.js",
|
|
||||||
|
|
||||||
"noname/library/index.js",
|
|
||||||
|
|
||||||
"noname/library/element/content.js",
|
|
||||||
"noname/library/element/player.js",
|
|
||||||
|
|
||||||
"noname/library/init/index.js",
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue