sage/wwwroot/app_panel.ui
2025-12-29 16:59:43 +08:00

43 lines
675 B
XML

{
"widgettype":"HBox",
"options":{
"css":"filler clickable"
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"height":"100%",
"tip":"进入主菜单",
"css":"clickable",
"url":"{{entire_url('/imgs/opencomputing-1.png')}}"
}
},
{
"widgettype":"Title4",
"options":{
"i18n":true,
"otext":"元境平台",
"wrap":true,
"halign":"left"
}
}
],
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"urlwidget",
"target":"Popup",
"popup_options":{
"cwidth": 12,
"eventpos":true,
"dismiss_events":["command"]
},
"options":{
"url":"{{entire_url('menu.ui')}}"
}
}
]
}