You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drivers/123_open/meta.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ type Addition struct {
24
24
UploadThreadint`json:"UploadThread" type:"number" default:"3" help:"the threads of upload"`
25
25
26
26
// 使用直链
27
-
DirectLinkbool`json:"DirectLink" type:"boolean" default:"false" required:"false" help:"use direct link when download file"`
27
+
DirectLinkbool`json:"DirectLink" type:"bool" default:"false" required:"false" help:"use direct link when download file"`
28
28
DirectLinkPrivateKeystring`json:"DirectLinkPrivateKey" required:"false" help:"private key for direct link, if URL authentication is enabled"`
29
29
DirectLinkValidDurationint64`json:"DirectLinkValidDuration" type:"number" default:"30" required:"false" help:"minutes, if URL authentication is enabled"`
0 commit comments