feat: add 白菜 🥬
This commit is contained in:
@@ -105,7 +105,7 @@ const clickTool = (item: StuffItem) => {
|
|||||||
</MeatTag>
|
</MeatTag>
|
||||||
</div>
|
</div>
|
||||||
<div m="y-4">
|
<div m="y-4">
|
||||||
<h2 text="base" font="bold" p="1">
|
<h2 opacity="90" text="base" font="bold" p="1">
|
||||||
🍚 一起下锅的主食(不选也行)
|
🍚 一起下锅的主食(不选也行)
|
||||||
</h2>
|
</h2>
|
||||||
<StapleTag
|
<StapleTag
|
||||||
|
|||||||
@@ -29,6 +29,10 @@ export interface StuffItem {
|
|||||||
* 素菜
|
* 素菜
|
||||||
*/
|
*/
|
||||||
export const vegetable: StuffItem[] = [
|
export const vegetable: StuffItem[] = [
|
||||||
|
{
|
||||||
|
name: '白菜',
|
||||||
|
emoji: '🥬',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: '土豆',
|
name: '土豆',
|
||||||
emoji: '🥔',
|
emoji: '🥔',
|
||||||
|
|||||||
Reference in New Issue
Block a user