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;
-
-
+