From f4e4f594a1874d261d263c82499aa28e7cc89fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E9=B1=BC?= <9903082+qdyovo@user.noreply.gitee.com> Date: Wed, 13 Nov 2024 16:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20reactor:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/songRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/songRequest.js b/apps/songRequest.js index 9b1a782..71f36f5 100644 --- a/apps/songRequest.js +++ b/apps/songRequest.js @@ -298,7 +298,7 @@ export class songRequest extends plugin { const title = msg.message[0].data.match(/"title":"([^"]+)"/)[1] const desc = msg.message[0].data.match(/"desc":"([^"]+)"/)[1] if (id === "") return - let path = this.getCurDownloadPath(e) + '/' + title + '-' + desc + '.' + FileSuffix + let path = this.getCurDownloadPath(e) + '/' + desc + '-' + title + '.' + FileSuffix try { // 上传群文件 await this.uploadGroupFile(e, path);