feat: update model

This commit is contained in:
yanghao05
2025-04-18 16:59:00 +08:00
parent 76ad0d03c8
commit 62dd5899e0
3 changed files with 7 additions and 3 deletions

View File

@@ -27,4 +27,5 @@ type Posts struct {
Likes int64 `json:"likes"`
Tags fields.Json[[]string] `json:"tags"`
Assets fields.Json[[]fields.MediaAsset] `json:"assets"`
HeadImages string `json:"head_images"`
}