This commit is contained in:
yumoqing 2025-09-04 13:47:32 +08:00
parent f1e2914e86
commit 7851e80822
2 changed files with 31 additions and 2 deletions

View File

@ -8,6 +8,34 @@
"exclouded": ["id", "ownerid"],
"alters": {}
},
"toolbar": {
"tools":[
{
"name":"test",
"label":"体验",
"selected_row":true
}
]
},
"binds":[
{
"wid":"self",
"event":"test",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popup_options":{
"title":"model Test",
"cwidth":22,
"height":"75%"
},
"options":{
"url":"{{entire_url('./llm_dialog.ui')}}",
"params":{
"id":"${id}"
}
}
}
],
"editexclouded": [
"id", "ownerid"
],

View File

@ -27,10 +27,11 @@
"subwidgets":[
{% for llm in get_llms_by_catelog(cate.id) %}
{
"widgettype":"VBox",
"widgettype":"VScrollPanel",
"options":{
"css":"card",
"cwidth":16,
"cheight":8
"cheight":14
},
"subwidgets":[
{