This commit is contained in:
hufeixiong
2021-07-10 23:19:56 +08:00
parent c27b4eb8e0
commit 7f7a839aef
20 changed files with 418 additions and 21 deletions

View File

@@ -118,3 +118,6 @@ pre[class*='language-'] {
.token.entity {
cursor: help;
}
p {
line-height: 2.5;
}

View File

@@ -36,14 +36,14 @@
<Button>Github</Button>
</div>
<Switch
<!-- <Switch
{checked}
onChange={() => {
lang.update((pre) => {
return pre === 'cn' ? 'en' : 'cn';
});
}}
/>
/> -->
</div>
</nav>
</header>