fix(album): rename AI retouch action label

This commit is contained in:
2026-08-10 17:56:29 +08:00
parent 87819780c9
commit 5704531f3a
4 changed files with 4 additions and 4 deletions
@@ -193,7 +193,7 @@ final class TravelAlbumPhotoPreviewViewController: UIViewController {
}
private func configureActions() {
let aiButton = makeActionButton(title: "AI修复", systemName: "wand.and.stars", color: UIColor(hex: 0x60A5FA))
let aiButton = makeActionButton(title: "AI修图", systemName: "wand.and.stars", color: UIColor(hex: 0x60A5FA))
let deleteConfiguration = makeActionButton(
title: "删除",
systemName: "trash",