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

This commit is contained in:
Vanessa 2024-06-19 09:52:04 +08:00
commit a2814e84fb

View file

@ -1487,6 +1487,8 @@ func exportBoxSYZip(boxID string) (zipPath string) {
}
func exportSYZip(boxID, rootDirPath, baseFolderName string, docPaths []string) (zipPath string) {
defer util.ClearPushProgress(100)
dir, name := path.Split(baseFolderName)
name = util.FilterFileName(name)
if strings.HasSuffix(name, "..") {