添加 appBuildDate

This commit is contained in:
bjdgyc
2024-02-21 18:38:38 +08:00
parent ff07c81401
commit bbb9cfda67
7 changed files with 64 additions and 66 deletions

View File

@@ -50,6 +50,7 @@
</div>
<Cell left="软件版本" :right="system.sys.appVersion" divider/>
<Cell left="软件CommitId" :right="system.sys.appCommitId" divider/>
<Cell left="软件BuildDate" :right="system.sys.appBuildDate" divider/>
<Cell left="GO系统" :right="system.sys.goOs" divider/>
<Cell left="GoArch" :right="system.sys.goArch" divider/>
<Cell left="GO版本" :right="system.sys.goVersion" divider/>