feat: switch upload hash to md5

This commit is contained in:
2026-01-08 15:40:48 +08:00
parent 6ffe58ffb4
commit 7f162b7c45
8 changed files with 348 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ import (
"quyun/v2/app/commands/http"
"quyun/v2/app/commands/migrate"
"quyun/v2/app/commands/seed"
"quyun/v2/app/commands/storage_migrate"
"quyun/v2/pkg/utils"
log "github.com/sirupsen/logrus"
@@ -34,6 +35,7 @@ func main() {
http.Command(),
migrate.Command(),
seed.Command(),
storage_migrate.Command(),
}
if err := atom.Serve(opts...); err != nil {