namespace Application.Dto.Icon; /// /// 搜索关键字生成响应 /// public record SearchKeywordsResponse { /// /// 搜索关键字数组 /// public List Keywords { get; init; } = []; }