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

@@ -105,7 +105,7 @@ const clickTool = (item: StuffItem) => {
</MeatTag>
</div>
<div m="y-4">
<h2 text="base" font="bold" p="1">
<h2 opacity="90" text="base" font="bold" p="1">
🍚 一起下锅的主食不选也行
</h2>
<StapleTag

View File

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