From c2ccc9578f58af39ba058b3422aefbfa87927e7f 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, 20 Jun 2024 21:13:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=88=91=E7=9A=84=E7=AE=B1?= =?UTF-8?q?=E5=AD=90=E5=8A=9F=E8=83=BD9900=E7=BC=96=E5=8F=B7=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- service-worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 05932cae..113564a5 100644 --- a/script.js +++ b/script.js @@ -1686,7 +1686,7 @@ class PlayerDataCard { this.level = e.next().value[1]; this.skillLevel = e.next().value[1]; //未知 e.next(); //未知 - this.id = e.next().value[1]; + this.id = cardFixId(e.next().value[1], false); //叠加型用他们的经验来表示数量 const card = Cards[this.id]; diff --git a/service-worker.js b/service-worker.js index 59b0a9d5..be2050e5 100644 --- a/service-worker.js +++ b/service-worker.js @@ -29511,7 +29511,7 @@ const cachesMap = new Map([ ], [ "script.js", - "e404ffcfe61737efab3476ec7da3ceef" + "0df0acc896015a3b79918468b10fb1dd" ], [ "solo.html",