1
0
Fork 0
This commit is contained in:
程序员小墨 2022-12-08 22:10:09 +08:00
parent c5a4dc7bea
commit 01e0c983e2
4 changed files with 44201 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
output.txt
data-friendly.json
# data-friendly.json

44198
data-friendly.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -15,6 +15,7 @@ for (let item of list) {
}
let struct = utils.structure()
struct.word = w[1]
struct.type = 1
struct.pinyin.push(w[2])
struct.from.push("1")
utils.addData(struct, false)