mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
✨ webdav proxy
This commit is contained in:
@@ -18,6 +18,12 @@ type Native struct{}
|
||||
|
||||
var driverName = "Native"
|
||||
|
||||
func (driver Native) Config() drivers.DriverConfig {
|
||||
return drivers.DriverConfig{
|
||||
OnlyProxy: true,
|
||||
}
|
||||
}
|
||||
|
||||
func (driver Native) Items() []drivers.Item {
|
||||
return []drivers.Item{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user