chore(ui): improve i18n

This commit is contained in:
Fu Diwei
2025-04-08 10:15:00 +08:00
parent 37b9ae30e2
commit 02dd11f196
4 changed files with 18 additions and 17 deletions

View File

@@ -261,6 +261,7 @@ func init() {
Id string `json:"id"`
Type string `json:"type"`
Name string `json:"name"`
Config map[string]any `json:"config"`
Inputs []map[string]any `json:"inputs"`
Outputs []map[string]any `json:"outputs"`
Next *dWorkflowNode `json:"next,omitempty"`