mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
✨ feat: netease每日推荐 & 听歌排行榜升级为卡片
This commit is contained in:
parent
0a44f69499
commit
1f6938514d
@ -126,7 +126,7 @@ export class neteasepro extends plugin {
|
|||||||
const uid = userInfo.uid;
|
const uid = userInfo.uid;
|
||||||
// 获取听歌排行榜
|
// 获取听歌排行榜
|
||||||
const userRecord = await getUserRecord(uid);
|
const userRecord = await getUserRecord(uid);
|
||||||
e.reply(" 😘亲,这是你的听歌排行榜Top10");
|
e.reply(" 😘亲,这是你的听歌排行榜");
|
||||||
// 由于数据过大,取前10
|
// 由于数据过大,取前10
|
||||||
const rank = userRecord.weekData.map(async item => {
|
const rank = userRecord.weekData.map(async item => {
|
||||||
// 组合数据
|
// 组合数据
|
||||||
|
Loading…
x
Reference in New Issue
Block a user