feat: add readme field to list resp

This commit is contained in:
Noah Hsu
2022-06-30 15:41:58 +08:00
parent e614faa99b
commit 35b04ffa9c
5 changed files with 23 additions and 11 deletions

View File

@ -48,7 +48,7 @@ func canMkdirOrPut(meta *model.Meta, path string) bool {
if meta == nil || !meta.Write {
return false
}
return meta.SubFolder || meta.Path == path
return meta.WSub || meta.Path == path
}
type MoveCopyReq struct {