feat: netease每日推荐 & 听歌排行榜升级为卡片

This commit is contained in:
zhiyu1998 2023-03-18 12:48:35 +08:00
parent 0a44f69499
commit 1f6938514d

View File

@ -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 => {
// 组合数据