From f2b1f015886570b4ca969c62efd435706ca1b7c5 Mon Sep 17 00:00:00 2001 From: byteblogs168 <598092184@qq.com> Date: Tue, 14 Nov 2023 23:28:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:2.4.0=201.=20=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/index.html | 2 +- frontend/src/locales/lang/zh-CN.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 6893286b6..52f49fa0e 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -23,7 +23,7 @@
-
致力提高分布式业务系统一致性的分布式重试平台
+
一款为了提高分布式业务系统一致性的分布式任务重试和分布式任务调度平台
diff --git a/frontend/src/locales/lang/zh-CN.js b/frontend/src/locales/lang/zh-CN.js index 877eb0a6c..c46963f55 100644 --- a/frontend/src/locales/lang/zh-CN.js +++ b/frontend/src/locales/lang/zh-CN.js @@ -21,7 +21,7 @@ export default { 'layouts.usermenu.dialog.title': '信息', 'layouts.usermenu.dialog.content': '您确定要注销吗?', - 'layouts.userLayout.title': '致力提高分布式业务系统一致性的分布式重试平台', + 'layouts.userLayout.title': '一款为了提高分布式业务系统一致性的分布式任务重试和分布式任务调度平台', ...components, ...global, ...menu,