This commit is contained in:
yumoqing 2025-09-11 16:06:53 +08:00
parent 906b7fad26
commit 522dd29651

View File

@ -36,10 +36,25 @@
}, },
"subwidgets":[ "subwidgets":[
{ {
"widgettype":"Title5", "widgettype":"HBox",
"options":{ "options":{
"text":"{{llm.name}}" "cheight":2
} },
"subwidgets":[
{
"widgettype":"Svg",
"options":{
"rate":1.5,
"url":"{{entire_url('/appbase/show_icon.dspy')}}?id={{llm.iconid}}"
}
},
{
"widgettype":"Title6",
"options":{
"text":"{{llm.name}}"
}
}
]
}, },
{ {
"widgettype":"Text", "widgettype":"Text",