sage/wwwroot/app_panel.ui
2025-12-30 14:20:54 +08:00

44 lines
677 B
XML

{
"widgettype":"HBox",
"options":{
"tip":"进入主菜单",
"css":"filler clickable"
},
"subwidgets":[
{
"widgettype":"Svg",
"options":{
"rate": 2,
"valign":"center",
"halign":"center",
"url":"{{entire_url('/imgs/ocai.svg')}}"
}
},
{
"widgettype":"Title6",
"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')}}"
}
}
]
}