test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-14 13:59:47 +08:00
parent d7a341afd0
commit 579d39fa4a
3 changed files with 1 additions and 4 deletions

View File

@ -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}`,
);
}