This commit is contained in:
@ -3,7 +3,7 @@ export function genRecipeMessage(recipeList, header, footer) {
|
||||
|
||||
for (let recipe of recipeList) {
|
||||
textList.push(
|
||||
`吃${recipe['name']}\n准备材料:${recipe.stuff}\n使用厨具:${recipe.tools}\nhttps://www.bilibili.com/video/${recipe.bv}`,
|
||||
`${recipe.name}\n材料:${recipe.stuff}\n厨具:${recipe.tools}\nhttps://www.bilibili.com/video/${recipe.bv}`,
|
||||
);
|
||||
}
|
||||
|
||||
@ -15,5 +15,5 @@ export function genRecipeMessage(recipeList, header, footer) {
|
||||
textList.push(footer);
|
||||
}
|
||||
|
||||
return textList.join('\n----------\n');
|
||||
return textList.join('\n \n');
|
||||
}
|
||||
|
Reference in New Issue
Block a user