mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🦄 reactor: 更改识别网易云的文件格式
This commit is contained in:
parent
2a4a5ddaee
commit
ca12caa75e
@ -1781,7 +1781,7 @@ export class tools extends plugin {
|
|||||||
artistName: cleanFilename(song?.ar?.[0].name)
|
artistName: cleanFilename(song?.ar?.[0].name)
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
let title = songName + '-' + artistName
|
let title = artistName + '-' + songName
|
||||||
// 获取歌曲封面
|
// 获取歌曲封面
|
||||||
let coverUrl = await axios.get(detailUrl).then(res => {
|
let coverUrl = await axios.get(detailUrl).then(res => {
|
||||||
const song = res.data.songs[0];
|
const song = res.data.songs[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user