docs: update README.md

This commit is contained in:
streakingman
2022-10-12 23:47:40 +08:00
parent 639b1a3db1
commit acb5083e22
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -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);