13 Commits

Author SHA1 Message Date
Hermes Agent
edee247a11 fix: test_pricing结果直接返回完整控件JSON
- dspy: 直接return VScrollPanel+Text子控件的完整JSON,不再用status/data包装
- ui: actiontype从urldata改为bricks,直接实例化返回的控件
- 解决status_of模板${items}数组替换不支持的问题
2026-06-18 16:13:52 +08:00
Hermes Agent
d22dbc57ae fix: test_pricing结果用subwidgets控件数组渲染
- dspy: items改为Text控件数组([{widgettype:Text, options:{text:json}}])
- ui: status_of.ok改为VScrollPanel+subwidgets引用items
- 解决之前返回纯文本字符串无法渲染为bricks控件的问题
2026-06-18 16:08:59 +08:00
Hermes Agent
972400e382 feat: test_pricing_program结果每条记录单独显示
- dspy: 每条结果json.dumps(r, ensure_ascii=False)后以\n\n分隔
- ui: 结果区改为VScrollPanel,支持长结果滚动
2026-06-18 16:03:43 +08:00
9ccbb47920 bugfix 2026-05-19 12:09:52 +08:00
9370ffc11c bugfix 2026-05-07 16:41:14 +08:00
b4783a6be2 bugfix 2026-05-06 16:16:00 +08:00
e237ee550d bugfix 2026-04-29 21:45:26 +08:00
192a82960a bugfix 2026-03-25 18:08:06 +08:00
41ba8c5c8c bugfix 2026-03-25 16:44:26 +08:00
943d3d53da bugfix 2026-03-25 13:20:32 +08:00
eb54b65f6a bugfix 2026-03-25 12:01:28 +08:00
ab5db75ce2 bugfix 2025-10-27 13:26:22 +08:00
f0e2cc4697 bugfix 2025-10-27 13:20:08 +08:00