From ca12caa75e2a6ee676c2b9bd50e15896a8640486 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:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20reactor:=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E7=BD=91=E6=98=93=E4=BA=91=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 71e9aef..cf5defc 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1781,7 +1781,7 @@ export class tools extends plugin { artistName: cleanFilename(song?.ar?.[0].name) }; }); - let title = songName + '-' + artistName + let title = artistName + '-' + songName // 获取歌曲封面 let coverUrl = await axios.get(detailUrl).then(res => { const song = res.data.songs[0];