test
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
mol
2023-12-14 13:48:52 +08:00
parent b1709958e4
commit 164b6fa28e
3 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,7 @@ export function genRecipeMessage(recipeList, header, footer) {
}
if (header) {
textList.shift(header);
textList.unshift(header);
}
if (footer) {