From 31061299c1f3b89a59ec1410e69cc62a82e584b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 28 Mar 2024 21:59:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B1=9E=E6=80=A7=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=9A=84=E4=BA=8C=E8=BF=9B=E5=88=B6=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi.html | 42 +++++++++++++++++++++--------------------- script.js | 2 +- solo.html | 42 +++++++++++++++++++++--------------------- triple.html | 42 +++++++++++++++++++++--------------------- 4 files changed, 64 insertions(+), 64 deletions(-) diff --git a/multi.html b/multi.html index 2002b269..01758bbe 100644 --- a/multi.html +++ b/multi.html @@ -838,31 +838,31 @@ const teamsCount = 2;
diff --git a/script.js b/script.js index f255e305..6ba43f05 100644 --- a/script.js +++ b/script.js @@ -5168,7 +5168,7 @@ function initialize() { } //导出当前的搜索状态 searchBox.getSearchOptions = function(){ - const attrs = s_attr_lists.map(list=>parseInt(returnRadiosValue(list), 2) || 0); + const attrs = s_attr_lists.map(list=>Number(returnRadiosValue(list)) || 0); const types = returnCheckBoxsValues(s_types).map(Str2Int); const rares = returnCheckBoxsValues(s_rareChecks).map(Str2Int); const sawokens = returnCheckBoxsValues(s_sawokens).map(Str2Int); diff --git a/solo.html b/solo.html index 8d3448e2..e6ac55ad 100644 --- a/solo.html +++ b/solo.html @@ -576,31 +576,31 @@ const teamsCount = 1;
diff --git a/triple.html b/triple.html index e64b7dce..0dd39b72 100644 --- a/triple.html +++ b/triple.html @@ -1520,31 +1520,31 @@ const teamsCount = 3;