Feat(Menu): Add tool menu via drag and drop
Drag and drop a tool card to add tool menu
This commit is contained in:
8
src/global.d.ts
vendored
8
src/global.d.ts
vendored
@@ -654,3 +654,11 @@ interface ToolFavoriteAddRemoveParam {
|
||||
toolId: string
|
||||
platform: Platform
|
||||
}
|
||||
|
||||
interface ToolMenuItem {
|
||||
icon: string
|
||||
toolName: string
|
||||
toolId: string
|
||||
authorUsername: string
|
||||
ver: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user