feat: fix new Set store & add alias judge

This commit is contained in:
YunYouJun
2022-04-14 20:40:34 +08:00
parent 24b1685f35
commit d8ab8b8e05
5 changed files with 48 additions and 12 deletions

View File

@@ -11,6 +11,10 @@ export interface StuffItem {
* 图片链接
*/
image?: string
/**
* 别名,譬如:西红柿/番茄
*/
alias?: string
}
/**
@@ -40,6 +44,7 @@ export const vegetable: StuffItem[] = [
{
name: '番茄',
emoji: '🍅',
alias: '西红柿',
},
{
name: '芹菜',