完善页面布局

This commit is contained in:
2026-01-28 17:54:30 +08:00
parent 8c5024a943
commit 9f3c2803e3
25 changed files with 4333 additions and 2064 deletions

View File

@@ -18,6 +18,7 @@ export type MenuChild = {
}
export type MenuGroup = {
id?:string
title: string
children: MenuChild[]
}