Profiles Select Window (#7891)

* Profiles Select Window

* Sort

* wpf

* avalonia

* Allow single select

* Fix

* Add Config Type Filter

* Remove unnecessary
This commit is contained in:
DHR60
2025-09-07 18:58:59 +08:00
committed by GitHub
parent d18d74ac1c
commit 04195c2957
22 changed files with 1217 additions and 33 deletions

View File

@@ -3030,6 +3030,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Select Profile 的本地化字符串。
/// </summary>
public static string TbSelectProfile {
get {
return ResourceManager.GetString("TbSelectProfile", resourceCulture);
}
}
/// <summary>
/// 查找类似 Set system proxy 的本地化字符串。
/// </summary>