扩展<mew-music>组件,可用于自定义侧边栏播放器

This commit is contained in:
j m 2024-12-20 06:32:12 +08:00
parent 19b89dceb5
commit 55d6af5d5d
2 changed files with 1 additions and 3 deletions

View File

@ -116,8 +116,6 @@ document.addEventListener('DOMContentLoaded', () => {
this.getAttribute('song') this.getAttribute('song')
).then((response) => response.json()) ).then((response) => response.json())
} else if (this.hasAttribute('playlist')) { } else if (this.hasAttribute('playlist')) {
this.options.listFolded = this.getAttribute('fold')
this.options.order = this.getAttribute('order')
this.options.audio = await fetch( this.options.audio = await fetch(
'https://api.i-meto.com/meting/api?server=netease&type=playlist&id=' + 'https://api.i-meto.com/meting/api?server=netease&type=playlist&id=' +
this.getAttribute('playlist') this.getAttribute('playlist')

File diff suppressed because one or more lines are too long