re-did version string in about using vue, fixed window not launching on yarn start under win10
This commit is contained in:
parent
f20e59d52e
commit
5f1326be80
5 changed files with 6 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="row">
|
||||
<div class="col">
|
||||
<img src="assets/banner.png" alt="Cider Logo" style="display:block;margin:0 auto;width: 500px;">
|
||||
<p style="text-align: center" id="version">Version Unkown</p>
|
||||
<p style="text-align: center" id="version">{{ $root.getLz("term.version") }} {{ $root.version }}</p>
|
||||
<p style="text-align: center"> {{$root.getLz('about.thanks')}} </p>
|
||||
|
||||
<p style="text-align: center">"{{$root.getLz('term.appleMusic')}}" - {{$root.getLz('term.copyright')}} © 2022 <a href="https://www.apple.com/" class="dt-footer__link"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue