Skip to content

Commit 655e8b6

Browse files
committed
todo: download image
1 parent 83f6466 commit 655e8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

leet/save.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func (th *Localization) Save(override bool) {
2626
continue
2727
}
2828

29+
// todo 图片不允许外链时,下载图片到本地
2930
err = ioutil.WriteFile(
3031
path.Join(dir, "README.md"),
3132
[]byte(th.Question),

0 commit comments

Comments
 (0)