优化版本号显示方式

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
+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">