fix: categories filter is multiple now

This commit is contained in:
ericprd
2025-03-07 14:30:31 +08:00
parent 51b50a3132
commit c410e651ce
6 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -52,5 +52,5 @@ type NewsUpdate struct {
type NewsFilter struct {
Tags []string
Category string
Category []string
}