mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
commit
05931a6586
@ -115,7 +115,7 @@ export class songRequest extends plugin {
|
|||||||
'duration': matchedSongs[i].duration
|
'duration': matchedSongs[i].duration
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
let searchUrl = autoSelectNeteaseApi + '/search?keywords={}&limit=' + searchCount + '&offset=' + songListCount//搜索API
|
let searchUrl = autoSelectNeteaseApi + '/search?keywords={}&limit=' + searchCount//搜索API
|
||||||
searchUrl = searchUrl.replace("{}", songKeyWord)
|
searchUrl = searchUrl.replace("{}", songKeyWord)
|
||||||
await axios.get(searchUrl, {
|
await axios.get(searchUrl, {
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user