Add CollectionResource model and update collection handling methods

This commit is contained in:
2025-08-03 13:06:43 +08:00
parent 0c841f2723
commit 0e69d787e3
4 changed files with 33 additions and 26 deletions

View File

@@ -47,6 +47,7 @@ func init() {
&model.Comment{},
&model.Activity{},
&model.Collection{},
&model.CollectionResource{},
)
}