feat: 徽章处理

This commit is contained in:
Blizzard
2026-02-14 15:35:12 +08:00
parent 4ffc41ea84
commit 3f50901ac6
10 changed files with 157 additions and 8 deletions
+2
View File
@@ -11,6 +11,8 @@ func (p *WikiRouter) InitWikiRouter(Router *gin.RouterGroup) {
wikiRouter.POST("/update", wikiApi.UpdateWiki)
wikiRouter.POST("/page", wikiApi.WikiPage)
wikiRouter.GET("/detail", wikiApi.WikiDetail)
wikiRouter.POST("/delete", wikiApi.DeleteWiki)
wikiRouter.POST("/uploadImg", wikiApi.UploadImg)
//用户端
wikiRouter.GET("/star", wikiApi.StarWiki) //收藏或者取消收藏