chore: bgm使用外链

This commit is contained in:
streakingman 2022-10-03 16:57:03 +08:00
parent c0de917641
commit 9b626ea4a6

View File

@ -627,7 +627,10 @@ const App: FC = () => {
<audio
ref={bgmRef}
loop
src={curTheme?.bgm || '/sound-disco.mp3'}
src={
curTheme?.bgm ||
'https://wj1.kumeiwp.com:912/wj/bl/2022/03/14/48298e7f30fdd8c21f02a3f5ef080134.mp3'
}
/>
</button>