🎨 abstract cache method

This commit is contained in:
微凉
2021-12-08 22:58:44 +08:00
parent bb6e520ab5
commit b36eaf08f0
8 changed files with 18 additions and 19 deletions

View File

@ -26,7 +26,7 @@ func (driver Alist) Items() []base.Item {
return []base.Item{
{
Name: "site_url",
Label: "site url",
Label: "alist site url",
Type: base.TypeString,
Required: true,
},