fix: choose tool

This commit is contained in:
YunYouJun
2022-04-15 22:25:53 +08:00
parent b078f9e6fa
commit 75060adf3c
3 changed files with 12 additions and 7 deletions

View File

@@ -19,6 +19,10 @@ export interface StuffItem {
* 图标名称
*/
icon?: string
/**
* value
*/
value?: string
}
/**
@@ -178,5 +182,6 @@ export const tools: StuffItem[] = [
name: '一口啥都能煮的大锅',
emoji: '',
icon: 'i-mdi-pot-steam-outline',
value: '',
},
]