From 2dac206b39a753bf4cab71a5dffb33f32dca6fd4 Mon Sep 17 00:00:00 2001 From: wangdl Date: Wed, 27 May 2026 22:06:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(ios):=20LibrarySubpages.swift=20=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=20PhotosUI=20=E5=92=8C=20UniformTypeIdentifiers=20imp?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift index cdaa69c..6fb7643 100644 --- a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift +++ b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift @@ -1,4 +1,6 @@ import SwiftUI +import PhotosUI +import UniformTypeIdentifiers struct CreateLibraryPage: View { @Environment(\.dismiss) private var dismiss