diff --git a/.gitignore b/.gitignore index 04116b0..afe2e67 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ server/internal/webfs/admin_dist/* .env .DS_Store + +# 品牌原始素材(大文件,不进版本库) +design-assets/ diff --git a/admin/index.html b/admin/index.html index 27ed8be..984bedd 100644 --- a/admin/index.html +++ b/admin/index.html @@ -2,7 +2,7 @@ - + sundynix admin — 内容管理 diff --git a/admin/public/favicon.png b/admin/public/favicon.png new file mode 100644 index 0000000..776e242 Binary files /dev/null and b/admin/public/favicon.png differ diff --git a/admin/public/favicon.svg b/admin/public/favicon.svg deleted file mode 100644 index 1a2d34d..0000000 --- a/admin/public/favicon.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/admin/public/logo-mark.webp b/admin/public/logo-mark.webp new file mode 100644 index 0000000..4c26031 Binary files /dev/null and b/admin/public/logo-mark.webp differ diff --git a/admin/src/components/logo.tsx b/admin/src/components/logo.tsx index 9583f43..c5fb8eb 100644 --- a/admin/src/components/logo.tsx +++ b/admin/src/components/logo.tsx @@ -3,55 +3,17 @@ interface LogoMarkProps { className?: string } -/** 品牌 Logo:霓虹数据流 S(青→蓝→紫),深岩底方形 */ +/** 品牌 Logo:霓虹数据流 S(与 web 同源,admin 挂 /admin base) */ export function LogoMark({ size = 28, className }: LogoMarkProps) { return ( - + className={className} + style={{ borderRadius: '22%' }} + /> ) } diff --git a/web/index.html b/web/index.html index 1f3cd19..7ed7655 100644 --- a/web/index.html +++ b/web/index.html @@ -2,12 +2,21 @@ - + + + + + + + sundynix agentix — 事件驱动的 AI Agent 工作台