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: "封面风格"
}
}
}
@@ -69,9 +69,9 @@ final class TravelAlbumAIRetouchTemplateViewModel {
/// 首次修图页按实际展示分组生成的规则说明。
var initialTipsText: String {
if visibleCategories.contains(.cover) {
return "Tips:本次显示 3 类风格。每张照片生成「精修后 + 氛围感」2 个结果,第一张照片另生成所选封面结果。"
return "每张照片生成精修结果,氛围感可选;本次可免费生成 1 张封面"
}
return "Tips:本次显示 2 类风格。氛围感修图为选填;选中后每张照片会生成「精修后 + 氛围感」2 个独立结果。"
return "每张照片生成精修结果,氛围感可选"
}
/// 当前分组是否为选填。