feat: new layout sidebar nav with full header (#5270)

This commit is contained in:
Netfan
2024-12-31 00:30:15 +08:00
committed by GitHub
parent 376aad5d26
commit 2135cb8ece
8 changed files with 198 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ type LayoutType =
| 'full-content'
| 'header-mixed-nav'
| 'header-nav'
| 'header-sidebar-nav'
| 'mixed-nav'
| 'sidebar-mixed-nav'
| 'sidebar-nav';