mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🎨 add types
This commit is contained in:
@@ -186,7 +186,7 @@ func (driver Pan123) Proxy(c *gin.Context, account *model.Account) {
|
||||
}
|
||||
|
||||
func (driver Pan123) Preview(path string, account *model.Account) (interface{}, error) {
|
||||
return nil, nil
|
||||
return nil, NotSupport
|
||||
}
|
||||
|
||||
var _ Driver = (*Pan123)(nil)
|
||||
Reference in New Issue
Block a user