mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: dark theme icon support (#28858)
This commit is contained in:
@ -22,5 +22,6 @@ export type ToolNodeType = CommonNodeType & {
|
||||
params?: Record<string, any>
|
||||
plugin_id?: string
|
||||
provider_icon?: Collection['icon']
|
||||
provider_icon_dark?: Collection['icon_dark']
|
||||
plugin_unique_identifier?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user