init wiki
This commit is contained in:
parent
c76c5a7c79
commit
abff2aab6d
@ -35,7 +35,7 @@ module.exports = function(){
|
|||||||
for(let r of res.definitions){
|
for(let r of res.definitions){
|
||||||
txt+= `*${r.speech}:*\n`;
|
txt+= `*${r.speech}:*\n`;
|
||||||
for(let l of r.lines){
|
for(let l of r.lines){
|
||||||
txt+= `_${l.define}_\n`;
|
txt+= ` - _${l.define}_\n\n`;
|
||||||
}
|
}
|
||||||
txt += `\n`;
|
txt += `\n`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user