Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-12-29 12:29:28 +08:00
commit 67694ce8ed

View file

@ -309,7 +309,6 @@ func renameFile(c *gin.Context) {
if err != nil {
ret.Code = http.StatusForbidden
ret.Msg = err.Error()
c.JSON(http.StatusAccepted, ret)
return
}
if filelock.IsExist(destAbsPath) {