From 30900dc3ad97dc863d48a1bfe9e5c628c2974c36 Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 22:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AC=A1=E6=97=A5=E9=A2=84?= =?UTF-8?q?=E6=B5=8B=E6=8C=AF=E5=B9=85=E6=8A=BD=E5=B1=89=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=206=20=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ft-app/app/templates/contract.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft-app/app/templates/contract.html b/ft-app/app/templates/contract.html index f76281c..eebece6 100644 --- a/ft-app/app/templates/contract.html +++ b/ft-app/app/templates/contract.html @@ -89,7 +89,7 @@ document.querySelectorAll('.amp-cell').forEach(function(cell) { // Next-day row: use latest 5 data rows if (cell.dataset.next) { if (dataRows.length < 5) return; - showDrawer(cell, '{{ contract }}', dataRows, 0, 5); + showDrawer(cell, '{{ contract }}', dataRows, 0, 4); return; }