From 32790070aa79435dde639176446473101a759238 Mon Sep 17 00:00:00 2001 From: wangdl Date: Thu, 28 May 2026 10:44:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(ios):=20=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E9=97=AD=E5=90=88=E6=8B=AC=E5=8F=B7?= 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift index 21431b1..cda0cc1 100644 --- a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift +++ b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift @@ -67,7 +67,6 @@ struct CreateLibraryPage: View { guard let item else { return } Task { await uploadCover(item) } }} - } private func uploadCover(_ item: PhotosPickerItem) async { isUploadingCover = true