改了ema的颜色

This commit is contained in:
jackyu66git
2026-04-24 10:13:30 +08:00
parent d8e3cdd9e9
commit 8ff1515f8b
3 changed files with 4 additions and 3 deletions
Vendored
BIN
View File
Binary file not shown.
+1
View File
@@ -37,3 +37,4 @@ feature_meta
.DS_Store
.DS_Store
.DS_Store
.DS_Store
+3 -3
View File
@@ -4635,7 +4635,7 @@
});
}
// 显示未完成中枢 - 分别处理主周期、次周期和次次周期
if ($('#showMainZs').is(':checked') || $('#showElementZs').is(':checked') || $('#showSubSubZs').is(':checked')) {
if ($('#showMainZs').is(':checked') || $('#showElementZs').is(':checked') || $('#showSubSubZs').is(':checked') || $('#showSubSubBiZs').is(':checked')) {
console.log('绘制未完成中枢 - 已启用');
// 显示BI中枢绘制(沿用中枢样式)
if ($('#showMainBiZs').is(':checked') || $('#showElementBiZs').is(':checked') || $('#showSubSubBiZs').is(':checked')) {
@@ -6770,8 +6770,8 @@
const defaultMAs = [
{ type: 'EMA', length: 13, color: '#800080', name: 'EMA13', visible: true }, // 紫色
{ type: 'EMA', length: 26, color: '#000000', name: 'EMA26', visible: true }, //
{ type: 'EMA', length: 52, color: '#FF8C00', name: 'EMA52', visible: false }, //
{ type: 'EMA', length: 26, color: '#FF8C00', name: 'EMA26', visible: true }, //
{ type: 'EMA', length: 52, color: '#000000', name: 'EMA52', visible: false }, //
{ type: 'EMA', length: 104, color: '#1E90FF', name: 'EMA104', visible: false }, // 蓝色
{ type: 'EMA', length: 156, color: '#F700FF', name: 'EMA156', visible: false } // 粉色
];