diff --git a/.DS_Store b/.DS_Store index 303b4b0..4a146b0 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 49dbb41..f9631c1 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ feature_meta .DS_Store .DS_Store .DS_Store +.DS_Store diff --git a/web/templates/index.html b/web/templates/index.html index 3e8ae21..4985279 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -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 } // 粉色 ];