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",