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 @@
- +