From 5e88a1ce24572478d2f197650954d52575a461ef Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 22:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E7=BA=A6=E8=AF=A6=E6=83=85=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=98=BE=E7=A4=BA=E6=9C=80=E8=BF=91=207=20=E5=A4=A9?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E5=87=BB=E6=98=BE=E7=A4=BA=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E5=B1=95=E5=BC=80=E6=89=80=E6=9C=89=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ft-app/app/templates/contract.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/ft-app/app/templates/contract.html b/ft-app/app/templates/contract.html index 5803618..c94584a 100644 --- a/ft-app/app/templates/contract.html +++ b/ft-app/app/templates/contract.html @@ -24,15 +24,20 @@ {% endif %}
日线数据
-

- 振幅 = 近 5 日 (最高−最低) 均值取整 · 点击振幅值查看计算过程 -

+
+

+ 振幅 = 近 5 日 (最高−最低) 均值取整 · 点击振幅值查看计算过程 +

+ {% if rows|length > 7 %} + + {% endif %} +
{% for row in rows %} - + = 7 %} class="extra-row" style="display:none;"{% endif %}> @@ -53,6 +58,15 @@
日期星期开盘收盘最高最低波幅5日均振幅
{{ row.date }} {{ row.weekday }} {{ row.open }}