diff --git a/frontend/public/JClog.png b/frontend/public/JClog.png new file mode 100644 index 0000000..1466611 Binary files /dev/null and b/frontend/public/JClog.png differ diff --git a/frontend/src/components/HelpModal.tsx b/frontend/src/components/HelpModal.tsx index 993c41a..71bef98 100644 --- a/frontend/src/components/HelpModal.tsx +++ b/frontend/src/components/HelpModal.tsx @@ -296,7 +296,7 @@ const categories: HelpCategory[] = [ { id: 'system-intro', question: '本系统能帮企业做什么?', - answer: '「安职通」是一站式人力资源管理平台,覆盖员工全生命周期管理,帮助企业高效管理人事业务的同时确保合规运营:\n• 员工管理:入职登记、合同签订、转正调岗、离职解聘\n• 薪税管理:工资计算、个税申报、社保公积金缴纳\n• 考勤管理:排班打卡、加班统计、休假记录、月度报表\n• 合同管理:电子合同、到期提醒、续签流程\n• 风险管控:自动扫描法律风险、合规预警、判赔预测\n• AI 助手:劳动法咨询、智能问答、文档生成', + answer: '「嘉驰英才」是一站式人力资源管理平台,覆盖员工全生命周期管理,帮助企业高效管理人事业务的同时确保合规运营:\n• 员工管理:入职登记、合同签订、转正调岗、离职解聘\n• 薪税管理:工资计算、个税申报、社保公积金缴纳\n• 考勤管理:排班打卡、加班统计、休假记录、月度报表\n• 合同管理:电子合同、到期提醒、续签流程\n• 风险管控:自动扫描法律风险、合规预警、判赔预测\n• AI 助手:劳动法咨询、智能问答、文档生成', }, { id: 'compliance', @@ -330,7 +330,7 @@ const categories: HelpCategory[] = [ articles: [ { id: 'what-is', - question: '「安职通」是什么?', + question: '「嘉驰英才」是什么?', answer: '这是一个帮您管理员工、合同、工资和社保的工具。您可以把它理解为一个「人事小助手」,帮您把繁琐的人事工作变得简单。比如:记录员工信息、提醒合同到期、计算工资社保、生成法律文档等。', }, { diff --git a/frontend/src/components/OnboardingGuide.tsx b/frontend/src/components/OnboardingGuide.tsx index eb6833a..e33dfef 100644 --- a/frontend/src/components/OnboardingGuide.tsx +++ b/frontend/src/components/OnboardingGuide.tsx @@ -95,7 +95,7 @@ export default function OnboardingGuide() {
-

欢迎使用安职通

+

欢迎使用嘉驰英才

diff --git a/frontend/src/components/layout/PortalLayout.tsx b/frontend/src/components/layout/PortalLayout.tsx index 43ef2ad..fe7ecfc 100644 --- a/frontend/src/components/layout/PortalLayout.tsx +++ b/frontend/src/components/layout/PortalLayout.tsx @@ -35,8 +35,8 @@ export default function PortalLayout({ children }: { children: React.ReactNode }
- - 安职通 + + 嘉驰英才
{employee.name && ( diff --git a/frontend/src/components/layout/SidebarNav.tsx b/frontend/src/components/layout/SidebarNav.tsx index c026b6e..79cbb32 100644 --- a/frontend/src/components/layout/SidebarNav.tsx +++ b/frontend/src/components/layout/SidebarNav.tsx @@ -151,7 +151,7 @@ export default function SidebarNav({ mobileOpen, onClose }: { mobileOpen: boolea > {/* Logo 区 */}
- + {orgData?.name || ''}
diff --git a/frontend/src/components/ui/Logo.tsx b/frontend/src/components/ui/Logo.tsx index 1feb6ad..78598aa 100644 --- a/frontend/src/components/ui/Logo.tsx +++ b/frontend/src/components/ui/Logo.tsx @@ -1,5 +1,5 @@ /** - * 应用 Logo 图标 — 与 favicon.svg 保持一致 + * 应用 Logo — 嘉驰英才品牌图标 */ interface LogoProps { @@ -8,12 +8,6 @@ interface LogoProps { export default function Logo({ className = 'w-5 h-5' }: LogoProps) { return ( - - - - - - - + 嘉驰英才 ) } diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 6c1c6fb..e22e323 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -656,7 +656,7 @@ function handleAcceptanceExport() { } const resultMap: Record = { pass: '✅通过', fail: '❌失败', partial: '⚠️部分通过', untested: '🚫未测试' } - let md = `# 安职通 验收测试结果\n\n` + let md = `# 嘉驰英才 验收测试结果\n\n` md += `> **导出时间:** ${new Date().toLocaleString('zh-CN')}\n` md += `> **验收人数:** ${keys.length}\n\n` @@ -705,7 +705,7 @@ function handleAcceptanceExport() { md += `\n` } - md += `\n---\n*由安职通系统自动生成*\n` + md += `\n---\n*由嘉驰英才系统自动生成*\n` const blob = new Blob([md], { type: 'text/markdown;charset=utf-8' }) const url = URL.createObjectURL(blob) diff --git a/frontend/src/pages/auth/ForgotPassword.tsx b/frontend/src/pages/auth/ForgotPassword.tsx index c86da31..f9b753d 100644 --- a/frontend/src/pages/auth/ForgotPassword.tsx +++ b/frontend/src/pages/auth/ForgotPassword.tsx @@ -60,8 +60,8 @@ export default function ForgotPassword() {
- - 安职通 + + 嘉驰英才
diff --git a/frontend/src/pages/auth/Login.tsx b/frontend/src/pages/auth/Login.tsx index c567bcc..3c6a8b8 100644 --- a/frontend/src/pages/auth/Login.tsx +++ b/frontend/src/pages/auth/Login.tsx @@ -90,12 +90,12 @@ export default function Login() {
{/* Logo + 品牌名 */}
-
- +
+
-
安职通
-
安职通 · 智能人力资源平台
+
嘉驰英才
+
嘉驰英才(上海)信息科技有限公司
@@ -126,7 +126,7 @@ export default function Login() { {/* 底部版权 */}
- © 2026 安职通 + © 2026 嘉驰英才(上海)信息科技有限公司
@@ -136,8 +136,8 @@ export default function Login() {
{/* 移动端 Logo */}
- - 安职通 + + 嘉驰英才
{/* 欢迎语 */} diff --git a/frontend/src/pages/auth/Register.tsx b/frontend/src/pages/auth/Register.tsx index 2616c29..24cb3d8 100644 --- a/frontend/src/pages/auth/Register.tsx +++ b/frontend/src/pages/auth/Register.tsx @@ -51,8 +51,8 @@ export default function Register() {
- - 安职通 + + 嘉驰英才
diff --git a/frontend/src/pages/portal/AutoLogin.tsx b/frontend/src/pages/portal/AutoLogin.tsx index 6b607dd..5cb5842 100644 --- a/frontend/src/pages/portal/AutoLogin.tsx +++ b/frontend/src/pages/portal/AutoLogin.tsx @@ -41,8 +41,8 @@ export default function AutoLogin() {
- - 安职通 — 员工端 + + 嘉驰英才 — 员工端
{status === 'loading' && ( diff --git a/frontend/src/pages/portal/PortalLogin.tsx b/frontend/src/pages/portal/PortalLogin.tsx index c8fda27..0e42259 100644 --- a/frontend/src/pages/portal/PortalLogin.tsx +++ b/frontend/src/pages/portal/PortalLogin.tsx @@ -63,8 +63,8 @@ export default function PortalLogin() {
- - 安职通 — 员工端 + + 嘉驰英才 — 员工端