样式优化。

pull/355/head
王良 2024-09-12 22:54:25 +08:00
parent 39a36c9467
commit 60635d199b
2 changed files with 2 additions and 1 deletions

View File

@ -323,6 +323,7 @@ Error: www.github.com:443, 代理请求超时
```shell ```shell
git config --global --unset http.proxy git config --global --unset http.proxy
git config --global --unset https.proxy git config --global --unset https.proxy
git config --global --unset http.sslVerify
``` ```
3、执行下面的命令关闭npm的代理设置(如果你开启过npm加速的开关) 3、执行下面的命令关闭npm的代理设置(如果你开启过npm加速的开关)
```shell ```shell

View File

@ -60,7 +60,7 @@
自动设置启动npm加速开关时将会设置如下环境变量 自动设置启动npm加速开关时将会设置如下环境变量
</a-checkbox> </a-checkbox>
<div class="form-help">某些库需要自己设置镜像变量才能下载比如electron</div> <div class="form-help">某些库需要自己设置镜像变量才能下载比如electron</div>
<a-row :gutter="10" style="margin-top: 5px" v-for="(item,index) of npmVariables" :key='index'> <a-row :gutter="10" style="margin-top: 2px" v-for="(item,index) of npmVariables" :key='index'>
<a-col :span="10"> <a-col :span="10">
<a-input v-model="item.key" :title="item.key" readOnly></a-input> <a-input v-model="item.key" :title="item.key" readOnly></a-input>
</a-col> </a-col>