mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	修改部分文字
This commit is contained in:
		@@ -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+")")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 帮助
 | 
			
		||||
 
 | 
			
		||||
@@ -5,3 +5,4 @@ package teaconst
 | 
			
		||||
 | 
			
		||||
const BuildCommunity = true
 | 
			
		||||
const BuildPlus = false
 | 
			
		||||
const Tag = "community"
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user