feat(kol): dynamic-form generation view

This commit is contained in:
2026-04-17 14:59:52 +08:00
parent 97c18cdbef
commit 4b6d434556
5 changed files with 226 additions and 9 deletions
-7
View File
@@ -4,10 +4,3 @@ declare module "@/views/KolDashboardView.vue" {
const component: DefineComponent<Record<string, never>, Record<string, never>, any>;
export default component;
}
declare module "@/views/KolGenerateView.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<Record<string, never>, Record<string, never>, any>;
export default component;
}