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
+5
View File
@@ -8,6 +8,11 @@
public string? Title { get; set; }
public string? Author { get; set; }
/// <summary>
/// 博主 UID 精确筛选。用于从关注列表直达该博主的已同步视频。
/// </summary>
public string? AuthorId { get; set; }
//public string? Name { get; set; }
public string? ViedoType { get; set; }