有一定的更新

This commit is contained in:
snltty
2023-10-26 14:49:06 +08:00
parent 570ab3e60f
commit f17d1a099c
22 changed files with 364 additions and 115 deletions

View File

@@ -270,6 +270,8 @@ namespace cmonitor
public float ScreenScale { get; set; } = 0.2f;
public int ScreenDelay { get; set; } = 30;
public bool SaveSetting { get; set; } = true;
public string Version { get; set; } = "1.0.0.1";
public bool IsCLient { get; set; }