mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 21:28:13 +08:00
chore: 百度统计
This commit is contained in:
parent
4a66303059
commit
f653e583af
|
@ -1,7 +1,7 @@
|
|||
# 能够解出来的 "羊了个羊" 小游戏 Demo
|
||||
|
||||
坑爹的小游戏,根本无解,自己写了个 demo,
|
||||
在线体验地址:[http://solvable-sheep-game.streakingman.com/](http://solvable-sheep-game.streakingman.com/)
|
||||
在线体验地址:[https://solvable-sheep-game.streakingman.com/](https://solvable-sheep-game.streakingman.com/)
|
||||
|
||||
vite+react 实现,欢迎 star、issue、pr
|
||||
|
||||
|
|
20
index.html
20
index.html
|
@ -4,12 +4,28 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="无限道具版羊了个羊、可以通关的羊了个羊"/>
|
||||
<meta
|
||||
name="description"
|
||||
content="无限道具版羊了个羊、可以通关的羊了个羊"
|
||||
/>
|
||||
<title>有解的羊了个羊</title>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement('script');
|
||||
hm.src =
|
||||
'https://hm.baidu.com/hm.js?0a5701b62c5da53aa10f9096fccb377c';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
||||
<script
|
||||
async
|
||||
src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user