update to 8.5.0

This commit is contained in:
Naruse
2025-11-07 23:28:54 +08:00
parent a134e931ae
commit 7baf218f4e
7 changed files with 861 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ public class AudioData
public class AudioPreDownloadData
{
[JsonPropertyName("enable_time")] public long EnableTime { get; set; }
[JsonPropertyName("enable_time")] public double EnableTime { get; set; }
[JsonPropertyName("platform")] public Dictionary<string, string> Platform { get; set; } = new();
[JsonPropertyName("revision")] public int Revision { get; set; }
}
@@ -64,7 +64,7 @@ public class VideoEncryptData
public class PlatformInfo
{
[JsonPropertyName("enable_time")] public long EnableTime { get; set; }
[JsonPropertyName("enable_time")] public double EnableTime { get; set; }
[JsonPropertyName("revision")] public string Revision { get; set; } = "";
[JsonPropertyName("suffix")] public string Suffix { get; set; } = "";
}