From 8e66ea46f800801d6a686f009e91a75d1e9b9ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sat, 2 Mar 2024 06:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E6=95=B0=E6=8D=AE=E5=A4=AA?= =?UTF-8?q?=E5=A4=9A=E4=BA=86=EF=BC=8C=E5=8E=BB=E9=99=A4id=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=A4=84=E7=9A=84=E5=80=99=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi.html | 3 +-- script.js | 13 ------------- service-worker.js | 10 +++++----- solo.html | 3 +-- triple.html | 3 +-- 5 files changed, 8 insertions(+), 24 deletions(-) diff --git a/multi.html b/multi.html index 820441f7..8297802f 100644 --- a/multi.html +++ b/multi.html @@ -1275,8 +1275,7 @@ const teamsCount = 2; - - +
diff --git a/script.js b/script.js index 6276afc8..2fe15372 100644 --- a/script.js +++ b/script.js @@ -1697,19 +1697,6 @@ function loadData(force = false) } function dealCardsData(_cards) { - if (editBox) - { - const monstersList = editBox.querySelector("#monsters-name-list"); - let fragment = document.createDocumentFragment(); - _cards.forEach(function(card, idx, arr) { //添加下拉框候选 - const opt = fragment.appendChild(document.createElement("option")); - opt.value = card.id; - opt.label = card.id + " - " + returnMonsterNameArr(card, currentLanguage.searchlist, currentDataSource.code).join(" | "); - }); - - monstersList.appendChild(fragment); - } - statusLine?.writeText(localTranslating.status_message.loading_skill_info); if (!force && db && currentCkey.ckey.skill == lastCurrentCkey.ckey.skill) { console.debug("Skills ckey相等,直接读取已有的数据。"); diff --git a/service-worker.js b/service-worker.js index dfe5419e..95527241 100644 --- a/service-worker.js +++ b/service-worker.js @@ -23183,7 +23183,7 @@ const cachesMap = new Map([ ], [ "multi.html", - "063d1442fc5c4eff9ea48f6fff52040e" + "af2ec4092425b8aa60ca5a3e83132dec" ], [ "script-custom_elements.js", @@ -23203,11 +23203,11 @@ const cachesMap = new Map([ ], [ "script.js", - "e48bb870d44c7ced25302d1cb8154d41" + "67f890d238510ae435a338ef467904ad" ], [ "solo.html", - "dfe186923662b30e1dcf541cba45c56a" + "a03e850df95eea9dad7c935806968d17" ], [ "style-monsterimages.css", @@ -23215,7 +23215,7 @@ const cachesMap = new Map([ ], [ "style.css", - "44b13bc5f6a4207844d31bd5347ce19f" + "a00c9cdd0da151d4f5b1d3048fc6967b" ], [ "temp.js", @@ -23223,7 +23223,7 @@ const cachesMap = new Map([ ], [ "triple.html", - "2b81803875ee75bc1e5c1a339e1aa5e6" + "0f7e8bac34ea2f17ac814ca45c38d916" ], [ "languages/en.css", diff --git a/solo.html b/solo.html index 2223eae0..f64132af 100644 --- a/solo.html +++ b/solo.html @@ -1039,8 +1039,7 @@ const teamsCount = 1; - - +
diff --git a/triple.html b/triple.html index c5479c87..8dead1af 100644 --- a/triple.html +++ b/triple.html @@ -2029,8 +2029,7 @@ const teamsCount = 3; - - +