♻️ Refactored some components to new UI

This commit is contained in:
2025-11-27 21:52:51 +08:00
parent 8af7037b24
commit 040e19025e
19 changed files with 404 additions and 522 deletions

View File

@@ -1,5 +1,7 @@
import type { VNode } from "vue"
export interface NavLink {
title: string
href: string
icon: string
}
title: string
href: string
icon: VNode
}