Extract folder

This commit is contained in:
微凉
2022-01-16 16:38:41 +08:00
parent e952f1c243
commit cfb51e9f80
5 changed files with 32 additions and 15 deletions

View File

@ -164,6 +164,7 @@ func Path(c *gin.Context) {
if driver.Config().LocalSort {
model.SortFiles(files, account)
}
model.ExtractFolder(files, account)
total, files := Pagination(files, &req)
c.JSON(200, common.Resp{
Code: 200,