feat: add 白菜 🥬

This commit is contained in:
YunYouJun
2022-04-17 00:51:35 +08:00
parent 1092c460cb
commit 439f9a080d
2 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ export interface StuffItem {
* 素菜
*/
export const vegetable: StuffItem[] = [
{
name: '白菜',
emoji: '🥬',
},
{
name: '土豆',
emoji: '🥔',