mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 18:56:38 +08:00
docs: update README.md
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user