feat(kol-web): add /kol/profile page with nav entry

This commit is contained in:
2026-04-18 14:10:27 +08:00
parent 4ac7339c2d
commit 1dd316a34b
3 changed files with 71 additions and 0 deletions
+10
View File
@@ -166,6 +166,16 @@ const router = createRouter({
requiresKol: true,
},
},
{
path: "kol/profile",
name: "kol-profile",
component: () => import("@/views/KolProfileView.vue"),
meta: {
titleKey: "kol.profile.title",
navKey: "/kol/profile",
requiresKol: true,
},
},
{
path: "kol/marketplace",
name: "kol-marketplace",