add xss filter

This commit is contained in:
landaiqing
2024-10-15 18:14:24 +08:00
parent 16616e3755
commit 5894bc6d95
7 changed files with 52 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
package model
import "time"
import (
"time"
)
const ScaCommentLikesTableName = "sca_comment_likes"