watchOS showing video

This commit is contained in:
2025-10-29 21:44:33 +08:00
parent ad91b17af7
commit fcbd5fe680
5 changed files with 166 additions and 15 deletions

View File

@@ -116,7 +116,7 @@ struct PostDetailView: View {
Divider()
Text("Attachments").font(.headline)
ForEach(post.attachments) { attachment in
AttachmentImageView(attachment: attachment)
AttachmentView(attachment: attachment)
}
}