{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px", "spacing": 16 }, "subwidgets": [ { "widgettype": "Title2", "options": { "text": "LLM 模型管理", "halign": "left" } }, { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "250px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "backgroundColor": "#1e3a5f", "padding": "24px", "cursor": "pointer", "borderRadius": "8px" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.llmage_content", "options": { "url": "{{entire_url('/llmage/llmcatelog_list.ui')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Svg", "options": { "svg": "", "width": "40px", "height": "40px" } }, { "widgettype": "Title4", "options": { "text": "模型类型管理", "color": "#ffffff", "marginTop": "12px" } }, { "widgettype": "Text", "options": { "text": "管理模型的分类和类型", "color": "#90caf9", "fontSize": "14px" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#1e3a5f", "padding": "24px", "cursor": "pointer", "borderRadius": "8px" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.llmage_content", "options": { "url": "{{entire_url('/llmage/llm')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Svg", "options": { "svg": "", "width": "40px", "height": "40px" } }, { "widgettype": "Title4", "options": { "text": "模型管理", "color": "#ffffff", "marginTop": "12px" } }, { "widgettype": "Text", "options": { "text": "管理 LLM 模型配置", "color": "#4caf50", "fontSize": "14px" } } ] } ] }, { "widgettype": "VBox", "id": "llmage_content", "options": { "width": "100%", "flex": "1", "marginTop": "20px" } } ] }