refactor: 修改DevSidecar名称

pull/180/head
xiaojunnuo 4 years ago
parent aacecd6edc
commit 3dbd9634dc

@ -41,7 +41,7 @@
</a-tab-pane> </a-tab-pane>
<a-tab-pane tab="DNS设置" key="3"> <a-tab-pane tab="DNS设置" key="3">
<div> <div>
<div>某些域名有时候需要通过其他DNS服务器获取到的IP才可以访问</div> <div>某些域名需要通过国外DNS服务器获取到IP列表中选取相对最优的IP进行访问</div>
<a-row style="margin-top:10px"> <a-row style="margin-top:10px">
<a-col> <a-col>
<a-button type="primary" icon="plus" @click="addDnsMapping()" /> <a-button type="primary" icon="plus" @click="addDnsMapping()" />

@ -43,7 +43,7 @@ module.exports = {
copyright: 'Copyright © 2020', copyright: 'Copyright © 2020',
nsis: { nsis: {
oneClick: false, oneClick: false,
perMachine: false, perMachine: true,
allowElevation: true, allowElevation: true,
allowToChangeInstallationDirectory: true allowToChangeInstallationDirectory: true
}, },

Loading…
Cancel
Save