feat: add titles for settings
This commit is contained in:
parent
9a167ee990
commit
377c015c91
11 changed files with 66 additions and 7 deletions
|
@ -1,6 +1,12 @@
|
|||
<script setup lang="ts">
|
||||
import { buildInfo } from 'virtual:build-info'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
useHeadFixed({
|
||||
title: () => `${t('settings.about.label')} | ${t('nav.settings')}`,
|
||||
})
|
||||
|
||||
let showCommit = $ref(buildInfo.env !== 'release' && buildInfo.env !== 'dev')
|
||||
const builtTime = useFormattedDateTime(buildInfo.time)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue