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:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
{/* 欢迎语 */}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user