Files
admin-ui/src
2910410219 fa9ada2334 fix(json-schema-editor): 根节点输出时去除 { type, attrs } 包装
最外层根 object 不应该套 { type, attrs } 包装,
应直接输出子字段组成的原始对象。

- nodeToValue 中增加根节点判断:node === rootNode.value 时直接返回 rawValue
- 非根节点保持原有 { type, attrs/value, ...config } 格式不变
2026-07-16 17:32:20 +08:00
..
2025-11-22 10:32:43 +08:00
2025-11-21 15:12:35 +08:00
2026-07-02 11:43:42 +08:00
2026-06-06 15:30:09 +08:00
2026-07-14 16:30:26 +08:00
2025-11-20 09:10:35 +08:00