the music player is ready

This commit is contained in:
RockYang
2024-07-18 18:34:11 +08:00
parent b248560ba2
commit 7463cfc66c
14 changed files with 671 additions and 30 deletions

View File

@@ -339,7 +339,6 @@ const downloadImage = () => {
a.download = "geek-ai-xmind.png"
a.href = canvas.toDataURL(`image/png`)
a.click()
}
}