mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 18:16:41 +08:00
docs: update README.md
This commit is contained in:
+4
-3
@@ -316,9 +316,10 @@ const App: FC = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<h2>
|
||||
有解的羊了个羊(DEMO) <GithubIcon />
|
||||
</h2>
|
||||
<h2>有解的羊了个羊(DEMO)</h2>
|
||||
<h6>
|
||||
<GithubIcon />
|
||||
</h6>
|
||||
<h3>Level: {level} </h3>
|
||||
|
||||
<div className="app">
|
||||
|
||||
@@ -7,6 +7,7 @@ export const GithubIcon: FC = () => {
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
点个✨不迷路 @StreakingMan
|
||||
<svg
|
||||
height="24"
|
||||
aria-hidden="true"
|
||||
@@ -15,6 +16,7 @@ export const GithubIcon: FC = () => {
|
||||
width="24"
|
||||
data-view-component="true"
|
||||
className="octicon octicon-mark-github v-align-middle"
|
||||
fill="currentColor"
|
||||
>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
|
||||
Reference in New Issue
Block a user