This commit is contained in:
dap
2024-12-31 12:31:49 +08:00
21 changed files with 400 additions and 24 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';