From dd12737ee45479b7ed4885f69fa73e26d0c9f47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A2=A6?= Date: Wed, 27 May 2026 16:09:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E6=96=87=E5=AD=97=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/langs/zh-CN/authentication.json | 2 +- playground/src/layouts/auth.vue | 8 +- .../task-mgr/components/Student.vue | 123 +++++++++++++++++- .../task-mgr/components/whole.vue | 28 +++- 4 files changed, 146 insertions(+), 15 deletions(-) diff --git a/packages/locales/src/langs/zh-CN/authentication.json b/packages/locales/src/langs/zh-CN/authentication.json index 9a57c61..1530e83 100644 --- a/packages/locales/src/langs/zh-CN/authentication.json +++ b/packages/locales/src/langs/zh-CN/authentication.json @@ -1,6 +1,6 @@ { "welcomeBack": "欢迎回来", - "pageTitle": "智能的AI教育平台", + "pageTitle": "数字化AI教育平台", "pageDesc": "高效率、高质量的AI教育平台", "loginSuccess": "登录成功", "loginSuccessDesc": "欢迎回来", diff --git a/playground/src/layouts/auth.vue b/playground/src/layouts/auth.vue index 3494922..3cf10c5 100644 --- a/playground/src/layouts/auth.vue +++ b/playground/src/layouts/auth.vue @@ -7,15 +7,17 @@ import { preferences } from '@vben/preferences' import { $t } from '#/locales' const appName = computed(() => preferences.app.name) -const logo = computed(() => preferences.logo.source) +const loginLogo = + 'https://lxx-web-1313840333.cos.ap-chengdu.myqcloud.com/urm/blueMode.png' +const sloganImage = computed(() => preferences.logo.source) const clickLogo = () => {}