From f6b2d8b82f77469d0ba2d47ade406c0077a639cb Mon Sep 17 00:00:00 2001 From: lzh Date: Thu, 18 Dec 2025 17:19:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=A6=96=E9=A1=B5=E6=96=87=E5=AD=97?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/preferences.ts | 2 +- apps/web-ele/src/preferences.ts | 2 +- apps/web-naive/src/preferences.ts | 2 +- apps/web-tdesign/src/preferences.ts | 2 +- .../common-ui/src/ui/authentication/login.vue | 12 +++++------- packages/locales/src/langs/en-US/authentication.json | 4 ++-- packages/locales/src/langs/zh-CN/authentication.json | 4 ++-- 7 files changed, 13 insertions(+), 15 deletions(-) diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index 73eb135cb..16616a40f 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -20,6 +20,6 @@ export const overridesPreferences = defineOverridesPreferences({ }, copyright: { companyName: import.meta.env.VITE_APP_TITLE, - companySiteLink: 'https://gitee.com/yudaocode/yudao-ui-admin-vben', + companySiteLink: 'https://www.vs-cushwake.com/', }, }); diff --git a/apps/web-ele/src/preferences.ts b/apps/web-ele/src/preferences.ts index 73eb135cb..16616a40f 100644 --- a/apps/web-ele/src/preferences.ts +++ b/apps/web-ele/src/preferences.ts @@ -20,6 +20,6 @@ export const overridesPreferences = defineOverridesPreferences({ }, copyright: { companyName: import.meta.env.VITE_APP_TITLE, - companySiteLink: 'https://gitee.com/yudaocode/yudao-ui-admin-vben', + companySiteLink: 'https://www.vs-cushwake.com/', }, }); diff --git a/apps/web-naive/src/preferences.ts b/apps/web-naive/src/preferences.ts index 73eb135cb..16616a40f 100644 --- a/apps/web-naive/src/preferences.ts +++ b/apps/web-naive/src/preferences.ts @@ -20,6 +20,6 @@ export const overridesPreferences = defineOverridesPreferences({ }, copyright: { companyName: import.meta.env.VITE_APP_TITLE, - companySiteLink: 'https://gitee.com/yudaocode/yudao-ui-admin-vben', + companySiteLink: 'https://www.vs-cushwake.com/', }, }); diff --git a/apps/web-tdesign/src/preferences.ts b/apps/web-tdesign/src/preferences.ts index 73eb135cb..16616a40f 100644 --- a/apps/web-tdesign/src/preferences.ts +++ b/apps/web-tdesign/src/preferences.ts @@ -20,6 +20,6 @@ export const overridesPreferences = defineOverridesPreferences({ }, copyright: { companyName: import.meta.env.VITE_APP_TITLE, - companySiteLink: 'https://gitee.com/yudaocode/yudao-ui-admin-vben', + companySiteLink: 'https://www.vs-cushwake.com/', }, }); diff --git a/packages/effects/common-ui/src/ui/authentication/login.vue b/packages/effects/common-ui/src/ui/authentication/login.vue index c2a9c4bb6..447409878 100644 --- a/packages/effects/common-ui/src/ui/authentication/login.vue +++ b/packages/effects/common-ui/src/ui/authentication/login.vue @@ -14,8 +14,6 @@ import { useVbenForm } from '@vben-core/form-ui'; import { VbenButton, VbenCheckbox } from '@vben-core/shadcn-ui'; import Title from './auth-title.vue'; -import DocLink from './doc-link.vue'; -import ThirdPartyLogin from './third-party-login.vue'; interface Props extends AuthenticationProps { formSchema?: VbenFormSchema[]; @@ -178,14 +176,14 @@ defineExpose({ - + - + - + diff --git a/packages/locales/src/langs/en-US/authentication.json b/packages/locales/src/langs/en-US/authentication.json index d1fd9b77d..5d87c58b5 100644 --- a/packages/locales/src/langs/en-US/authentication.json +++ b/packages/locales/src/langs/en-US/authentication.json @@ -1,7 +1,7 @@ { "welcomeBack": "Welcome Back", - "pageTitle": "Plug-and-play Admin system", - "pageDesc": "Efficient, versatile frontend template", + "pageTitle": "Smart Space Digital Twin Hub", + "pageDesc": "Unified command of people, assets, and spaces powered by comprehensive AIoT perception.", "loginSuccess": "Login Successful", "loginSuccessDesc": "Welcome Back", "loginSubtitle": "Enter your account details to manage your projects", diff --git a/packages/locales/src/langs/zh-CN/authentication.json b/packages/locales/src/langs/zh-CN/authentication.json index 1eb61aed6..6d27f6fe7 100644 --- a/packages/locales/src/langs/zh-CN/authentication.json +++ b/packages/locales/src/langs/zh-CN/authentication.json @@ -1,7 +1,7 @@ { "welcomeBack": "欢迎回来", - "pageTitle": "开箱即用的大型中后台管理系统", - "pageDesc": "工程化、高性能、跨组件库的前端模版", + "pageTitle": "智慧空间·全域数字感知中枢", + "pageDesc": "融合AIoT全感知能力,实现人、物、空间的一屏统管与高效调度", "loginSuccess": "登录成功", "loginSuccessDesc": "欢迎回来", "loginSubtitle": "请输入您的帐户信息以开始管理您的项目",