添加ssg标题

This commit is contained in:
李志鹏
2026-06-02 15:08:17 +08:00
parent 2e35fd4de9
commit 10d593e23f
8 changed files with 54 additions and 1 deletions

View File

@@ -51,8 +51,14 @@
</div>
</template>
<script setup lang="ts">
import { useHead } from '@unhead/vue'
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
import { computed, ref } from 'vue'
import OthersHeader from './others-header.vue'
useHead({
title: t('MainFooter.SiteMap') + ' - Code-Create'
})
</script>
<style scoped lang="less">