Browse Source

2021年9月15日 韩服19.4

tags/v21.0
枫谷剑仙 4 years ago
parent
commit
03d643e2d1
13 changed files with 15 additions and 13 deletions
  1. +8
    -6
      browser-compatibility.js
  2. BIN
      images/cards_ko/CARDS_061.PNG
  3. BIN
      images/cards_ko/CARDS_071.PNG
  4. BIN
      images/cards_ko/CARDS_075.PNG
  5. BIN
      images/cards_ko/CARDS_076.PNG
  6. BIN
      images/cards_ko/CARDS_077.PNG
  7. +1
    -1
      monsters-info/ckey.json
  8. +1
    -1
      monsters-info/mon_en.json
  9. +1
    -1
      monsters-info/mon_ja.json
  10. +1
    -1
      monsters-info/mon_ko.json
  11. +1
    -1
      monsters-info/official-API/ko-card.json
  12. +1
    -1
      monsters-info/official-API/ko-skill.json
  13. +1
    -1
      monsters-info/skill_ko.json

+ 8
- 6
browser-compatibility.js View File

@@ -23,24 +23,26 @@ if (needUpdateBrowser)
}
})(navigator.userAgent);
let alertStr;
if (/^zh-(?:han(?:s|t)-)?/.test(navigator.language)) {
alertStr = `🙁浏览器内核版本太老
let alertStr;
if (/^zh-(?:han(?:s|t)-)?/.test(navigator.language)) {
alertStr =
`🙁浏览器内核版本太老
您的浏览器版本为:
${browserVersion}
您的浏览器不支持本程序使用的 可选链操作符(?.) 和 空值合并操作符(??)。
请更新您的浏览器到 Firefox(火狐) ≥ 74 或 Chrome(谷歌) ≥ 80 或 Safari(苹果) ≥ 13.1。`;
} else {
alertStr = `🙁Browser kernel is too old
} else {
alertStr =
`🙁Browser kernel is too old
Your browser is:
${browserVersion}
Your browser does not support Optional chaining (?.) and Nullish coalescing operator (??) used in this program.
Please update your browser to Firefox ≥ 74 or Chrome ≥ 80 or Safari ≥ 13.1.`;
}
}
alert(alertStr);
document.write(alertStr.replace(/\n/g,'<br />'));

BIN
images/cards_ko/CARDS_061.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 797 kB Width: 1024  |  Height: 1024  |  Size: 821 kB

BIN
images/cards_ko/CARDS_071.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 792 kB Width: 1024  |  Height: 1024  |  Size: 837 kB

BIN
images/cards_ko/CARDS_075.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 723 kB Width: 1024  |  Height: 1024  |  Size: 810 kB

BIN
images/cards_ko/CARDS_076.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 171 kB Width: 1024  |  Height: 1024  |  Size: 644 kB

BIN
images/cards_ko/CARDS_077.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 86 kB

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

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"890c28c89d6a755dde22c65462dc7a52","skill":"ecf8e860dedcfd82d156960349b2d6d3"},"updateTime":1631506847888},{"code":"en","ckey":{"card":"7e5f9b638d2b93bfd95e457a3f996901","skill":"784cbe33ab62bf8ef8a12de8d0877480"},"updateTime":1630668625925},{"code":"ko","ckey":{"card":"3fa7ff0e54db41154ee42b34c5c065a9","skill":"aea73a2f9c39be4d73ac2b35a1de4aa2"},"updateTime":1630668625925}]
[{"code":"ja","ckey":{"card":"7604b2d6cc4898d3d4990fa3e32ac9e5","skill":"ecf8e860dedcfd82d156960349b2d6d3"},"updateTime":1631715155329},{"code":"en","ckey":{"card":"4965b4b072b1920499d947de9e31c6d6","skill":"784cbe33ab62bf8ef8a12de8d0877480"},"updateTime":1631715155329},{"code":"ko","ckey":{"card":"a1bbae3d74c5521d70b829ddcb2726c0","skill":"d103c8bde588ddafafa1e66317a39072"},"updateTime":1631715155329}]

+ 1
- 1
monsters-info/mon_en.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


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


+ 1
- 1
monsters-info/official-API/ko-card.json
File diff suppressed because it is too large
View File


+ 1
- 1
monsters-info/official-API/ko-skill.json
File diff suppressed because it is too large
View File


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


Loading…
Cancel
Save