官网开发中 0803

This commit is contained in:
eafonyang
2026-08-03 19:09:03 +08:00
parent eeccdb079c
commit f37b6451ef
36 changed files with 1906 additions and 78 deletions
+2 -3
View File
@@ -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[]>([]);