fix: button title

This commit is contained in:
YunYouJun
2022-04-17 04:20:33 +08:00
parent 650e1f666b
commit e313aa9885
5 changed files with 10 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
import { meat, staple, vegetable } from '~/data/food'
/**
* 从材料生成 Emoji
* @param stuff
* @returns
*/
export function generateEmojisFromStuff(stuff: string[]) {
const emojis: string[] = []
stuff.forEach((item) => {