This commit is contained in:
yumoqing 2025-09-14 14:35:53 +08:00
parent 166edbd237
commit 63e4064180

View File

@ -371,10 +371,27 @@ bricks.LlmIO = class extends bricks.VBox {
}, },
subwidgets:[ subwidgets:[
{ {
widgettype:"Title4", widgettype: "HBox",
options:{ options: {
text:"${name}" cheight: 2
} },
subwidgets: [
{
widgettype:"Svg",
options: {
url:"/appbase/show_icon.dspy",
params: {
"id": "${iconid}"
}
}
},
{
widgettype:"Title6",
options:{
text:"${name}"
}
}
]
}, },
{ {
widgettype:"Filler", widgettype:"Filler",