{% set stats = get_llmage_stats(request) %} { "widgettype": "VBox", "options": { "bgcolor": "#1E293B", "padding": "20px", "borderRadius": "12px", "border": "1px solid #334155", "flex": "1", "minHeight": "110px" }, "subwidgets": [ { "widgettype": "HBox", "options": { "alignItems": "center", "marginBottom": "12px" }, "subwidgets": [ { "widgettype": "Svg", "options": { "svg": "", "width": "24px", "height": "24px" } }, { "widgettype": "Filler" } ] }, { "widgettype": "Text", "options": { "text": "{{stats.total_models}}", "fontSize": "32px", "fontWeight": "700", "color": "#F1F5F9", "lineHeight": "1.1" } }, { "widgettype": "Text", "options": { "text": "可用模型数", "fontSize": "14px", "color": "#94A3B8", "marginTop": "4px" } } ] }