diff --git a/docs/crm-favicon111.svg b/docs/crm-favicon111.svg new file mode 100644 index 00000000..c9ac969e --- /dev/null +++ b/docs/crm-favicon111.svg @@ -0,0 +1,22 @@ + + + + + CRM + + + + + + + + diff --git a/docs/ziguang-huizhi-crm-icon-logo.svg b/docs/ziguang-huizhi-crm-icon-logo.svg new file mode 100644 index 00000000..19dd92c9 --- /dev/null +++ b/docs/ziguang-huizhi-crm-icon-logo.svg @@ -0,0 +1,46 @@ + + Ziguang Huizhi CRM Icon Logo + Brand-oriented CRM logo icon with an abstract converging symbol, data nodes, and geometric structure in purple tones. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/ziguang-huizhi-crm-icon-minimal.svg b/docs/ziguang-huizhi-crm-icon-minimal.svg new file mode 100644 index 00000000..11f96844 --- /dev/null +++ b/docs/ziguang-huizhi-crm-icon-minimal.svg @@ -0,0 +1,37 @@ + + Ziguang Huizhi CRM Icon Minimal + Minimal enterprise CRM icon with geometric links, converging data paths, and a premium purple palette. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/ziguang-huizhi-crm-icon-premium-glow.svg b/docs/ziguang-huizhi-crm-icon-premium-glow.svg new file mode 100644 index 00000000..64c2c5a0 --- /dev/null +++ b/docs/ziguang-huizhi-crm-icon-premium-glow.svg @@ -0,0 +1,86 @@ + + Ziguang Huizhi CRM Icon Premium Glow + Premium CRM icon with luminous data rings, glowing nodes, and a glass-like core on a purple enterprise background. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/ziguang-huizhi-crm-icon-system.svg b/docs/ziguang-huizhi-crm-icon-system.svg new file mode 100644 index 00000000..31797ff7 --- /dev/null +++ b/docs/ziguang-huizhi-crm-icon-system.svg @@ -0,0 +1,86 @@ + + 紫光汇智 CRM 系统图标增强版 + 以客户节点、管理中枢、数据连接和CRM字样,强化客户关系管理系统的识别度。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/ziguang-huizhi-crm-icon.svg b/docs/ziguang-huizhi-crm-icon.svg new file mode 100644 index 00000000..1651a9b2 --- /dev/null +++ b/docs/ziguang-huizhi-crm-icon.svg @@ -0,0 +1,76 @@ + + 紫光汇智 CRM 系统图标 + 以紫色几何网络和数据流为核心,表达汇聚智慧、数据连接与客户关系管理的现代企业级图标。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/ziguang-huizhi-sales-crm-icon.svg b/docs/ziguang-huizhi-sales-crm-icon.svg new file mode 100644 index 00000000..8d34f75d --- /dev/null +++ b/docs/ziguang-huizhi-sales-crm-icon.svg @@ -0,0 +1,94 @@ + + 紫光汇智销售 CRM 系统图标 + 以线索节点、商机漏斗、转化路径和成交中枢,表达销售 CRM 系统的业务特征。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/crm-favicon.svg b/frontend/public/crm-favicon.svg index c9ac969e..19dd92c9 100644 --- a/frontend/public/crm-favicon.svg +++ b/frontend/public/crm-favicon.svg @@ -1,22 +1,46 @@ - - - - - CRM - + + Ziguang Huizhi CRM Icon Logo + Brand-oriented CRM logo icon with an abstract converging symbol, data nodes, and geometric structure in purple tones. - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index c53c6403..c235c411 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -21,6 +21,29 @@ type NavItem = { children?: NavChildItem[]; }; +function BrandLockup({ mobile = false }: { mobile?: boolean }) { + return ( +
+ 紫光汇智CRM 图标 + + 汇智CRM + +
+ ); +} + const navItems: NavItem[] = [ { name: "首页", path: "/", icon: Home }, { name: "拓展", path: "/expansion", icon: Users }, @@ -123,9 +146,7 @@ export default function Layout() { {/* Desktop Sidebar */}