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

File diff suppressed because it is too large Load Diff