Browse Source

2022年1月27日

tags/v21.4
枫谷剑仙 4 years ago
parent
commit
74763ba6f5
21 changed files with 14 additions and 14 deletions
  1. BIN
      images/cards_en/CARDS_081.PNG
  2. BIN
      images/cards_en/CARDS_083.PNG
  3. BIN
      images/cards_ja/CARDS_077.PNG
  4. BIN
      images/cards_ja/CARDS_084.PNG
  5. BIN
      images/cards_ja/CARDS_085.PNG
  6. BIN
      images/cards_ko/CARDS_081.PNG
  7. BIN
      images/cards_ko/CARDS_083.PNG
  8. +1
    -1
      monsters-info/ckey.json
  9. +1
    -1
      monsters-info/mon_en.json
  10. +1
    -1
      monsters-info/mon_ja.json
  11. +1
    -1
      monsters-info/mon_ko.json
  12. +1
    -1
      monsters-info/official-API/en-card.json
  13. +1
    -1
      monsters-info/official-API/en-skill.json
  14. +1
    -1
      monsters-info/official-API/ja-card.json
  15. +1
    -1
      monsters-info/official-API/ja-skill.json
  16. +1
    -1
      monsters-info/official-API/ko-card.json
  17. +1
    -1
      monsters-info/official-API/ko-skill.json
  18. +1
    -1
      monsters-info/skill_en.json
  19. +1
    -1
      monsters-info/skill_ja.json
  20. +1
    -1
      monsters-info/skill_ko.json
  21. +1
    -1
      script.js

BIN
images/cards_en/CARDS_081.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 221 kB Width: 1024  |  Height: 1024  |  Size: 278 kB

BIN
images/cards_en/CARDS_083.PNG View File

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

BIN
images/cards_ja/CARDS_077.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 706 kB Width: 1024  |  Height: 1024  |  Size: 888 kB

BIN
images/cards_ja/CARDS_084.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 338 kB Width: 1024  |  Height: 1024  |  Size: 354 kB

BIN
images/cards_ja/CARDS_085.PNG View File

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

BIN
images/cards_ko/CARDS_081.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 221 kB Width: 1024  |  Height: 1024  |  Size: 278 kB

BIN
images/cards_ko/CARDS_083.PNG View File

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

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

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"ed9fc847d352437ba2e8dc75af3f81d2","skill":"bcf57458804439a3297faf838aff2da1"},"updateTime":1643119923190},{"code":"en","ckey":{"card":"3738244d067ea349cdac1abd1bf84144","skill":"027be66d8389a0c583cb09a6509dfd63"},"updateTime":1642684363336},{"code":"ko","ckey":{"card":"4d8b2e01e6f5f01d076abaddb9d54b73","skill":"f91cbcc3af95cb2d78c16e6339b1575f"},"updateTime":1642684363336}]
[{"code":"ja","ckey":{"card":"8f978504f0a9888d8e6d7aa72577890a","skill":"d8fa0c014b8ee3e6fe4b833ee8ff31aa"},"updateTime":1643272955504},{"code":"en","ckey":{"card":"3f70c1bd0655cf59207e959b29857c30","skill":"c4f9cee450dd59298177b34b59e411a2"},"updateTime":1643272955504},{"code":"ko","ckey":{"card":"985743a04656133cfa33c488e5c463a1","skill":"a991dc15c711d00cb0a0ebe4a4f55c32"},"updateTime":1643272955504}]

+ 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/en-card.json
File diff suppressed because it is too large
View File


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


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


+ 1
- 1
monsters-info/official-API/ja-skill.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_en.json
File diff suppressed because it is too large
View File


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


+ 1
- 1
script.js View File

@@ -1708,7 +1708,7 @@ function initialize(event) {
}).catch((err2) => {
console.error(err2);
if (err2) {
if (err instanceof ZXing.NotFoundException) {
if (err2 instanceof ZXing.NotFoundException) {
qrReadBox.info.textContent = 'No QR code found.';
}


Loading…
Cancel
Save