Browse Source

2022年3月17日

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

BIN
images/cards_en/CARDS_077.PNG View File

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

BIN
images/cards_en/CARDS_083.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 674 kB Width: 1024  |  Height: 1024  |  Size: 758 kB

BIN
images/cards_en/CARDS_084.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 310 kB Width: 1024  |  Height: 1024  |  Size: 390 kB

BIN
images/cards_en/CARDS_085.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 50 kB Width: 1024  |  Height: 1024  |  Size: 88 kB

BIN
images/cards_ja/CARDS_086.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 740 kB Width: 1024  |  Height: 1024  |  Size: 800 kB

BIN
images/cards_ja/CARDS_087.PNG View File

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

BIN
images/cards_ko/CARDS_077.PNG View File

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

BIN
images/cards_ko/CARDS_083.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 755 kB Width: 1024  |  Height: 1024  |  Size: 839 kB

BIN
images/cards_ko/CARDS_084.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 310 kB Width: 1024  |  Height: 1024  |  Size: 390 kB

BIN
images/cards_ko/CARDS_085.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 50 kB Width: 1024  |  Height: 1024  |  Size: 88 kB

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

@@ -1 +1 @@
[{"code":"ja","ckey":{"card":"e799cdfb0f535b78df215d9c8b5194af","skill":"58c26f521d3f91023ab2c716f78151f4"},"updateTime":1646999110466},{"code":"en","ckey":{"card":"e4c9c1707051699bce736bad5fb36972","skill":"9b47853d084ec38478c632f7df481380"},"updateTime":1646999110466},{"code":"ko","ckey":{"card":"998ac2c9cbfe9c4551217a1e6373090b","skill":"88741a8efd3e73e2e7eb1bbc0b544586"},"updateTime":1646999110466}]
[{"code":"ja","ckey":{"card":"05ec6d8ff2bbe347a54a47e2874bdb3c","skill":"bdf93cd2ec9aa4b0b0661d1a27146332"},"updateTime":1647518466158},{"code":"en","ckey":{"card":"ab1a046b1c85e568ffcd27c76f15ac31","skill":"875dc732159b9ecbde055d5887154e3a"},"updateTime":1647518466158},{"code":"ko","ckey":{"card":"cbeb4a1e2ac9a11b3b62d695f7c3f424","skill":"2c2bf92c96105d34606ccf33ee6a6ceb"},"updateTime":1647518466158}]

+ 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


+ 12
- 0
temp.js View File

@@ -0,0 +1,12 @@
const fs = require('fs');
const path = require('path');
const OpenCC = require('opencc');
const converter = new OpenCC('s2t.json');
const code = fs.readFileSync("script-json_data.js", {encoding:"utf-8"});
function toCHT(match, p1){
const cht = converter.convertSync(p1);
return `{chs:"${p1}",cht:"${cht}"}`;
}
let newcode = code.replaceAll(/\{chs:"(.+)?"\}/ig, toCHT);
fs.writeFileSync("script-json_data2.js", newcode, {encoding:"utf-8"})

Loading…
Cancel
Save