Browse Source

Git代理排除仓库地址,提示语优化。

pull/352/head
王良 2 months ago
parent
commit
17b79ac2ef
  1. 2
      packages/gui/src/view/pages/plugin/git.vue

2
packages/gui/src/view/pages/plugin/git.vue

@ -30,7 +30,7 @@
<div> <div>
<a-row :gutter="10"> <a-row :gutter="10">
<a-col :span="22"> <a-col :span="22">
<span>Git.exe将不代理以下仓库可以是站点地址/机构地址单项目地址等</span> <span>Git.exe将不代理以下仓库可以是地址/机构地址完整地址</span>
</a-col> </a-col>
<a-col :span="2"> <a-col :span="2">
<a-button type="primary" icon="plus" @click="addNoProxyUrl()"/> <a-button type="primary" icon="plus" @click="addNoProxyUrl()"/>

Loading…
Cancel
Save