diff --git a/README.md b/README.md index 31927de..d83a08c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,24 @@ # 能够解出来的 "羊了个羊" 小游戏 Demo -![qrcode.png](qrcode.png) +

+ version + license + stars + forks + issues + issues + commit-activity + last-commit +
+ production-state + preview-state + +

坑爹的小游戏(本来玩法挺有意思的,非得恶心人),根本无解(99.99%无解),气的我自己写了个 demo, -扫码或:pc 浏览器体验 +扫二维码或pc 浏览器体验 + +![qrcode.png](qrcode.png) ## Feature diff --git a/src/App.tsx b/src/App.tsx index ff75629..4376078 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -165,7 +165,7 @@ const App: FC = () => { useEffect(() => { if (!bgmRef.current) return; if (bgmOn) { - bgmRef.current.volume = 0.15; + bgmRef.current.volume = 0.5; bgmRef.current.play(); } else { bgmRef.current?.pause();