选择DNS线路时增加搜索/节点如果没有设置DNS线路就使用默认线路

This commit is contained in:
GoEdgeLab
2021-08-25 17:16:14 +08:00
parent a54aeefa5e
commit 8179e9f7c0
8 changed files with 67 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
top: 10em;
}
.row {
line-height: 4;
line-height: 2;
}
.step.active {
font-weight: bold;

View File

@@ -140,11 +140,13 @@
<!-- 手动安装 -->
<div v-if="installMethod == 'manual'">
<div class="row">在边缘节点安装目录下,复制<code-label>configs/api.template.yaml</code-label><code-label>configs/api.yaml</code-label>,然后修改文件里面的内容为以下内容:</div>
<div class="row">上传边缘节点程序到服务器并解压,然后在边缘节点安装目录下,复制<code-label>configs/api.template.yaml</code-label><code-label>configs/api.yaml</code-label>,然后修改文件里面的内容为以下内容:</div>
<div class="margin"></div>
<source-code-box id="rpc-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"</source-code-box>
<div class="margin"></div>
<div class="row">然后再使用<code-label>bin/edge-node start</code-label>命令启动节点。</div>
<div>
<div class="ui divider"></div>

View File

@@ -7,7 +7,7 @@
}
.row {
line-height: 4;
line-height: 2;
}
.step.active {