mirror of https://github.com/Xhofe/alist
🔧 add cookie required
parent
2826bac53c
commit
12ba1fed00
|
@ -31,6 +31,7 @@ func (driver Teambition) Items() []base.Item {
|
||||||
Name: "access_token",
|
Name: "access_token",
|
||||||
Label: "Cookie",
|
Label: "Cookie",
|
||||||
Type: base.TypeString,
|
Type: base.TypeString,
|
||||||
|
Required: true,
|
||||||
Description: "Unknown expiration time",
|
Description: "Unknown expiration time",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue