We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f6466 commit 655e8b6Copy full SHA for 655e8b6
leet/save.go
@@ -26,6 +26,7 @@ func (th *Localization) Save(override bool) {
26
continue
27
}
28
29
+ // todo 图片不允许外链时,下载图片到本地
30
err = ioutil.WriteFile(
31
path.Join(dir, "README.md"),
32
[]byte(th.Question),
0 commit comments