mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
⚡ add like functionality with Like model, implement like/unlike methods, and update Post and Comment models to track like counts
This commit is contained in:
@ -24,4 +24,7 @@ const (
|
||||
|
||||
OidcUri = "/user/oidc/login" // OIDC登录URI
|
||||
DefaultBaseUrl = "http://localhost:3000" // 默认BaseUrl
|
||||
|
||||
TargetTypePost = "post"
|
||||
TargetTypeComment = "comment"
|
||||
)
|
||||
|
Reference in New Issue
Block a user