mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-07 17:24:31 +08:00
修改切换 linux 镜像源
This commit is contained in:
@@ -215,12 +215,12 @@ const Dependence = () => {
|
||||
<Form.Item
|
||||
label={intl.get('Linux 软件包镜像源')}
|
||||
name="linux"
|
||||
tooltip={intl.get('alpine linux 镜像源')}
|
||||
tooltip={intl.get('debian linux 镜像源')}
|
||||
>
|
||||
<Input.Group compact>
|
||||
<Input
|
||||
style={{ width: 250 }}
|
||||
placeholder={'https://mirrors.aliyun.com'}
|
||||
placeholder={'http://deb.debian.org'}
|
||||
value={systemConfig?.linuxMirror}
|
||||
onChange={(e) => {
|
||||
setSystemConfig({
|
||||
|
||||
Reference in New Issue
Block a user