forked from blisstown/campfire
feat: add git commit hash
This commit is contained in:
parent
daaa819e6c
commit
1d4b121ea5
2 changed files with 9 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
import FollowersIcon from '@cf/icons/followers.svg';
|
||||
|
||||
const VERSION = APP_VERSION;
|
||||
const COMMIT = APP_COMMIT;
|
||||
const lang = Lang();
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
@ -184,7 +185,7 @@
|
|||
{/if}
|
||||
|
||||
<span class="version">
|
||||
campfire v{VERSION}
|
||||
campfire v{VERSION} ({COMMIT})
|
||||
<br>
|
||||
<ul>
|
||||
<li><a href="https://git.arimelody.me/blisstown/campfire">{lang.string('source')}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue