misc: update readme, add overview page.

This commit is contained in:
rabbitism
2022-12-13 12:44:38 +08:00
parent 88d25e7926
commit 1f6f1bb0f8
5 changed files with 68 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
Title="Semi.Demo" d:DesignHeight="450"
d:DesignWidth="800" mc:Ignorable="d">
<TabControl Margin="8" TabStripPlacement="Left">
<TabItem Header="Overview">
<pages:Overview />
</TabItem>
<TabItem Header="TextBlock">
<pages:TextBlockDemo />
</TabItem>