This commit is contained in:
haoouba
2021-06-19 10:33:50 +08:00
parent 4d2d4a49c7
commit a5b92810b5
10 changed files with 13 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ document.addEventListener('DOMContentLoaded', () => {
render() {
if (!this.options.id) return (this.innerHTML = '网易云歌曲ID未填写');
this.innerHTML = '<span style="display: block" class="_content"></span>';
fetch('https://vvhan.com/usr/themes/Joe/NeteaseCloudMusicApi.php?id=' + this.options.id).then(async response => {
fetch('https://www.vvhan.com/usr/themes/Joe/NeteaseCloudMusicApi.php?id=' + this.options.id).then(async response => {
const audio = await response.json();
new APlayer({
container: getChildren(this, '_content'),

File diff suppressed because one or more lines are too long