feat: 优化 AI 修图模板与全屏预览

This commit is contained in:
2026-08-13 13:48:11 +08:00
parent 60502784db
commit f2a005e008
22 changed files with 410 additions and 116 deletions
@@ -358,7 +358,7 @@ enum TravelAlbumAIRetouchTemplateCategory: Int, Sendable, Hashable {
switch self {
case .refined: "原图精修"
case .atmosphere: "氛围感修图"
case .cover: "封面风格模板"
case .cover: "封面风格"
}
}
}