mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-07-08 04:18:17 +08:00
chore: bgm使用外链
This commit is contained in:
parent
c0de917641
commit
9b626ea4a6
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user