我在写联想家庭储存链接分享的驱动,注解中的help没有生效 #6919
-
我在写联想家庭储存链接分享的驱动,注解中的help没有生效,请问一下哪里写错了 type Addition struct {
driver.RootPath
ShareId string `json:"share_id" required:"true" help:"The part after the last / in the shared link"`
SharePwd string `json:"share_pwd" required:"true" help:"The password of the shared link"`
Host string `json:"host" required:"true" default:"https://siot-share.lenovo.com.cn" help:"You can change it to your local area network"`
}
var config = driver.Config{
Name: "LenovoNasShare",
LocalSort: true,
OnlyLocal: false,
OnlyProxy: false,
NoCache: false,
NoUpload: true,
NeedMs: false,
DefaultRoot: "",
CheckStatus: false,
Alert: "",
NoOverwriteUpload: false,
} |
Beta Was this translation helpful? Give feedback.
Answered by
xhofe
Aug 1, 2024
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
merge 后ci会自动提取语言,然后同步在https://crwd.in/alist 翻译 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YangRucheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
merge 后ci会自动提取语言,然后同步在https://crwd.in/alist 翻译