handoff and version viewing in about.ejs

This commit is contained in:
child_duckling 2022-02-10 22:11:00 -08:00
parent 6900ed0f11
commit f20e59d52e
4 changed files with 23 additions and 0 deletions

View file

@ -3,6 +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"> {{$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"
@ -56,6 +57,7 @@
data: function () {
return {
window: window,
version: app.getVersion(),
team: [
{
name: 'cryptofyre',