修改切换 linux 镜像源

This commit is contained in:
whyour
2023-12-17 18:03:37 +08:00
parent 6d87206ec9
commit 99993a3b2b
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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({