From 8c7afd1715b3fb20caf56b2dd1ca6fbfa46b1634 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sat, 8 Mar 2025 17:59:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E7=94=9F=E6=88=90=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E7=9A=84=E7=9B=AE=E5=BD=95=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/gen_temp_file_path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gen_temp_file_path.go b/util/gen_temp_file_path.go index cea1a47..e22c289 100644 --- a/util/gen_temp_file_path.go +++ b/util/gen_temp_file_path.go @@ -3,5 +3,5 @@ package util import "fmt" func GenTempFilePath(fileName string) string { - return fmt.Sprintf("/tmp/napcat/%s", fileName) + return fmt.Sprintf("/tmp/qqbot/%s", fileName) }