From 5b102255d0891ab137b6d61c36bf801b5d8d1ada Mon Sep 17 00:00:00 2001 From: fantasticbin <fantasticbin@vip.qq.com> Date: Wed, 5 Mar 2025 19:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=81=E9=9D=A2=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=97=B6=E7=95=AA=E5=8F=B7=E6=9C=AA=E8=A1=A5=E5=85=A8?= =?UTF-8?q?=E4=B8=89=E4=BD=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crawler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.go b/crawler.go index cbcb4d9..4c16f2f 100644 --- a/crawler.go +++ b/crawler.go @@ -144,7 +144,7 @@ func (c *Crawler) fetchCoverImg(code coverCode) error { imgUrl := strings.ReplaceAll(c.config.GetString("crawler.url"), `*`, codeStr) suffix := filepath.Ext(imgUrl) - fileName := filepath.Join(c.outputPath, fmt.Sprintf("%s-%d%s", + fileName := filepath.Join(c.outputPath, fmt.Sprintf("%s-%03d%s", strings.ToUpper(code.letters), code.number, suffix,