From 1f6938514ddac38e405a4e5d5db3d350b000654a Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sat, 18 Mar 2023 12:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20netease=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=20&=20=E5=90=AC=E6=AD=8C=E6=8E=92=E8=A1=8C?= =?UTF-8?q?=E6=A6=9C=E5=8D=87=E7=BA=A7=E4=B8=BA=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/neteasepro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/neteasepro.js b/apps/neteasepro.js index 0c642f5..b9f05f9 100644 --- a/apps/neteasepro.js +++ b/apps/neteasepro.js @@ -126,7 +126,7 @@ export class neteasepro extends plugin { const uid = userInfo.uid; // 获取听歌排行榜 const userRecord = await getUserRecord(uid); - e.reply(" 😘亲,这是你的听歌排行榜Top10"); + e.reply(" 😘亲,这是你的听歌排行榜"); // 由于数据过大,取前10 const rank = userRecord.weekData.map(async item => { // 组合数据