docs: 为缩略图、最近文件相关新增类型补全中文 XML 文档注释

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 17:11:11 +08:00
co-authored by Claude Opus 4.7
parent 2c20f9bb54
commit ff19f4759f
11 changed files with 113 additions and 0 deletions
@@ -90,6 +90,7 @@ namespace FileShare_EFCore.Models
/// <summary>所属根目录。</summary>
public ManagedLibraryRoot? LibraryRoot { get; set; }
/// <summary>缩略图映射记录。</summary>
public ManagedThumbnailMap? Thumbnail { get; set; }
}
}