From 6070116d38f40e7644293ce09b112dcc26da801b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 25 Jun 2026 13:38:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pricing=5Ftest.ui=20Jinja2=20None?= =?UTF-8?q?=E2=86=92none?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/pricing_test.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/pricing_test.ui b/wwwroot/pricing_test.ui index 7da3405..97e9ea0 100644 --- a/wwwroot/pricing_test.ui +++ b/wwwroot/pricing_test.ui @@ -7,7 +7,7 @@ "width": "100%", "height": "100%", "fields": [ -{% if amount is not None %} +{% if amount is not none %} { "name": "amount", "label": "价格",