增加电量报警模块

但是只是一部分功能
This commit is contained in:
2026-03-30 17:55:55 +08:00
parent 696144b2ff
commit 182186e1fb
22 changed files with 147 additions and 157 deletions

View File

@@ -2724,6 +2724,15 @@ namespace WebSite.Resource {
}
}
/// <summary>
/// 查找类似 门锁电量 的本地化字符串。
/// </summary>
internal static string FCS_MenSuo_DianLiang {
get {
return ResourceManager.GetString("FCS_MenSuo_DianLiang", resourceCulture);
}
}
/// <summary>
/// 查找类似 RCU 设备断线 的本地化字符串。
/// </summary>