From 471a24573250b70f83aa323c80b261a57f3148ae Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:30:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=AC=A1=E5=BA=8F=20(#3335)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 2 +- frontend/src/lang/modules/tw.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- frontend/src/routers/modules/cronjob.ts | 2 +- frontend/src/routers/modules/host.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 1c7937fec..d1622d7c4 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -924,7 +924,7 @@ const message = { 'When there are multiple DNS entries, they should be displayed on new lines. e.g.\n114.114.114.114\n8.8.8.8', hostsHelper: 'Hostname Resolution', hosts: 'Domain', - toolbox: 'Toolbox', + toolbox: 'Quick Setup', hostname: 'Hostname', passwd: 'System Password', passwdHelper: 'Input characters cannot include $ and &', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index a710ece08..9d28427b2 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -878,7 +878,7 @@ const message = { dnsHelper1: '當存在多個DNS時,需換行顯示,例:\n114.114.114.114\n8.8.8.8', hostsHelper: '主機名解析', hosts: '域名', - toolbox: '工具箱', + toolbox: '快速設置', hostname: '主機名', passwd: '系統密碼', passwdHelper: '輸入的字符不能包含 $ 和 &', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 70c5b3687..2695d1e36 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -879,7 +879,7 @@ const message = { dnsHelper1: '当存在多个 DNS 时,需换行显示,例:\n114.114.114.114\n8.8.8.8', hostsHelper: '主机名解析', hosts: '域名', - toolbox: '工具箱', + toolbox: '快速设置', hostname: '主机名', passwd: '系统密码', passwdHelper: '输入字符不能包含 $ 和 &', diff --git a/frontend/src/routers/modules/cronjob.ts b/frontend/src/routers/modules/cronjob.ts index 1a3912856..104ff1cf5 100644 --- a/frontend/src/routers/modules/cronjob.ts +++ b/frontend/src/routers/modules/cronjob.ts @@ -1,7 +1,7 @@ import { Layout } from '@/routers/constant'; const cronRouter = { - sort: 6, + sort: 8, path: '/cronjobs', component: Layout, redirect: '/cronjobs', diff --git a/frontend/src/routers/modules/host.ts b/frontend/src/routers/modules/host.ts index eb719a7ce..923ff513a 100644 --- a/frontend/src/routers/modules/host.ts +++ b/frontend/src/routers/modules/host.ts @@ -1,7 +1,7 @@ import { Layout } from '@/routers/constant'; const hostRouter = { - sort: 7, + sort: 6, path: '/hosts', component: Layout, redirect: '/hosts/security',