Add more options to xray fragment

This commit is contained in:
2dust
2025-01-08 13:52:21 +08:00
parent 98d4a47efb
commit d93c12b354
4 changed files with 18 additions and 3 deletions

View File

@@ -246,4 +246,12 @@
public bool CheckPreReleaseUpdate { get; set; }
public List<string>? SelectedCoreTypes { get; set; }
}
[Serializable]
public class Fragment4RayItem
{
public string? Packets { get; set; }
public string? Length { get; set; }
public string? Interval { get; set; }
}
}