From 5e05a37c5d9dc32ae0b301910e8bb7e41c27a87e Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 15:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E7=82=B9=E5=87=BB=E5=8F=AA?= =?UTF-8?q?=E6=89=93=E5=BC=80=E4=B8=80=E4=B8=AA=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 振幅锁仓策略/index-FG.html | 1 + 振幅锁仓策略/index-SA.html | 1 + 2 files changed, 2 insertions(+) diff --git a/振幅锁仓策略/index-FG.html b/振幅锁仓策略/index-FG.html index 69db4d2..18eaa00 100644 --- a/振幅锁仓策略/index-FG.html +++ b/振幅锁仓策略/index-FG.html @@ -182,6 +182,7 @@ function toggleSection(id) { document.getElementById(id).classList.toggle('collapsed'); } function openSection(id) { + document.querySelectorAll('.section').forEach(function(s) { s.classList.add('collapsed'); }); var el = document.getElementById(id); el.classList.remove('collapsed'); el.scrollIntoView({ behavior: 'smooth', block: 'start' }); diff --git a/振幅锁仓策略/index-SA.html b/振幅锁仓策略/index-SA.html index f6fa90b..776d777 100644 --- a/振幅锁仓策略/index-SA.html +++ b/振幅锁仓策略/index-SA.html @@ -182,6 +182,7 @@ function toggleSection(id) { document.getElementById(id).classList.toggle('collapsed'); } function openSection(id) { + document.querySelectorAll('.section').forEach(function(s) { s.classList.add('collapsed'); }); var el = document.getElementById(id); el.classList.remove('collapsed'); el.scrollIntoView({ behavior: 'smooth', block: 'start' });