Add Memo attribute to subscription group

https://github.com/2dust/v2rayN/issues/5981
This commit is contained in:
2dust
2024-11-04 10:42:42 +08:00
parent 911dc7f90e
commit 4eda3dd8fa
10 changed files with 64 additions and 7 deletions

View File

@@ -447,6 +447,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Remarks Memo 的本地化字符串。
/// </summary>
public static string LvMemo {
get {
return ResourceManager.GetString("LvMemo", resourceCulture);
}
}
/// <summary>
/// 查找类似 More URLs, separated by commas; Subscription conversion will be invalid 的本地化字符串。
/// </summary>