mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
feat: add option to delete storage media files
This commit is contained in:
@@ -72,3 +72,7 @@ func (a *Alist) UploadProgress() float64 {
|
||||
}
|
||||
return a.progresser()
|
||||
}
|
||||
|
||||
func (a *Alist) RemoveAll(path string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user