This commit is contained in:
zyronon
2023-10-16 01:28:47 +08:00
parent ecc639d6fc
commit 3b5b82ea69

View File

@@ -9,6 +9,7 @@ import {useDisableEventListener} from "@/hooks/event.ts";
const tabIndex = $ref(0)
const settingStore = useSettingStore()
const gitLastCommitHash = ref(LATEST_COMMIT_HASH);
const emit = defineEmits([
'close',
@@ -36,7 +37,7 @@ useWatchAllSound()
</div>
</div>
<div class="git-log">
Build {{ LATEST_COMMIT_HASH }}
Build {{ gitLastCommitHash }}
</div>
</div>
<div class="content">