添加工作流备注功能

This commit is contained in:
jxxghp
2025-07-09 12:22:08 +08:00
parent 153d4c1d01
commit cf87e2d5ac
7 changed files with 86 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ function getActionIcon(type: string): string {
'SendMessageAction': 'mdi-message-arrow-right',
'TransferFileAction': 'mdi-file-move',
'InvokePluginAction': 'mdi-run',
'NoteAction': 'mdi-note-text',
}
return iconMap[type] || 'mdi-puzzle-outline'