add doc
This commit is contained in:
@@ -118,3 +118,6 @@ pre[class*='language-'] {
|
||||
.token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
p {
|
||||
line-height: 2.5;
|
||||
}
|
||||
|
@@ -36,14 +36,14 @@
|
||||
<Button>Github</Button>
|
||||
</div>
|
||||
|
||||
<Switch
|
||||
<!-- <Switch
|
||||
{checked}
|
||||
onChange={() => {
|
||||
lang.update((pre) => {
|
||||
return pre === 'cn' ? 'en' : 'cn';
|
||||
});
|
||||
}}
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user