feat(kol): dashboard view

This commit is contained in:
2026-04-17 15:11:07 +08:00
parent 6e95e00907
commit 641383a585
5 changed files with 445 additions and 6 deletions
-6
View File
@@ -1,6 +0,0 @@
declare module "@/views/KolDashboardView.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<Record<string, never>, Record<string, never>, any>;
export default component;
}