Update converter.js
This commit is contained in:
parent
206f4fa518
commit
65ebe0ab7e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ json.forEach((v, i) => {
|
||||||
v.appearing_characters.forEach((vv, vi) => {
|
v.appearing_characters.forEach((vv, vi) => {
|
||||||
chars[vv[0]] = vv[1];
|
chars[vv[0]] = vv[1];
|
||||||
mdTemp += `- ${vv[1]}\n`;
|
mdTemp += `- ${vv[1]}\n`;
|
||||||
chlist += `- ${vv[1]}\n`;
|
chlist += `- ${vv[1]}\n\n`;
|
||||||
});
|
});
|
||||||
v.content.forEach((vv, vi) => {
|
v.content.forEach((vv, vi) => {
|
||||||
switch (vv.type) {
|
switch (vv.type) {
|
||||||
|
|
Loading…
Reference in a new issue