mirror of https://github.com/Xhofe/alist
🔧 add required for teambition
parent
12ba1fed00
commit
0fbbd54b0c
|
@ -35,14 +35,16 @@ func (driver Teambition) Items() []base.Item {
|
||||||
Description: "Unknown expiration time",
|
Description: "Unknown expiration time",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "zone",
|
Name: "zone",
|
||||||
Label: "Project id",
|
Label: "Project id",
|
||||||
Type: base.TypeString,
|
Type: base.TypeString,
|
||||||
|
Required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "root_folder",
|
Name: "root_folder",
|
||||||
Label: "root folder file_id",
|
Label: "root folder file_id",
|
||||||
Type: base.TypeString,
|
Type: base.TypeString,
|
||||||
|
Required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "order_by",
|
Name: "order_by",
|
||||||
|
|
Loading…
Reference in New Issue