ai去特征展示

This commit is contained in:
2026-07-10 00:23:14 +08:00
parent 6a3588b35b
commit 788c97d9d5
11 changed files with 22 additions and 8 deletions
+2
View File
@@ -546,6 +546,7 @@ func (s *AdminReadService) Images(ctx context.Context, limit, offset int, kind s
"resolution": "",
"ratio": "",
"duration": "",
"deai": false,
}
if event, ok := index[item.Name]; ok {
row["prompt"] = event.Prompt
@@ -557,6 +558,7 @@ func (s *AdminReadService) Images(ctx context.Context, limit, offset int, kind s
row["resolution"] = event.Resolution
row["ratio"] = event.Ratio
row["duration"] = event.Duration
row["deai"] = event.DeAI
}
out = append(out, row)
}