mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-20 09:06:50 +08:00
feat: add readme field to list resp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user