Optimize code and remove unused resources

This commit is contained in:
2dust
2025-07-29 19:42:59 +08:00
parent ce7c41e3ff
commit f779e311ed
9 changed files with 6 additions and 31 deletions

View File

@@ -2211,15 +2211,6 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Sudo password has been verified successfully, please ignore the incorrect password prompts! 的本地化字符串。
/// </summary>
public static string SudoPwdVerfiedSuccessTip {
get {
return ResourceManager.GetString("SudoPwdVerfiedSuccessTip", resourceCulture);
}
}
/// <summary>
/// 查找类似 Address 的本地化字符串。
/// </summary>