brand: 品牌名改回安职通,公司名嘉驰英才
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function ForgotPassword() {
|
||||
<div className="w-full max-w-sm">
|
||||
<div className="flex items-center justify-center gap-2 mb-8">
|
||||
<Logo className="w-8 h-8 object-contain" />
|
||||
<span className="text-xl font-bold">嘉驰英才</span>
|
||||
<span className="text-xl font-bold">安职通</span>
|
||||
</div>
|
||||
|
||||
<div className="card">
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function Login() {
|
||||
{/* Logo + 品牌名 */}
|
||||
<div>
|
||||
<Logo className="w-20 h-20 object-contain mb-3" />
|
||||
<div className="text-xl font-bold tracking-tight">嘉驰英才</div>
|
||||
<div className="text-xl font-bold tracking-tight">安职通</div>
|
||||
<div className="text-xs text-white/60 mt-0.5">嘉驰英才(上海)信息科技有限公司</div>
|
||||
</div>
|
||||
|
||||
@@ -133,7 +133,7 @@ export default function Login() {
|
||||
{/* 移动端 Logo */}
|
||||
<div className="flex lg:hidden flex-col items-center mb-8">
|
||||
<Logo className="w-16 h-16 object-contain mb-2" />
|
||||
<span className="text-xl font-bold">嘉驰英才</span>
|
||||
<span className="text-xl font-bold">安职通</span>
|
||||
</div>
|
||||
|
||||
{/* 欢迎语 */}
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function Register() {
|
||||
<div className="w-full max-w-sm">
|
||||
<div className="flex items-center justify-center gap-2 mb-8">
|
||||
<Logo className="w-8 h-8 object-contain" />
|
||||
<span className="text-xl font-bold">嘉驰英才</span>
|
||||
<span className="text-xl font-bold">安职通</span>
|
||||
</div>
|
||||
|
||||
<div className="card">
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function AutoLogin() {
|
||||
<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 object-contain" />
|
||||
<span className="text-base font-bold text-center">嘉驰英才 — 员工端</span>
|
||||
<span className="text-base font-bold text-center">安职通 — 员工端</span>
|
||||
</div>
|
||||
|
||||
{status === 'loading' && (
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function PortalLogin() {
|
||||
<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 object-contain" />
|
||||
<span className="text-base font-bold text-center">嘉驰英才 — 员工端</span>
|
||||
<span className="text-base font-bold text-center">安职通 — 员工端</span>
|
||||
</div>
|
||||
|
||||
<div className="card">
|
||||
|
||||
Reference in New Issue
Block a user