mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-05 00:04:32 +08:00
修复 linux 镜像源
This commit is contained in:
@@ -220,7 +220,7 @@ const Dependence = () => {
|
|||||||
<Input.Group compact>
|
<Input.Group compact>
|
||||||
<Input
|
<Input
|
||||||
style={{ width: 250 }}
|
style={{ width: 250 }}
|
||||||
placeholder={'http://deb.debian.org'}
|
placeholder={'http://mirrors.aliyun.com'}
|
||||||
value={systemConfig?.linuxMirror}
|
value={systemConfig?.linuxMirror}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setSystemConfig({
|
setSystemConfig({
|
||||||
|
|||||||
Reference in New Issue
Block a user