官网开发中 0803
This commit is contained in:
@@ -4,9 +4,8 @@ import type { SectionBlock } from '~/types/site';
|
||||
const { t } = useI18n();
|
||||
const { getSections } = useSiteApi();
|
||||
|
||||
useHead({
|
||||
title: () => `${t('app.name')} - ${t('nav.home')}`
|
||||
});
|
||||
// SEO:首页(page-seo 配置优先,回退默认标题)
|
||||
await usePageSeo('home', undefined, `${t('app.name')} - ${t('nav.home')}`);
|
||||
|
||||
// 拉取首页区块列表(仅可见,按 sort_order 排序)
|
||||
const sections = ref<SectionBlock[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user