修复 linux 镜像源

This commit is contained in:
whyour 2024-03-13 23:49:50 +08:00
parent f91b146601
commit 3895de7cd0

View File

@ -220,7 +220,7 @@ const Dependence = () => {
<Input.Group compact>
<Input
style={{ width: 250 }}
placeholder={'http://deb.debian.org'}
placeholder={'http://mirrors.aliyun.com'}
value={systemConfig?.linuxMirror}
onChange={(e) => {
setSystemConfig({