This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加龙契
tags/v8.0
枫谷剑仙
7 years ago
parent
f21233fb00
commit
86c17b536c
8 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
images/cards/CARDS_055.PNG
+1
-1
monsters-info/custom/chs.json
+1
-1
monsters-info/custom/cht.json
+1
-1
monsters-info/extract_CHT.js
+1
-1
monsters-info/mon.json
+1
-1
monsters-info/official-API/ja-skill.json
+1
-1
monsters-info/official-API/ja.json
+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
Write
Preview
Loading…
Cancel
Save