This commit is contained in:
xyy
2026-05-16 10:52:09 +08:00
parent 74e66f51d3
commit ede5b8c9d1

View File

@@ -197,12 +197,12 @@ namespace 头罩视野.Views
if (isBlank)
{
// 遮光模式:限制角度范围 52 ~ 68
if (botViAnInt < 45)
finalAngle = 52;
else if (botViAnInt > 70)
finalAngle = 68;
else
//// 遮光模式:限制角度范围 52 ~ 68
//if (botViAnInt < 45)
// finalAngle = 52;
//else if (botViAnInt > 70)
// finalAngle = 68;
finalAngle = botViAnInt;
}
else