feat(ops-web/kol): add KOL subscription review console

New /kol-subscriptions page lists pending and active subscriptions, lets
operators approve / revoke / manually bind packages to tenants, and links
into the AppShell nav under 订阅包审批. Register Alert globally so the
view's status banners render.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-29 22:07:41 +08:00
parent 9bb7144593
commit 73fd7db21a
4 changed files with 634 additions and 0 deletions
+2
View File
@@ -1,5 +1,6 @@
import { QueryClient, VueQueryPlugin } from "@tanstack/vue-query";
import {
Alert,
App as AntApp,
Avatar,
Badge,
@@ -55,6 +56,7 @@ bindUnauthorizedHandler(() => {
});
[
Alert,
AntApp,
Avatar,
Badge,