页面逻辑调整

This commit is contained in:
2026-05-07 10:26:39 +08:00
parent 4f03201468
commit 596425d12c
2 changed files with 9 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ namespace 头罩视野.Services
//空白视野面积计算
public static readonly double _standardTotalArea = 2 * Math.PI * 330 * 330;
public static readonly double _standardTotalArea = (Math.PI * R * R) / 100;
public static double GetBlankViewArea(double binocularTotalArea)
{