kyrag/wwwroot/app_panel.ui
2025-07-28 16:51:38 +08:00

42 lines
674 B
XML

{
"widgettype":"HBox",
"options":{
"css":"filler"
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"height":"100%",
"tip":"进入主菜单",
"css":"clickable",
"url":"{{entire_url('/imgs/rag.svg')}}"
},
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"urlwidget",
"target":"Popup",
"popup_options":{
"eventpos":true,
"dismiss_events":["command"]
},
"options":{
"url":"{{entire_url('menu.ui')}}"
}
}
]
},
{
"widgettype":"Title4",
"options":{
"i18n":true,
"otext":"大模型应用平台",
"wrap":true,
"halign":"left"
}
}
]
}