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/lenovonas_share/meta.go
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ import (
7
7
8
8
typeAdditionstruct {
9
9
driver.RootPath
10
-
ShareIdstring`json:"share_id" required:"true" help:"The part after the last / in the shared link"`
11
-
SharePwdstring`json:"share_pwd" required:"true" help:"The password of the shared link"`
12
-
Hoststring`json:"host" required:"true" default:"https://siot-share.lenovo.com.cn" help:"You can change it to your local area network"`
10
+
ShareIdstring`json:"share_id" required:"true" help:"The part after the last / in the shared link"`
11
+
SharePwdstring`json:"share_pwd" required:"true" help:"The password of the shared link"`
12
+
Hoststring`json:"host" required:"true" default:"https://siot-share.lenovo.com.cn" help:"You can change it to your local area network"`
0 commit comments