Revert "chore: bgm切换为外链"

This reverts commit 2afb29b5bd.
This commit is contained in:
streakingman 2022-09-22 09:25:45 +08:00
parent 2afb29b5bd
commit 81c96fd653

View File

@ -460,10 +460,7 @@ const App: FC = () => {
<audio <audio
ref={bgmRef} ref={bgmRef}
loop loop
src={ src={curTheme?.bgm || '/sound-disco.mp3'}
curTheme?.bgm ||
'https://m801.music.126.net/20220922030546/df0846137367467abe2db289039f8366/jdymusic/obj/wo3DlMOGwrbDjj7DisKw/19067363628/3d46/09ce/8ab2/a148d8475eb9d4020b6f154f062bd629.mp3'
}
/> />
</button> </button>