优化版本号显示方式

This commit is contained in:
2021-05-07 22:35:25 +08:00
parent 58a2db7c6a
commit 66e1d2c59d
7 changed files with 12 additions and 13 deletions
@@ -291,7 +291,7 @@ a { outline: none; }
<div class="dashboard-footer">
<div class="box">
{{$version}}
{{$edition}} {{$version}}
</div>
</div>
+1 -1
View File
@@ -5,7 +5,7 @@
软件版本
</td>
<td align="left" style="border-top:0;">
{{$version}}
{{$edition}} {{$version}}
</td>
</tr>
<tr>
+1 -1
View File
@@ -185,7 +185,7 @@ body {
-->
<div class="footer">
<small class="text-muted">© {{date('Y')}} {{$version}}</small>
<small class="text-muted">© {{date('Y')}} {{$edition}} {{$version}}</small>
</div>
</div>
</div>
+1 -1
View File
@@ -56,7 +56,7 @@ body {
<div class="line line-dashed"></div>
<div class="text-center">
<small class="text-muted">© {{date('Y')}} {{$version}}</small>
<small class="text-muted">© {{date('Y')}} {{$edition}} {{$version}}</small>
</div>
<div class="line line-dashed"></div>
+1 -1
View File
@@ -47,7 +47,7 @@ body {
<div class="line line-dashed"></div>
<div class="text-center">
<small class="text-muted">© {{date('Y')}} {{$version}}</small>
<small class="text-muted">© {{date('Y')}} {{$edition}} {{$version}}</small>
</div>
<script type="text/javascript">