🔨 refactor driver: onedrive

This commit is contained in:
微凉
2021-11-27 20:20:14 +08:00
parent e76fc3e616
commit 53b383d2cf
6 changed files with 385 additions and 360 deletions

View File

@ -6,4 +6,5 @@ import (
_ "github.com/Xhofe/alist/drivers/alidrive"
_ "github.com/Xhofe/alist/drivers/googledrive"
_ "github.com/Xhofe/alist/drivers/native"
_ "github.com/Xhofe/alist/drivers/onedrive"
)