diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 0144186..afd4c03 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -158,7 +158,7 @@ "widgettype": "VBox", "options": { "css": "card", - "width": "60%", + "width": "100%", "borderRadius": "12px", "padding": "20px" }, @@ -213,225 +213,6 @@ } } ] - }, - { - "widgettype": "VBox", - "options": { - "css": "card", - "width": "40%", - "borderRadius": "12px", - "padding": "20px" - }, - "subwidgets": [ - { - "widgettype": "Title4", - "options": { - "fontWeight": "600", - "marginBottom": "16px", - "otext": "快捷入口", - "i18n": true - } - }, - { - "widgettype": "ResponsableBox", - "options": { - "gap": "12px", - "minWidth": "120px" - }, - "subwidgets": [ - { - "widgettype": "Button", - "options": { - "css": "quick-link", - "padding": "16px", - "borderRadius": "8px", - "textAlign": "center" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.sage_main_content", - "options": { - "url": "{{entire_url('/llmage/llm')}}" - }, - "mode": "replace" - } - ], - "subwidgets": [ - { - "widgettype": "VBox", - "options": { - "alignItems": "center" - }, - "subwidgets": [ - { - "widgettype": "Svg", - "options": { - "svg": "" - } - }, - { - "widgettype": "Text", - "options": { - "fontWeight": "600", - "fontSize": "13px", - "marginTop": "8px", - "otext": "模型管理", - "i18n": true - } - } - ] - } - ] - }, - { - "widgettype": "Button", - "options": { - "css": "quick-link", - "padding": "16px", - "borderRadius": "8px", - "textAlign": "center" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.sage_main_content", - "options": { - "url": "{{entire_url('/rbac/users')}}" - }, - "mode": "replace" - } - ], - "subwidgets": [ - { - "widgettype": "VBox", - "options": { - "alignItems": "center" - }, - "subwidgets": [ - { - "widgettype": "Svg", - "options": { - "svg": "" - } - }, - { - "widgettype": "Text", - "options": { - "fontWeight": "600", - "fontSize": "13px", - "marginTop": "8px", - "otext": "用户管理", - "i18n": true - } - } - ] - } - ] - }, - { - "widgettype": "Button", - "options": { - "css": "quick-link", - "padding": "16px", - "borderRadius": "8px", - "border": "none", - "textAlign": "center" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.sage_main_content", - "options": { - "url": "{{entire_url('/rag/kdb')}}" - }, - "mode": "replace" - } - ], - "subwidgets": [ - { - "widgettype": "VBox", - "options": { - "alignItems": "center" - }, - "subwidgets": [ - { - "widgettype": "Svg", - "options": { - "svg": "" - } - }, - { - "widgettype": "Text", - "options": { - "fontWeight": "600", - "fontSize": "13px", - "marginTop": "8px", - "otext": "知识库", - "i18n": true - } - } - ] - } - ] - }, - { - "widgettype": "Button", - "options": { - "css": "quick-link", - "padding": "16px", - "borderRadius": "8px", - "border": "none", - "textAlign": "center" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.sage_main_content", - "options": { - "url": "{{entire_url('/llmage/failed_accounting.ui')}}" - }, - "mode": "replace" - } - ], - "subwidgets": [ - { - "widgettype": "VBox", - "options": { - "alignItems": "center" - }, - "subwidgets": [ - { - "widgettype": "Svg", - "options": { - "svg": "" - } - }, - { - "widgettype": "Text", - "options": { - "fontWeight": "600", - "fontSize": "13px", - "marginTop": "8px", - "otext": "异常记录", - "i18n": true - } - } - ] - } - ] - } - ] - } - ] } ] }