brand: 替换品牌名称为嘉驰英才,使用新Logo

- 登录页/注册页/忘记密码/员工端登录:品牌名改为嘉驰英才
- 登录页公司全称:嘉驰英才(上海)信息科技有限公司
- Logo组件改为使用 JClog.png 图片
- 全局替换所有"安职通"为"嘉驰英才"

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
selfrelease
2026-08-17 10:56:10 +08:00
parent 6919f997c6
commit 99aa6d6998
12 changed files with 25 additions and 31 deletions
+2 -2
View File
@@ -656,7 +656,7 @@ function handleAcceptanceExport() {
}
const resultMap: Record<string, string> = { 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)
+2 -2
View File
@@ -60,8 +60,8 @@ export default function ForgotPassword() {
<div className="min-h-screen flex items-center justify-center bg-surface px-4">
<div className="w-full max-w-sm">
<div className="flex items-center justify-center gap-2 mb-8">
<Logo className="w-8 h-8 text-primary" />
<span className="text-xl font-bold"></span>
<Logo className="w-8 h-8 object-contain" />
<span className="text-xl font-bold"></span>
</div>
<div className="card">
+7 -7
View File
@@ -90,12 +90,12 @@ export default function Login() {
<div className="relative z-10 flex flex-col justify-between p-12 xl:p-16 text-white w-full">
{/* Logo + 品牌名 */}
<div className="flex items-center gap-3">
<div className="w-11 h-11 rounded-xl bg-white/15 backdrop-blur flex items-center justify-center">
<Logo className="w-7 h-7 text-white" />
<div className="w-11 h-11 rounded-xl bg-white/15 backdrop-blur flex items-center justify-center overflow-hidden">
<Logo className="w-8 h-8 object-contain" />
</div>
<div>
<div className="text-xl font-bold tracking-tight"></div>
<div className="text-xs text-white/60 mt-0.5"> · </div>
<div className="text-xl font-bold tracking-tight"></div>
<div className="text-xs text-white/60 mt-0.5"></div>
</div>
</div>
@@ -126,7 +126,7 @@ export default function Login() {
{/* 底部版权 */}
<div className="text-xs text-white/40">
© 2026
© 2026
</div>
</div>
</div>
@@ -136,8 +136,8 @@ export default function Login() {
<div className="w-full max-w-sm">
{/* 移动端 Logo */}
<div className="flex lg:hidden items-center justify-center gap-2 mb-8">
<Logo className="w-8 h-8 text-primary" />
<span className="text-xl font-bold"></span>
<Logo className="w-8 h-8 object-contain" />
<span className="text-xl font-bold"></span>
</div>
{/* 欢迎语 */}
+2 -2
View File
@@ -51,8 +51,8 @@ export default function Register() {
<div className="min-h-screen flex items-center justify-center bg-surface px-4">
<div className="w-full max-w-sm">
<div className="flex items-center justify-center gap-2 mb-8">
<Logo className="w-8 h-8 text-primary" />
<span className="text-xl font-bold"></span>
<Logo className="w-8 h-8 object-contain" />
<span className="text-xl font-bold"></span>
</div>
<div className="card">
+2 -2
View File
@@ -41,8 +41,8 @@ export default function AutoLogin() {
<div className="min-h-screen flex items-center justify-center bg-gray-50 px-4 pt-safe pb-safe">
<div className="max-w-sm w-full text-center">
<div className="flex flex-col items-center justify-center gap-2 mb-8">
<Logo className="w-10 h-10 text-primary" />
<span className="text-base font-bold text-center"> </span>
<Logo className="w-10 h-10 object-contain" />
<span className="text-base font-bold text-center"> </span>
</div>
{status === 'loading' && (
+2 -2
View File
@@ -63,8 +63,8 @@ export default function PortalLogin() {
<div className="min-h-screen flex items-center justify-center bg-gray-50 px-4 pt-safe pb-safe">
<div className="w-full max-w-sm">
<div className="flex flex-col items-center justify-center gap-2 mb-8">
<Logo className="w-10 h-10 text-primary" />
<span className="text-base font-bold text-center"> </span>
<Logo className="w-10 h-10 object-contain" />
<span className="text-base font-bold text-center"> </span>
</div>
<div className="card">