feat: add tools select
This commit is contained in:
@@ -15,6 +15,10 @@ export interface StuffItem {
|
||||
* 别名,譬如:西红柿/番茄
|
||||
*/
|
||||
alias?: string
|
||||
/**
|
||||
* 图标名称
|
||||
*/
|
||||
icon?: string
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -148,3 +152,26 @@ export const staple: StuffItem[] = [
|
||||
emoji: '🍜',
|
||||
},
|
||||
]
|
||||
|
||||
export const tools: StuffItem[] = [
|
||||
{
|
||||
name: '烤箱',
|
||||
emoji: '',
|
||||
icon: 'i-mdi-toaster-oven',
|
||||
},
|
||||
{
|
||||
name: '空气炸锅',
|
||||
emoji: '',
|
||||
icon: 'i-fe-frying-pan',
|
||||
},
|
||||
{
|
||||
name: '微波炉',
|
||||
emoji: '',
|
||||
icon: 'i-ic-outline-microwave',
|
||||
},
|
||||
{
|
||||
name: '电饭煲',
|
||||
emoji: '',
|
||||
icon: 'i-gg-smart-home-cooker',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user