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