页面逻辑调整。

This commit is contained in:
2026-05-08 17:00:57 +08:00
parent 54bba5b55c
commit d349668966
5 changed files with 17 additions and 34 deletions

View File

@@ -54,6 +54,8 @@ namespace 头罩视野
public static class GlobalData
{
// 要传的所有数据放这里
public static string CurrentMode{ get; set; } = "5";
public static string JudgmentalPerspective { get; set; } = "空白测试";
public static double LeftEyeArea { get; set; }
public static double RightEyeArea { get; set; }
public static double TotalEyeArea { get; set; }