feat: 图片扫描和发布命令 (#5)
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m26s

Reviewed-on: #5
This commit is contained in:
2024-08-25 15:38:58 +08:00
parent 9111affeec
commit 4085b0d99c
18 changed files with 208 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
namespace YaeBlog.Core.Models;
public record struct ImageScanResult(List<FileInfo> UnusedImages, List<FileInfo> NotFoundImages);