Add comment functionality.

This commit is contained in:
2025-05-13 17:11:48 +08:00
parent 545432b4f1
commit 0dd2143664
16 changed files with 406 additions and 53 deletions

5
server/service/consts.go Normal file
View File

@@ -0,0 +1,5 @@
package service
const (
pageSize = 20
)