mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
finish last fm music
This commit is contained in:
parent
5fb3d79c70
commit
537161e621
3 changed files with 30 additions and 4 deletions
|
@ -236,3 +236,13 @@ setInterval(() => {
|
|||
fetchSong();
|
||||
}, 60000)
|
||||
|
||||
document.getElementById('banan').addEventListener('click', function() {
|
||||
document.getElementById('music-pop').style.visibility = 'visible';
|
||||
document.getElementById('music-pop').style.opacity = '1';
|
||||
})
|
||||
|
||||
document.getElementById('close').addEventListener('click', function() {
|
||||
document.getElementById('music-pop').style.opacity = '0';
|
||||
document.getElementById('music-pop').style.visibility = 'hidden';
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue