feat: 调整菜单次序 (#3335)

This commit is contained in:
ssongliu 2023-12-14 23:30:22 +08:00 committed by GitHub
parent 55c71df906
commit 471a245732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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 &',

View file

@ -878,7 +878,7 @@ const message = {
dnsHelper1: '當存在多個DNS時需換行顯示\n114.114.114.114\n8.8.8.8',
hostsHelper: '主機名解析',
hosts: '域名',
toolbox: '工具箱',
toolbox: '快速設置',
hostname: '主機名',
passwd: '系統密碼',
passwdHelper: '輸入的字符不能包含 $ &',

View file

@ -879,7 +879,7 @@ const message = {
dnsHelper1: '当存在多个 DNS 需换行显示\n114.114.114.114\n8.8.8.8',
hostsHelper: '主机名解析',
hosts: '域名',
toolbox: '工具箱',
toolbox: '快速设置',
hostname: '主机名',
passwd: '系统密码',
passwdHelper: '输入字符不能包含 $ &',

View file

@ -1,7 +1,7 @@
import { Layout } from '@/routers/constant';
const cronRouter = {
sort: 6,
sort: 8,
path: '/cronjobs',
component: Layout,
redirect: '/cronjobs',

View file

@ -1,7 +1,7 @@
import { Layout } from '@/routers/constant';
const hostRouter = {
sort: 7,
sort: 6,
path: '/hosts',
component: Layout,
redirect: '/hosts/security',