Browse Source

2022年7月4日 中文

tags/v24.3
枫谷剑仙 3 years ago
parent
commit
779f4e10e5
6 changed files with 8 additions and 11 deletions
  1. +1
    -1
      monsters-info/ckey.json
  2. +1
    -1
      monsters-info/custom/chs.json
  3. +1
    -1
      monsters-info/custom/cht.json
  4. +1
    -1
      monsters-info/mon_ja.json
  5. +3
    -7
      service-worker.js
  6. +1
    -0
      update-service-worker.js

+ 1
- 1
monsters-info/ckey.json View File

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"d251a95402e44b6f4802d718b0f4fca1","skill":"c896f7a36c3982941663990aab3f7a8c"},"updateTime":1656678552127},{"code":"en","ckey":{"card":"2f46080e02cfeb569efc3d913b35ad5b","skill":"07ced9d503e5eca57903b3e647ab909f"},"updateTime":1656065610747},{"code":"ko","ckey":{"card":"b64564ebb790396865710b072d081f56","skill":"a6a5460fadf973398c85a8add76685d0"},"updateTime":1656065610747}]
[{"code":"ja","ckey":{"card":"fe6ff5a304903f9e0c3d55c0b6f78c2c","skill":"c896f7a36c3982941663990aab3f7a8c"},"updateTime":1656870357464},{"code":"en","ckey":{"card":"2f46080e02cfeb569efc3d913b35ad5b","skill":"07ced9d503e5eca57903b3e647ab909f"},"updateTime":1656065610747},{"code":"ko","ckey":{"card":"b64564ebb790396865710b072d081f56","skill":"a6a5460fadf973398c85a8add76685d0"},"updateTime":1656065610747}]

+ 1
- 1
monsters-info/custom/chs.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/custom/cht.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/mon_ja.json
File diff suppressed because it is too large
View File


+ 3
- 7
service-worker.js View File

@@ -6203,7 +6203,7 @@ const cachesMap = new Map([
],
[
"monsters-info/ckey.json",
"d5b6acafe9be826d44ca805a0db96f3c"
"44f2864af77ba0148d250d1b109394d4"
],
[
"monsters-info/mon_en.json",
@@ -6211,7 +6211,7 @@ const cachesMap = new Map([
],
[
"monsters-info/mon_ja.json",
"d251a95402e44b6f4802d718b0f4fca1"
"fe6ff5a304903f9e0c3d55c0b6f78c2c"
],
[
"monsters-info/mon_ko.json",
@@ -6219,7 +6219,7 @@ const cachesMap = new Map([
],
[
"monsters-info/package-lock.json",
"b3d326b41090b4dda1f995e05163c6e2"
"cf85e99aa187cdc1a7351c9490c9d0b7"
],
[
"monsters-info/package.json",
@@ -6233,10 +6233,6 @@ const cachesMap = new Map([
"monsters-info/skill_ja.json",
"c896f7a36c3982941663990aab3f7a8c"
],
[
"monsters-info/skill_ko.json",
"a6a5460fadf973398c85a8add76685d0"
],
[
"doc/export-player-data.html",
"29394036c361ebfeefc55a0524d4d567"


+ 1
- 0
update-service-worker.js View File

@@ -60,6 +60,7 @@ const library_aaaHash = filesHashArr("./library/jy4340132-aaa", /\.(js|wasm)$/i)
cachesArr.push(...library_aaaHash);
//数据
const dataHash = filesHashArr("./monsters-info", /\.json$/i);
dataHash.splice(dataHash.findIndex(item=>item[0] === "package-lock.json"), 1); //不要把package-lock.json加入
cachesArr.push(...dataHash);
//文档
const docHash = filesHashArr("./doc", /\.html$/i);


Loading…
Cancel
Save