添加主题切换,未完成

This commit is contained in:
2025-07-12 12:55:46 +08:00
parent fabc63df44
commit bc23304ea0
6 changed files with 35 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ namespace PMSWPF.Config
public string UserId { get; set; } = "root";
public string Password { get; set; } = "Pgw15221236646";
public string Database { get; set; } = "pmswpf";
public string Theme { get; set; } = "跟随系统";
public bool EnableS7Service { get; set; } = true;
public bool EnableMqttService { get; set; } = true;
public bool EnableOpcUaService { get; set; } = true;