feat: 新增图片广场、发布及模型查询接口

- 图片任务列表区分为“我的任务”和“图片广场(已发布)”
- 新增图片发布到广场接口,支持分类
- 新增图片模型列表查询接口
- 注释掉图片 Base64 前缀字段,统一使用 URL
- 调整相关依赖注入,支持模型仓储查询
This commit is contained in:
ccnetcore
2026-01-03 00:00:17 +08:00
parent ba95d1798f
commit 343347ea11
2 changed files with 95 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ public class ImageTaskOutput
/// <summary>
/// 生成图片PrefixBase64包含前缀
/// </summary>
public string? StorePrefixBase64 { get; set; }
// public string? StorePrefixBase64 { get; set; }
/// <summary>
/// 生成图片URL