选择图片分享功能

This commit is contained in:
2025-08-17 22:08:25 +08:00
parent e6afca5ba6
commit d80289fe73
19 changed files with 1402 additions and 110 deletions

View File

@@ -0,0 +1,8 @@
//
struct AlbumItem: Codable, Identifiable {
let album_id: String
let title: String
var id: String { album_id }
}