mirror of https://github.com/Xhofe/alist
docs(aliyundrive_open): revised the sentence that may cause ambiguity (#3989)
parent
86beadc0ed
commit
0c5820a98f
|
@ -14,7 +14,7 @@ type Addition struct {
|
|||
ClientID string `json:"client_id" required:"false" help:"Keep it empty if you don't have one"`
|
||||
ClientSecret string `json:"client_secret" required:"false" help:"Keep it empty if you don't have one"`
|
||||
RemoveWay string `json:"remove_way" required:"true" type:"select" options:"trash,delete"`
|
||||
InternalUpload bool `json:"internal_upload" help:"If you are using Aliyun ECS in Beijing, you can turn it on to boost the upload speed"`
|
||||
InternalUpload bool `json:"internal_upload" help:"If you are using Aliyun ECS is located in Beijing, you can turn it on to boost the upload speed"`
|
||||
AccessToken string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue