From 273924a36aa08c9ba299d3efe786cd90f79e0ece Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 22:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5=E5=93=81?= =?UTF-8?q?=E7=A7=8D=E5=8D=A1=E7=89=87=E9=BB=98=E8=AE=A4=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E6=A0=87=E9=A2=98=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ft-app/app/templates/admin.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ft-app/app/templates/admin.html b/ft-app/app/templates/admin.html index 7d903a3..d388f01 100644 --- a/ft-app/app/templates/admin.html +++ b/ft-app/app/templates/admin.html @@ -29,7 +29,6 @@ {# ═══════════════════ Tab: 数据同步 ═══════════════════ #}
- {# ── Global sync ── #}
全部合约
@@ -38,19 +37,16 @@ {% if request.query_params.get('synced') %} ✓ 已同步 {{ request.query_params.synced }} 条 {% endif %} - - {{ total_contracts }} 个合约 - + {{ total_contracts }} 个合约
{% if products %} {% for p in products %} - {# ── Product card ── #}
- + {{ p.code }} · {{ p.name }} {{ p.exchange }} {{ p.contracts|length }} 合约 @@ -58,7 +54,7 @@
-
+