3 lines
438 B
XML
3 lines
438 B
XML
{% set amt = j2_realtime_amount(request) %}
|
|
{"widgettype":"VBox","options":{"css":"card","padding":"12px","borderRadius":"8px","width":"100%"},"subwidgets":[{"widgettype":"Text","options":{"text":"今日交易金额","fontSize":"11px","color":"var(--sage-text-secondary)"}},{"widgettype":"Text","options":{"text":{{json.dumps('¥' + ('%.2f' % (amt|float)), ensure_ascii=False)}},"fontWeight":"700","fontSize":"18px","marginTop":"4px"}}]}
|