add more to klu and klc
This commit is contained in:
@@ -3254,7 +3254,7 @@
|
||||
|
||||
// 构建显示文本,包含分型类型和强度信息
|
||||
let displayText = `${fx.fx_strength.toFixed(1)}`;
|
||||
if (fx.fx_strength < 0) { // 降低阈值,让更多分型显示
|
||||
if (fx.fx_strength < 50) { // 降低阈值,让更多分型显示
|
||||
displayText = fx.fx_strength >= 0.8 ? '•' : '' // 0.8以上显示点,0.8以下不显示文本
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user