mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-24 11:07:02 +08:00
feat: improve driver
This commit is contained in:
@@ -15,3 +15,7 @@ var config = driver.Config{
|
||||
func New() driver.Driver {
|
||||
return &Driver{}
|
||||
}
|
||||
|
||||
func init() {
|
||||
driver.RegisterDriver(config, New)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user