浏览代码

chore(about): show total build

Jacky 4 月之前
父节点
当前提交
5d9ce4892e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/views/system/About.vue

+ 1 - 1
app/src/views/system/About.vue

@@ -19,7 +19,7 @@ const thisYear = new Date().getFullYear()
     </div>
     <h2>Nginx UI</h2>
     <p>Yet another WebUI for Nginx</p>
-    <p>Version: {{ ver.version }} ({{ ver.build_id || $gettext('Development Mode') }})</p>
+    <p>Version: {{ ver.version }} ({{ ver.total_build || $gettext('Development Mode') }})</p>
     <div class="star-on-github">
       <GithubButton
         href="https://github.com/0xJacky/nginx-ui"