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

View File

@@ -17,7 +17,7 @@ class WebhookTriggerNode(WorkflowNode):
type_name = 'webhook_trigger'
category = 'trigger'
icon = '🌐'
icon = 'Webhook'
name = 'webhook_trigger'
description = 'webhook_trigger'
name_zh = 'Webhook 触发'