mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修改镜像源设置样式
This commit is contained in:
parent
71e7ba9cb6
commit
201f41e15b
|
@ -15,7 +15,6 @@ pm2 l &>/dev/null
|
||||||
|
|
||||||
echo -e "======================2. 安装依赖========================\n"
|
echo -e "======================2. 安装依赖========================\n"
|
||||||
patch_version
|
patch_version
|
||||||
echo
|
|
||||||
|
|
||||||
echo -e "======================3. 启动nginx========================\n"
|
echo -e "======================3. 启动nginx========================\n"
|
||||||
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
||||||
|
|
|
@ -124,7 +124,7 @@ const Dependence = () => {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
updateSystemConfig('dependence-proxy');
|
updateSystemConfig('dependence-proxy');
|
||||||
}}
|
}}
|
||||||
style={{ width: 84 }}
|
style={{ width: 100 }}
|
||||||
>
|
>
|
||||||
{intl.get('确认')}
|
{intl.get('确认')}
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -149,7 +149,7 @@ const Dependence = () => {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
updateSystemConfigStream('node-mirror');
|
updateSystemConfigStream('node-mirror');
|
||||||
}}
|
}}
|
||||||
style={{ width: 84 }}
|
style={{ width: 100 }}
|
||||||
>
|
>
|
||||||
{intl.get('确认')}
|
{intl.get('确认')}
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -174,7 +174,7 @@ const Dependence = () => {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
updateSystemConfig('python-mirror');
|
updateSystemConfig('python-mirror');
|
||||||
}}
|
}}
|
||||||
style={{ width: 84 }}
|
style={{ width: 100 }}
|
||||||
>
|
>
|
||||||
{intl.get('确认')}
|
{intl.get('确认')}
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -201,7 +201,7 @@ const Dependence = () => {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
updateSystemConfigStream('linux-mirror');
|
updateSystemConfigStream('linux-mirror');
|
||||||
}}
|
}}
|
||||||
style={{ width: 84 }}
|
style={{ width: 100 }}
|
||||||
>
|
>
|
||||||
{intl.get('确认')}
|
{intl.get('确认')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user