From 30a866c4deb704d3d44123c56c6df03fa7049130 Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 28 Jun 2023 14:29:37 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E5=85=BC=E5=AE=B9=E6=97=A7=E5=BD=95?= =?utf8?q?=E6=92=AD=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/F.go | 1 - 1 file changed, 1 deletion(-) diff --git a/Reply/F.go b/Reply/F.go index 20b979c..d49c06d 100644 --- a/Reply/F.go +++ b/Reply/F.go @@ -1306,7 +1306,6 @@ func init() { return } else { filePath.StartT = strings.ReplaceAll(filePath.StartT, "_", ":") - filePath.StartT = strings.ReplaceAll(filePath.StartT, "-", " ") filePaths = append(filePaths, filePath) } } -- 2.39.2