feat(kol): admin-web API client + router entries for KOL

This commit is contained in:
2026-04-17 13:51:39 +08:00
parent a6ded27c1d
commit 9cf9fac109
8 changed files with 197 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ declare module "vue-router" {
titleKey?: string;
descriptionKey?: string;
requiresAuth?: boolean;
requiresKol?: boolean;
navKey?: string | null;
}
}