feat:聊天信息支持 文件、图片、语音发送,增加一键启停脚本

This commit is contained in:
bujinyuan
2026-04-20 11:53:27 +08:00
parent 1a5aac9998
commit 0c1540bdee
116 changed files with 20277 additions and 144 deletions

View File

@@ -12,5 +12,7 @@ func RegisterRoutes(r *gin.Engine, ctrl *controller.FileController, jwtAuth gin.
authed.Use(jwtAuth)
{
authed.POST("/upload", ctrl.Upload)
authed.POST("/upload/image", ctrl.UploadImage)
authed.POST("/upload/voice", ctrl.UploadVoice)
}
}