mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 19:05:20 +08:00
系统设置增加依赖代理和镜像源设置
This commit is contained in:
@@ -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('其他设置'),
|
||||
|
||||
Reference in New Issue
Block a user