Browse Source

修复我的箱子功能9900编号以后的错误

pull/1/head
枫谷剑仙 2 years ago
parent
commit
c2ccc9578f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      script.js
  2. +1
    -1
      service-worker.js

+ 1
- 1
script.js View File

@@ -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];


+ 1
- 1
service-worker.js View File

@@ -29511,7 +29511,7 @@ const cachesMap = new Map([
],
[
"script.js",
"e404ffcfe61737efab3476ec7da3ceef"
"0df0acc896015a3b79918468b10fb1dd"
],
[
"solo.html",


Loading…
Cancel
Save