Browse Source

增加龙契

tags/v8.0
枫谷剑仙 7 years ago
parent
commit
86c17b536c
8 changed files with 7 additions and 7 deletions
  1. BIN
      images/cards/CARDS_055.PNG
  2. +1
    -1
      monsters-info/custom/chs.json
  3. +1
    -1
      monsters-info/custom/cht.json
  4. +1
    -1
      monsters-info/extract_CHT.js
  5. +1
    -1
      monsters-info/mon.json
  6. +1
    -1
      monsters-info/official-API/ja-skill.json
  7. +1
    -1
      monsters-info/official-API/ja.json
  8. +1
    -1
      monsters-info/提取中文数据.bat

BIN
images/cards/CARDS_055.PNG View File

Before After
Width: 1024  |  Height: 1024  |  Size: 146 kB Width: 1024  |  Height: 1024  |  Size: 238 kB

+ 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/extract_CHT.js View File

@@ -1,6 +1,6 @@
var fs = require('fs');
var sourceFolder = "Download-pad.skyozora.com/pad.skyozora.com";
var outJSON = "custom/CHT.json";
var outJSON = "custom/cht.json";
var path = require('path');//解析需要遍历的文件夹
fs.access(outJSON,function(err){


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


+ 1
- 1
monsters-info/提取中文数据.bat View File

@@ -2,6 +2,6 @@
echo 开始提取网页数据
node.exe extract_CHT.js
echo 正在将繁体中文转换为简体中文
opencc\opencc.exe -i custom\CHT.json -o custom\CHS.json -c opencc\t2s.json
opencc\opencc.exe -i custom\cht.json -o custom\chs.json -c opencc\t2s.json
echo 转换完成
pause

Loading…
Cancel
Save