chore: update data & rename 鸡 to 鸡肉, 面 to 面食

This commit is contained in:
YunYouJun
2022-04-17 21:00:14 +08:00
parent 71df012905
commit 016c7a2079
2 changed files with 614 additions and 469 deletions

View File

@@ -110,7 +110,7 @@ export const meat: StuffItem[] = [
emoji: '🌭',
},
{
name: '鸡',
name: '鸡',
emoji: '🐤',
},
{
@@ -129,10 +129,6 @@ export const meat: StuffItem[] = [
name: '牛肉',
emoji: '🐮',
},
{
name: '鸡胸肉',
emoji: '💪',
},
{
name: '骨头',
emoji: '🦴',
@@ -144,7 +140,7 @@ export const meat: StuffItem[] = [
*/
export const staple: StuffItem[] = [
{
name: '面',
name: '面',
emoji: '🍝',
},
{