update icon i18n

This commit is contained in:
Typer_Body
2026-05-15 01:05:29 +08:00
parent c9f7911efe
commit 37c74b0622
57 changed files with 19037 additions and 3514 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class LLMCallNode(WorkflowNode):
type_name = 'llm_call'
category = 'process'
icon = '🤖'
icon = 'Brain'
name = 'llm_call'
name_zh = 'LLM 调用'
name_en = 'LLM Call'