fix: level/detail controller nodeVO 透出 script 字段

This commit is contained in:
2026-08-13 15:59:49 +08:00
parent a930267709
commit 80f97cd202
+1
View File
@@ -59,6 +59,7 @@ func nodeVO(n *service.Node) dto.NodeVO {
Character: elementVO(n.Character),
InteractionType: n.InteractionType,
Config: n.Config,
Script: n.Script,
NodeType: n.NodeType,
ResultType: n.ResultType,
Options: make([]dto.OptionVO, 0, len(n.Options)),