mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 05:31:50 +08:00
docs: update README.md
This commit is contained in:
parent
639b1a3db1
commit
acb5083e22
|
@ -26,11 +26,12 @@
|
|||
- 弹出:弹出队列左侧第一个,无限次数
|
||||
- 撤销:撤销上一次操作,无限次数
|
||||
- 洗牌:哗啦哗啦,无限次数
|
||||
- 关卡:50 关玩到爽,可直接跳
|
||||
- 关卡:20 关玩到爽,可直接跳
|
||||
- 内置主题:金轮<img style="width:36px" src="src/themes/jinlun/images/肌肉金轮1.png" />、
|
||||
骚猪<img style="width:36px" src="src/themes/pdd/images/1.png" />、
|
||||
ikun<img style="width:36px" src="src/themes/ikun/images/kun.png" />(露出黑脚)等
|
||||
- 自定义主题:自定义图片和音效,快速整活
|
||||
- 排行榜:皇城 pk
|
||||
|
||||
开心就好 😄
|
||||
|
||||
|
@ -54,7 +55,7 @@ vite+react 实现,欢迎 star、issue、pr、fork(尽量标注原仓库地
|
|||
- [x] UI/UX 优化
|
||||
- [x] 多主题
|
||||
- [x] 计时、得分、保存进度机制
|
||||
- [ ] 排行榜
|
||||
- [x] 排行榜
|
||||
- [ ] 性能优化
|
||||
- [x] BGM/音效
|
||||
- [ ] ~~点击时的缓冲队列,优化交互动画效果~~
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="无限道具版羊了个羊、可以通关的羊了个羊"
|
||||
content="无限道具版羊了个羊、可以通关的羊了个羊、羊了个羊生成器"
|
||||
/>
|
||||
<title>有解的羊了个羊</title>
|
||||
<script>
|
||||
|
@ -213,8 +213,8 @@
|
|||
'https://github.com/StreakingMan/solvable-sheep-game'
|
||||
);
|
||||
a.setAttribute('target', '_self');
|
||||
a.style.cursor = 'pointer'
|
||||
a.style.zIndex = '15'
|
||||
a.style.cursor = 'pointer';
|
||||
a.style.zIndex = '15';
|
||||
a.innerText =
|
||||
'本项目仅供交流,禁止商业用途,点击查看原github仓库';
|
||||
document.getElementById('root')?.prepend(a);
|
||||
|
|
Loading…
Reference in New Issue
Block a user