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
+1
View File
@@ -116,6 +116,7 @@ const navSections = computed(() => {
items: [
{ key: "/kol/manage", label: t("nav.kolManage") },
{ key: "/kol/dashboard", label: t("nav.kolDashboard") },
{ key: "/kol/profile", label: t("nav.kolProfile") },
],
});
}