Explorar o código

chore(about): show total build

Jacky hai 4 meses
pai
achega
5d9ce4892e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"