mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-29 06:07:35 +08:00
chore: 不蒜子统计
This commit is contained in:
parent
6d0bea8dd6
commit
4a66303059
|
@ -3,6 +3,6 @@
|
|||
坑爹的小游戏,根本无解,自己写了个 demo,
|
||||
在线体验地址:[http://solvable-sheep-game.streakingman.com/](http://solvable-sheep-game.streakingman.com/)
|
||||
|
||||
vite+vue3 实现,欢迎 star、issue、pr
|
||||
vite+react 实现,欢迎 star、issue、pr
|
||||
|
||||

|
||||
|
|
|
@ -4,10 +4,12 @@
|
|||
<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" />
|
||||
<title>有解的yang了个yang</title>
|
||||
<meta name="description" content="无限道具版羊了个羊、可以通关的羊了个羊"/>
|
||||
<title>有解的羊了个羊</title>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -320,6 +320,12 @@ const App: FC = () => {
|
|||
{/*<button onClick={test}>测试</button>*/}
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<span id="busuanzi_container_site_pv">
|
||||
累计访问:<span id="busuanzi_value_site_pv"></span>次
|
||||
</span>
|
||||
</p>
|
||||
|
||||
{finished && (
|
||||
<div className="modal">
|
||||
<h1>{tipText}</h1>
|
||||
|
|
Loading…
Reference in New Issue
Block a user