mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-07-08 01:41:32 +08:00
chore: bgm使用外链
This commit is contained in:
parent
c0de917641
commit
9b626ea4a6
|
@ -627,7 +627,10 @@ const App: FC = () => {
|
||||||
<audio
|
<audio
|
||||||
ref={bgmRef}
|
ref={bgmRef}
|
||||||
loop
|
loop
|
||||||
src={curTheme?.bgm || '/sound-disco.mp3'}
|
src={
|
||||||
|
curTheme?.bgm ||
|
||||||
|
'https://wj1.kumeiwp.com:912/wj/bl/2022/03/14/48298e7f30fdd8c21f02a3f5ef080134.mp3'
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user