修改部分文字

This commit is contained in:
GoEdgeLab
2021-07-25 19:42:07 +08:00
parent 18d876422f
commit ee45d89d8e
4 changed files with 4 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ func (this *AppCmd) Run(main func()) {
// 版本号
func (this *AppCmd) runVersion() {
fmt.Println(this.product+" v"+this.version, "(build: "+runtime.Version(), runtime.GOOS, runtime.GOARCH+")")
fmt.Println(this.product+" v"+this.version, "(build: "+runtime.Version(), runtime.GOOS, runtime.GOARCH, teaconst.Tag+")")
}
// 帮助

View File

@@ -5,3 +5,4 @@ package teaconst
const BuildCommunity = true
const BuildPlus = false
const Tag = "community"

View File

@@ -74,6 +74,6 @@ secret: "{{node.secret}}"</source-code-box>
<div>
<div class="ui message success">当前节点为已安装状态。</div>
<a href="" @click.prevent="updateNodeIsInstalled(false)">[修改为未安装状态]</a>
<a href="" @click.prevent="updateNodeIsInstalled(false)">[重新安装]</a>
</div>
</div>

View File

@@ -5,7 +5,7 @@
<!-- 已安装 -->
<div v-if="node.isInstalled">
<div class="ui message green">当前节点为已安装状态。</div>
<a href="" @click.prevent="updateNodeIsInstalled(false)">[修改为未安装状态]</a>
<a href="" @click.prevent="updateNodeIsInstalled(false)">[重新安装]</a>
<h4>配置文件</h4>
<table class="ui table definition selectable">