fix: multi tools

This commit is contained in:
YunYouJun
2022-04-15 23:01:26 +08:00
parent 75060adf3c
commit ad9faac626
6 changed files with 384 additions and 352 deletions

View File

@@ -20,9 +20,9 @@ export interface StuffItem {
*/
icon?: string
/**
* value
* 显示标签
*/
value?: string
label?: string
}
/**
@@ -179,9 +179,9 @@ export const tools: StuffItem[] = [
icon: 'i-gg-smart-home-cooker',
},
{
name: '一口啥都能煮的大锅',
label: '一口啥都能煮的大锅',
name: '一口大锅',
emoji: '',
icon: 'i-mdi-pot-steam-outline',
value: '',
},
]