refactor: config package

This commit is contained in:
2026-02-04 20:49:40 +08:00
parent 0e94ae3220
commit a4173c327d
10 changed files with 206 additions and 91 deletions

View File

@@ -140,7 +140,7 @@ func (s *Service) handleUpload(c *gin.Context) {
savePath := task.SavePath
if savePath == "" {
savePath = s.savePath
savePath = s.config.GetSavePath()
}
ctxReader := &ContextReader{