{% set stats = get_llmage_stats(request) %} { "widgettype": "VBox", "options": { "padding": "20px", "borderRadius": "12px", "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.today_usage_count}}", "fontSize": "32px", "fontWeight": "700", "lineHeight": "1.1" } }, { "widgettype": "Text", "options": { "text": "今日调用", "fontSize": "14px", "marginTop": "4px" } } ] }