mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-12 16:01:35 +08:00
工作流新增调用插件功能组件
This commit is contained in:
@@ -71,6 +71,7 @@ function getActionIcon(type: string): string {
|
||||
'SendEventAction': 'mdi-send-check',
|
||||
'SendMessageAction': 'mdi-message-arrow-right',
|
||||
'TransferFileAction': 'mdi-file-move',
|
||||
'InvokePluginAction': 'mdi-run',
|
||||
}
|
||||
|
||||
return iconMap[type] || 'mdi-puzzle-outline'
|
||||
|
||||
Reference in New Issue
Block a user