fix: create post

This commit is contained in:
yanghao05
2025-04-09 20:32:31 +08:00
parent 05d2ecc2b9
commit 2346983d67
10 changed files with 192 additions and 95 deletions

View File

@@ -14,6 +14,7 @@ type MediaAsset struct {
// Video = "video",
// Audio = "audio",
// Document = "document",
// Archive = "archive",
// Other = "other"
// )
type MediaAssetType string