修改生成的YAML配置中可能含有tab的Bug

This commit is contained in:
GoEdgeLab
2021-09-16 15:06:37 +08:00
parent 35fd437aaa
commit c5debefa8e
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
<td class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
<td>
<source-code-box id="api-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]
endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"</source-code-box>
</td>