fix: position 🥬

This commit is contained in:
YunYouJun
2022-04-17 03:33:17 +08:00
parent 6892eecfec
commit b032b88383

View File

@@ -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: '🥬',
},
] ]
/** /**