refactor(frontend): optimize layout (remove MobileNav, enhance MainLayout)

This commit is contained in:
fawney19
2025-12-13 22:26:23 +08:00
parent f53d3d180d
commit cb990b9018
3 changed files with 166 additions and 150 deletions

View File

@@ -11,5 +11,4 @@ export { default as CardSection } from './CardSection.vue'
// 应用外壳组件
export { default as AppShell } from './AppShell.vue'
export { default as MobileNav } from './MobileNav.vue'
export { default as SidebarNav } from './SidebarNav.vue'