feat: add fnOS packaging, storage workflows and release pipeline

This commit is contained in:
2026-08-11 18:05:49 +08:00
parent c5922f9b08
commit 95932f0199
181 changed files with 24024 additions and 1164 deletions
@@ -1,4 +1,5 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace dy.net.model.response
{
@@ -115,6 +116,12 @@ namespace dy.net.model.response
[JsonProperty("short_id")]
public string ShortId { get; set; }
/// <summary>
/// 用户主页展示的自定义抖音号。short_id 只是没有自定义抖音号时的数字兜底。
/// </summary>
[JsonProperty("unique_id")]
public string UniqueId { get; set; }
/// <summary>
/// 签名
/// </summary>
@@ -123,6 +130,18 @@ namespace dy.net.model.response
[JsonProperty("uid")]
public string UperId { get; set; }
[JsonProperty("live_status")]
public int? LiveStatus { get; set; }
[JsonProperty("room_id")]
public string RoomId { get; set; }
[JsonProperty("room_id_str")]
public string RoomIdStr { get; set; }
[JsonProperty("room_data")]
public JToken RoomData { get; set; }
}
/// <summary>