feat(background): add visual recognition task and refactor picture processing

This commit is contained in:
ShiYu
2025-06-08 15:40:08 +08:00
parent 7ad8b6c826
commit 39c40d2746
17 changed files with 473 additions and 269 deletions

View File

@@ -8,6 +8,7 @@ public record PictureResponse
public string Name { get; set; } = string.Empty;
public string? Path { get; set; }
public string? ThumbnailPath { get; set; }
public string? OriginalPath { get; set; }
public string Description { get; set; } = string.Empty;
public DateTime CreatedAt { get; set; }
public List<string>? Tags { get; set; }