fix: position 🥬
This commit is contained in:
@@ -29,10 +29,6 @@ export interface StuffItem {
|
||||
* 素菜
|
||||
*/
|
||||
export const vegetable: StuffItem[] = [
|
||||
{
|
||||
name: '白菜',
|
||||
emoji: '🥬',
|
||||
},
|
||||
{
|
||||
name: '土豆',
|
||||
emoji: '🥔',
|
||||
@@ -91,6 +87,10 @@ export const vegetable: StuffItem[] = [
|
||||
emoji: '🥗',
|
||||
// image: '/images/cabbage-dog.jpg',
|
||||
},
|
||||
{
|
||||
name: '白菜',
|
||||
emoji: '🥬',
|
||||
},
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user