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

@@ -33,5 +33,7 @@ namespace ServiceLib.Models
public string? NextProfile { get; set; }
public int? PreSocksPort { get; set; }
public string? Memo { get; set; }
}
}