73 lines
1.9 KiB
XML

{
"id": "top_panel",
"widgettype": "HBox",
"options": {
"bgcolor": "#2c2c2c",
"cheight": 2.5,
"color": "#eeeeee",
"padding": "0 8px",
"align": "center",
"gap": "8px"
},
"subwidgets": [
{
"widgettype": "HBox",
"options": {
"css": "clickable",
"tip": "主菜单"
},
"subwidgets": [
{
"widgettype": "Svg",
"options": {
"rate": 2,
"url": "{{entire_url('/bricks/imgs/app.svg')}}"
}
},
{
"widgettype": "Text",
"options": {
"text": "RAG Server",
"i18n": false
}
}
],
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "Popup",
"popup_options": {
"cwidth": 12,
"eventpos": true,
"dismiss_events": ["command"]
},
"options": {
"url": "{{entire_url('/menu.ui')}}"
}
}
]
},
{
"widgettype": "Text",
"options": {
"text": "",
"css": "filler"
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('/i18n/language.ui')}}"
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('/rbac/user/user_panel.ui')}}"
}
}
]
}