系统设置增加依赖代理和镜像源设置

This commit is contained in:
whyour
2023-11-06 23:55:16 +08:00
parent 4a3ac7dc4b
commit 9ed107980c
10 changed files with 213 additions and 38 deletions
+6
View File
@@ -34,6 +34,7 @@ import { SharedContext } from '@/layouts';
import './index.less';
import useResizeObserver from '@react-hook/resize-observer';
import SystemLog from './systemLog';
import Dependence from './dependence';
const { Text } = Typography;
const isDemoEnv = window.__ENV__DeployEnv === 'demo';
@@ -354,6 +355,11 @@ const Setting = () => {
label: intl.get('登录日志'),
children: <LoginLog data={loginLogData} />,
},
{
key: 'dependence',
label: intl.get('依赖设置'),
children: <Dependence />
},
{
key: 'other',
label: intl.get('其他设置'),