-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
</div> | ||
</header> | ||
|
||
<main class="p4 xs:w-full"> | ||
<main class="p4 w-1200px ma"> | ||
<slot /> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
<script> | ||
import { KAvatar } from '@ikun-ui/core' | ||
import { KAvatar, KCard } from '@ikun-ui/core' | ||
</script> | ||
|
||
<div class="mt-15vh flex flex-col items-center"> | ||
<KAvatar size="100px" src="/favicon.png"></KAvatar> | ||
<div class="text-28px mt-4">欢迎访问XParCai工具库</div> | ||
</div> | ||
<div class="grid grid-cols-4 grid-gap-10px mt-100px"> | ||
<KCard shadow="never" cls="cursor-pointer fcc"> | ||
<a href="/JSONToTSType">JSONToTSType</a> | ||
</KCard> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<div>json2tstype</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters