From ae63f60def3e0c59d2c229cc7b04aa551a1d71c3 Mon Sep 17 00:00:00 2001 From: liangxu Date: Sat, 25 Apr 2026 23:17:04 +0800 Subject: [PATCH] style(admin-web): apply blurred-backdrop cover treatment to KOL cards Switch KOL package, template, and workspace card covers from object-fit cover to a blurred backdrop with a contained foreground image so non-16:9 artwork no longer crops awkwardly. Also restyle the package detail back button, swap the generate-button copy for the canonical key, and rename "prompts" counts to "refined templates" in i18n. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/components/kol/KolPackageCard.vue | 37 ++++++- apps/admin-web/src/i18n/messages/en-US.ts | 2 +- apps/admin-web/src/i18n/messages/zh-CN.ts | 2 +- .../src/views/KolPackageDetailView.vue | 96 +++++++++++++++++-- apps/admin-web/src/views/TemplatesView.vue | 35 ++++++- apps/admin-web/src/views/WorkspaceView.vue | 38 +++++++- 6 files changed, 186 insertions(+), 24 deletions(-) diff --git a/apps/admin-web/src/components/kol/KolPackageCard.vue b/apps/admin-web/src/components/kol/KolPackageCard.vue index d7cbf2c..543904a 100644 --- a/apps/admin-web/src/components/kol/KolPackageCard.vue +++ b/apps/admin-web/src/components/kol/KolPackageCard.vue @@ -25,7 +25,7 @@ function handleClick() {