| @@ -1275,8 +1275,7 @@ const teamsCount = 2; | |||||
| <input type="checkbox" class="switch-ipt" name="real-time-change-card" id="real-time-change-card"><label class="switch-lbl" for="real-time-change-card"><circle></circle></label> | <input type="checkbox" class="switch-ipt" name="real-time-change-card" id="real-time-change-card"><label class="switch-lbl" for="real-time-change-card"><circle></circle></label> | ||||
| <button class="open-evolutionary-tree display-none"></button> | <button class="open-evolutionary-tree display-none"></button> | ||||
| <button class="search-evolution-by-this display-none"><icon class="type-icon" data-type-icon="0"></icon></button> | <button class="search-evolution-by-this display-none"><icon class="type-icon" data-type-icon="0"></icon></button> | ||||
| <input type="search" class="m-id" list="monsters-name-list"/><button class="search-by-string"></button> | |||||
| <datalist id="monsters-name-list"></datalist> | |||||
| <input type="search" class="m-id"/><button class="search-by-string"></button> | |||||
| <ul class="evo-card-list"></ul> | <ul class="evo-card-list"></ul> | ||||
| </div> | </div> | ||||
| <div class="setting-row row-mon-latent"> | <div class="setting-row row-mon-latent"> | ||||
| @@ -1697,19 +1697,6 @@ function loadData(force = false) | |||||
| } | } | ||||
| function dealCardsData(_cards) | 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); | statusLine?.writeText(localTranslating.status_message.loading_skill_info); | ||||
| if (!force && db && currentCkey.ckey.skill == lastCurrentCkey.ckey.skill) { | if (!force && db && currentCkey.ckey.skill == lastCurrentCkey.ckey.skill) { | ||||
| console.debug("Skills ckey相等,直接读取已有的数据。"); | console.debug("Skills ckey相等,直接读取已有的数据。"); | ||||
| @@ -23183,7 +23183,7 @@ const cachesMap = new Map([ | |||||
| ], | ], | ||||
| [ | [ | ||||
| "multi.html", | "multi.html", | ||||
| "063d1442fc5c4eff9ea48f6fff52040e" | |||||
| "af2ec4092425b8aa60ca5a3e83132dec" | |||||
| ], | ], | ||||
| [ | [ | ||||
| "script-custom_elements.js", | "script-custom_elements.js", | ||||
| @@ -23203,11 +23203,11 @@ const cachesMap = new Map([ | |||||
| ], | ], | ||||
| [ | [ | ||||
| "script.js", | "script.js", | ||||
| "e48bb870d44c7ced25302d1cb8154d41" | |||||
| "67f890d238510ae435a338ef467904ad" | |||||
| ], | ], | ||||
| [ | [ | ||||
| "solo.html", | "solo.html", | ||||
| "dfe186923662b30e1dcf541cba45c56a" | |||||
| "a03e850df95eea9dad7c935806968d17" | |||||
| ], | ], | ||||
| [ | [ | ||||
| "style-monsterimages.css", | "style-monsterimages.css", | ||||
| @@ -23215,7 +23215,7 @@ const cachesMap = new Map([ | |||||
| ], | ], | ||||
| [ | [ | ||||
| "style.css", | "style.css", | ||||
| "44b13bc5f6a4207844d31bd5347ce19f" | |||||
| "a00c9cdd0da151d4f5b1d3048fc6967b" | |||||
| ], | ], | ||||
| [ | [ | ||||
| "temp.js", | "temp.js", | ||||
| @@ -23223,7 +23223,7 @@ const cachesMap = new Map([ | |||||
| ], | ], | ||||
| [ | [ | ||||
| "triple.html", | "triple.html", | ||||
| "2b81803875ee75bc1e5c1a339e1aa5e6" | |||||
| "0f7e8bac34ea2f17ac814ca45c38d916" | |||||
| ], | ], | ||||
| [ | [ | ||||
| "languages/en.css", | "languages/en.css", | ||||
| @@ -1039,8 +1039,7 @@ const teamsCount = 1; | |||||
| <input type="checkbox" class="switch-ipt" name="real-time-change-card" id="real-time-change-card"><label class="switch-lbl" for="real-time-change-card"><circle></circle></label> | <input type="checkbox" class="switch-ipt" name="real-time-change-card" id="real-time-change-card"><label class="switch-lbl" for="real-time-change-card"><circle></circle></label> | ||||
| <button class="open-evolutionary-tree display-none"></button> | <button class="open-evolutionary-tree display-none"></button> | ||||
| <button class="search-evolution-by-this display-none"><icon class="type-icon" data-type-icon="0"></icon></button> | <button class="search-evolution-by-this display-none"><icon class="type-icon" data-type-icon="0"></icon></button> | ||||
| <input type="search" class="m-id" list="monsters-name-list"/><button class="search-by-string"></button> | |||||
| <datalist id="monsters-name-list"></datalist> | |||||
| <input type="search" class="m-id"/><button class="search-by-string"></button> | |||||
| <ul class="evo-card-list"></ul> | <ul class="evo-card-list"></ul> | ||||
| </div> | </div> | ||||
| <div class="setting-row row-mon-latent"> | <div class="setting-row row-mon-latent"> | ||||
| @@ -2029,8 +2029,7 @@ const teamsCount = 3; | |||||
| <input type="checkbox" class="switch-ipt" name="real-time-change-card" id="real-time-change-card"><label class="switch-lbl" for="real-time-change-card"><circle></circle></label> | <input type="checkbox" class="switch-ipt" name="real-time-change-card" id="real-time-change-card"><label class="switch-lbl" for="real-time-change-card"><circle></circle></label> | ||||
| <button class="open-evolutionary-tree display-none"></button> | <button class="open-evolutionary-tree display-none"></button> | ||||
| <button class="search-evolution-by-this display-none"><icon class="type-icon" data-type-icon="0"></icon></button> | <button class="search-evolution-by-this display-none"><icon class="type-icon" data-type-icon="0"></icon></button> | ||||
| <input type="search" class="m-id" list="monsters-name-list"/><button class="search-by-string"></button> | |||||
| <datalist id="monsters-name-list"></datalist> | |||||
| <input type="search" class="m-id"/><button class="search-by-string"></button> | |||||
| <ul class="evo-card-list"></ul> | <ul class="evo-card-list"></ul> | ||||
| </div> | </div> | ||||
| <div class="setting-row row-mon-latent"> | <div class="setting-row row-mon-latent"> | ||||