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
@@ -120,6 +120,7 @@ final class TravelAlbumPhotoPreviewViewController: UIViewController {
collectionView.isPagingEnabled = true
collectionView.alwaysBounceHorizontal = nodes.count > 1
collectionView.showsHorizontalScrollIndicator = false
collectionView.contentInsetAdjustmentBehavior = .never
collectionView.accessibilityIdentifier = "travelAlbum.previewCollectionView"
collectionView.delegate = self
collectionView.dataSource = self
@@ -225,9 +226,7 @@ final class TravelAlbumPhotoPreviewViewController: UIViewController {
make.leading.trailing.bottom.equalToSuperview()
}
collectionView.snp.makeConstraints { make in
make.top.equalTo(topChrome.snp.bottom)
make.leading.trailing.equalToSuperview()
make.bottom.equalTo(view.safeAreaLayoutGuide.snp.bottom).offset(-126.5)
make.edges.equalToSuperview()
}
divider.snp.makeConstraints { make in
make.top.leading.trailing.equalToSuperview()