From 689e74af4b043ea253be2ec8ebaf60fcc83f93a8 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 10 Sep 2024 10:39:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0slogan=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/common/template/email_template.html | 2 +- apps/users/serializers/user_serializers.py | 2 +- pyproject.toml | 2 +- ui/src/utils/theme.ts | 2 +- ui/src/views/login/forgot-password/index.vue | 2 +- ui/src/views/login/index.vue | 2 +- ui/src/views/login/register/index.vue | 2 +- ui/src/views/login/reset-password/index.vue | 2 +- ui/src/views/theme/index.vue | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/common/template/email_template.html b/apps/common/template/email_template.html index 0647d3cb9..72d7f8403 100644 --- a/apps/common/template/email_template.html +++ b/apps/common/template/email_template.html @@ -64,7 +64,7 @@ color: #1f2329; " > - MaxKB 智能知识库 + MaxKB 智能知识库问答系统 diff --git a/apps/users/serializers/user_serializers.py b/apps/users/serializers/user_serializers.py index 5401b8a33..bc18f97af 100644 --- a/apps/users/serializers/user_serializers.py +++ b/apps/users/serializers/user_serializers.py @@ -387,7 +387,7 @@ class SendEmailSerializer(ApiMixin, serializers.Serializer): system_setting.meta.get('email_use_ssl') ) # 发送邮件 - send_mail(f'【MaxKB 智能知识库-{"用户注册" if state == "register" else "修改密码"}】', + send_mail(f'【MaxKB 智能知识库问答系统-{"用户注册" if state == "register" else "修改密码"}】', '', html_message=f'{content.replace("${code}", code)}', from_email=system_setting.meta.get('from_email'), diff --git a/pyproject.toml b/pyproject.toml index 37d1f61df..d7fce17fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "maxkb" version = "0.1.0" -description = "智能知识库" +description = "智能知识库问答系统" authors = ["shaohuzhang1 "] readme = "README.md" diff --git a/ui/src/utils/theme.ts b/ui/src/utils/theme.ts index 88e77916e..b296cdf3e 100644 --- a/ui/src/utils/theme.ts +++ b/ui/src/utils/theme.ts @@ -35,7 +35,7 @@ export const defaultSetting = { loginLogo: '', loginImage: '', title: 'MaxKB', - slogan: '欢迎使用 MaxKB 智能知识库' + slogan: '欢迎使用 MaxKB 智能知识库问答系统' } export const defaultPlatformSetting = { diff --git a/ui/src/views/login/forgot-password/index.vue b/ui/src/views/login/forgot-password/index.vue index 62a03b621..681e1b886 100644 --- a/ui/src/views/login/forgot-password/index.vue +++ b/ui/src/views/login/forgot-password/index.vue @@ -1,6 +1,6 @@