feat: 通用助手界面加工作空间按钮

This commit is contained in:
yumoqing 2026-08-16 18:35:20 +08:00
parent b62390ccde
commit 9c9f946069

View File

@ -11,6 +11,17 @@
{"widgettype": "Filler"}
]
},
{
"widgettype": "HBox",
"options": {"width": "100%", "padding": "0 24px 8px 24px", "gap": "8px", "alignItems": "center"},
"subwidgets": [
{
"widgettype": "Button",
"options": {"label": "🗂 工作空间", "css": "small"},
"binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "self", "options": {"url": "/pipeline-sdlc/api/workspace_popup.dspy"}}]
}
]
},
{
"widgettype": "AgentIO",
"id": "chat_io",