brand: 软件名称从"企业用工专家/TurboHR"统一改为"安职通"

- 登录/注册/忘记密码页标题
- 侧边栏和员工端布局默认名称
- 新手引导欢迎语
- 帮助中心问答
- 验收测试页面标题
- 后端 RAG 知识库
- 部署脚本日志输出

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-15 15:29:13 +08:00
parent f523f84c18
commit 456cd91a83
14 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -655,7 +655,7 @@ function handleAcceptanceExport() {
}
const resultMap: Record<string, string> = { pass: '✅通过', fail: '❌失败', partial: '⚠️部分通过', untested: '🚫未测试' }
let md = `# TurboHR 验收测试结果\n\n`
let md = `# 安职通 验收测试结果\n\n`
md += `> **导出时间:** ${new Date().toLocaleString('zh-CN')}\n`
md += `> **验收人数:** ${keys.length}\n\n`
@@ -704,7 +704,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)
+1 -1
View File
@@ -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 text-primary" />
<span className="text-xl font-bold"></span>
<span className="text-xl font-bold"></span>
</div>
<div className="card">
+4 -4
View File
@@ -94,8 +94,8 @@ export default function Login() {
<Logo className="w-7 h-7 text-white" />
</div>
<div>
<div className="text-xl font-bold tracking-tight"></div>
<div className="text-xs text-white/60 mt-0.5">TurboHR · </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 TurboHR ·
© 2026
</div>
</div>
</div>
@@ -137,7 +137,7 @@ export default function Login() {
{/* 移动端 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>
<span className="text-xl font-bold"></span>
</div>
{/* 欢迎语 */}
+1 -1
View File
@@ -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 text-primary" />
<span className="text-xl font-bold"></span>
<span className="text-xl font-bold"></span>
</div>
<div className="card">
+1 -1
View File
@@ -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 text-primary" />
<span className="text-base font-bold text-center"> </span>
<span className="text-base font-bold text-center"> </span>
</div>
{status === 'loading' && (
+1 -1
View File
@@ -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 text-primary" />
<span className="text-base font-bold text-center"> </span>
<span className="text-base font-bold text-center"> </span>
</div>
<div className="card">