From ba5e452af70c69e93dd6dfce816495d0e44aefed Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Fri, 4 Jul 2025 00:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0250=E5=9D=87=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/index.html b/web/templates/index.html index 1d6b367..8717337 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1292,7 +1292,7 @@ const defaultEMAConfigs = [ { period: 5, color: '#FF0000', name: 'EMA5' }, // 红色 { period: 10, color: '#0000FF', name: 'EMA10' }, // 蓝色 - { period: 26, color: '#00FF00', name: 'EMA26' }, // 绿色 + { period: 26, color: '#006400', name: 'EMA26' }, // 深绿色 { period: 52, color: '#800080', name: 'EMA52' } // 紫色 ]; @@ -6797,7 +6797,7 @@
- +
@@ -6838,7 +6838,7 @@
- +