We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cf73f commit e88a170Copy full SHA for e88a170
1 file changed
index.html
@@ -2568,7 +2568,8 @@ <h1 data-i18n="appTitle">皮卡丘的音乐站</h1>
2568
renderPlaylistList();
2569
updateMainFavButton();
2570
});
2571
-
+ act.appendChild(pBtn);
2572
+ act.appendChild(fBtn);
2573
item.appendChild(index);item.appendChild(meta);item.appendChild(act);
2574
item.addEventListener('click',()=>pBtn.click());
2575
wrap.appendChild(item);
0 commit comments