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
1f6938514d
commit
820f866261
@ -292,7 +292,7 @@ export class neteasepro extends plugin {
|
|||||||
const singer = song.ar?.[0]?.name;
|
const singer = song.ar?.[0]?.name;
|
||||||
const jumpUrl = `https://y.music.163.com/m/song?id=${song.id}`;
|
const jumpUrl = `https://y.music.163.com/m/song?id=${song.id}`;
|
||||||
const preview = song.al?.picUrl;
|
const preview = song.al?.picUrl;
|
||||||
const musicUrl = `https://music.163.com/song/media/outer/url?id=${song.id}`;
|
const musicUrl = `https://music.163.com/song/media/outer/url?id=${song.id}.mp3`;
|
||||||
return {
|
return {
|
||||||
"app": "com.tencent.structmsg",
|
"app": "com.tencent.structmsg",
|
||||||
"desc": "音乐",
|
"desc": "音乐",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user