Add klc and klu fx strength check

This commit is contained in:
jackyu66git
2025-05-28 19:45:08 +08:00
parent 0754b5ae59
commit 843534a039
13 changed files with 885 additions and 25 deletions
+1 -1
View File
@@ -2941,7 +2941,7 @@
is_strong_fx: fx.is_strong_fx
});
const displayText = `${fx.fx_strength_level} ${fx.fx_strength.toFixed(1)}`;
if (fx.fx_strength < 1) {
if (fx.fx_strength < 1.4) {
displayText = ''
}
console.log('显示文本:', displayText);