diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 82b13c2..e06e91d 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -83,6 +83,30 @@ } ] }, + { + "widgettype": "urlwidget", + "options": { + "url": "{{entire_url('i18n/language.ui')}}" + } + }, + { + "widgettype": "Svg", + "options": { + "css": "clickable", + "rate": 2, + "tip": "显示所有已最小化的窗口", + "url": "{{entire_url('/bricks/imgs/app-dock.svg')}}" + }, + "binds": [ + { + "wid": "self", + "event": "click", + "actiontype": "script", + "target": "app", + "script": "bricks.app.show_windows_panel(event)" + } + ] + }, { "widgettype": "urlwidget", "options": {