fix: 🐛 build err

This commit is contained in:
tk 2025-05-21 09:26:06 +08:00 committed by nsnail
parent 83deb735d0
commit 60e8451048

View File

@ -2,6 +2,9 @@ using NetAdmin.Domain.Dto.Sys.Captcha;
using Yitter.IdGenerator;
#if WINDOWS
using Size = SixLabors.ImageSharp.Size;
#else
using SixLabors.ImageSharp;
#endif
namespace NetAdmin.SysComponent.Application.Services.Sys;