minio接入 & 聊天功能完善

This commit is contained in:
2025-07-21 19:29:10 +08:00
parent 441130af83
commit be93d7ef13
27 changed files with 5236 additions and 34 deletions

View File

@@ -205,3 +205,13 @@ func _findMw() []app.HandlerFunc {
// your code...
return nil
}
func _loginMw() []app.HandlerFunc {
// your code...
return nil
}
func _loginuserMw() []app.HandlerFunc {
// your code...
return nil
}