update 1
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
output.txt
|
output.txt
|
||||||
data-friendly.json
|
# data-friendly.json
|
44198
data-friendly.json
Normal file
44198
data-friendly.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@ for (let item of list) {
|
|||||||
}
|
}
|
||||||
let struct = utils.structure()
|
let struct = utils.structure()
|
||||||
struct.word = w[1]
|
struct.word = w[1]
|
||||||
|
struct.type = 1
|
||||||
struct.pinyin.push(w[2])
|
struct.pinyin.push(w[2])
|
||||||
struct.from.push("1")
|
struct.from.push("1")
|
||||||
utils.addData(struct, false)
|
utils.addData(struct, false)
|
||||||
|
Reference in New Issue
Block a user