From 7e0261341e1518b4fe0397d8ba1e3c7200156fef Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 Jul 2026 12:44:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=82=AE=E4=BB=B6=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=20HTML=20=E8=A1=A8=E5=A2=9E=E5=8A=A0=20LD=20?= =?UTF-8?q?=E6=9D=BF=E7=BC=96=E5=8F=B7=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mailer.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mailer.py b/mailer.py index b05d11e..4352300 100644 --- a/mailer.py +++ b/mailer.py @@ -515,9 +515,10 @@ def _render_html(data: dict, base_url: str) -> str: f'' f'{ub["user"]}' f'{ub["ld_count"]}' - f'{ub["racks"]}' - f'{ub["pods"]}' - f'{ub["designs"]}' + f'{ub["boards"]}' + f'{ub["racks"]}' + f'{ub["pods"]}' + f'{ub["designs"]}' f'' for ub in data["user_board_agg"] ) @@ -527,6 +528,7 @@ def _render_html(data: dict, base_url: str) -> str: 用户 LD 数 + LD 板 Rack T-Pod 设计