From 93888b305607ae532d4438f1dcd804f841f0313c Mon Sep 17 00:00:00 2001 From: zhangheng Date: Wed, 29 Apr 2026 17:04:15 +0800 Subject: [PATCH] feat(header): add logo --- components/layout/AppLayout.module.css | 2 +- components/layout/AppLayout.tsx | 35 +++++++++++++++++++++++--- public/header.svg | 26 +++++++++++++++++++ 3 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 public/header.svg diff --git a/components/layout/AppLayout.module.css b/components/layout/AppLayout.module.css index 18881be..fd89dcf 100644 --- a/components/layout/AppLayout.module.css +++ b/components/layout/AppLayout.module.css @@ -10,7 +10,7 @@ .brand { display: flex; - width: 196px; + width: 190px; align-items: center; gap: 8px; color: #1d2129; diff --git a/components/layout/AppLayout.tsx b/components/layout/AppLayout.tsx index e057157..0f8ab9f 100644 --- a/components/layout/AppLayout.tsx +++ b/components/layout/AppLayout.tsx @@ -278,10 +278,37 @@ export default function AppLayout({ size="sm" /> - - C - 标注平台 - + + + + 酷哇标注平台 + + {headItems} diff --git a/public/header.svg b/public/header.svg new file mode 100644 index 0000000..9366ac3 --- /dev/null +++ b/public/header.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +