mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 07:19:22 +08:00
chore: bgm切换为外链
This commit is contained in:
parent
7e2990a2b6
commit
2afb29b5bd
|
@ -460,7 +460,10 @@ const App: FC = () => {
|
|||
<audio
|
||||
ref={bgmRef}
|
||||
loop
|
||||
src={curTheme?.bgm || '/sound-disco.mp3'}
|
||||
src={
|
||||
curTheme?.bgm ||
|
||||
'https://m801.music.126.net/20220922030546/df0846137367467abe2db289039f8366/jdymusic/obj/wo3DlMOGwrbDjj7DisKw/19067363628/3d46/09ce/8ab2/a148d8475eb9d4020b6f154f062bd629.mp3'
|
||||
}
|
||||
/>
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user