refactor(admin-web): unify page headers with shared title card

Introduce .page-title-card style and migrate Images, Knowledge,
KolDashboard, KolManage, KolProfile views to the shared header layout.
Add subtitle copy for KOL dashboard and manage views.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-25 21:38:45 +08:00
parent 40d9a6cc63
commit 2862aff72b
8 changed files with 111 additions and 110 deletions
@@ -211,6 +211,7 @@ const enUS = {
},
manage: {
title: "KOL Prompt Management",
subtitle: "Manage refined template packages, prompts, platforms, variables, and publishing status.",
packageTitle: "Packages",
promptTitle: "Prompts",
createPackage: "Create package",
@@ -295,6 +296,7 @@ const enUS = {
},
dashboard: {
title: "KOL Dashboard",
subtitle: "Track subscriptions and generation metrics in real time.",
totalSubs: "Total subscribed tenants",
monthSubs: "New this month",
totalUsage: "Total usage",