From 6718e5e2ccdf8eee838430295855b85e492da4af Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 22:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=90=88=E7=BA=A6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=A1=B6=E9=83=A8=E7=BB=9F=E8=AE=A1=E5=8D=A1?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ft-app/app/templates/contract.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ft-app/app/templates/contract.html b/ft-app/app/templates/contract.html index eebece6..caab55d 100644 --- a/ft-app/app/templates/contract.html +++ b/ft-app/app/templates/contract.html @@ -4,25 +4,6 @@ {% block breadcrumb %}行情数据 / {{ contract }}{% endblock %} {% block content %} -{% if latest %} -
-
-
最新收盘
-
{{ latest.close|int }}
-
日期 {{ latest.date }}
-
-
-
次日预测振幅
-
{{ next_amp if next_amp else '—' }}
-
近5日均波幅
-
-
-
最新波幅
-
{{ latest.diff|int }} 点
-
{{ latest.date }}
-
-
-{% endif %}
日线数据