选择图片分享功能
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// 共用的数据模型
|
||||
struct AlbumItem: Codable, Identifiable {
|
||||
let album_id: String
|
||||
let title: String
|
||||
|
||||
var id: String { album_id }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user