修改页面布局大修改

This commit is contained in:
2025-08-07 13:39:05 +08:00
parent 41e273ed07
commit 25470fc7f8
23 changed files with 1238 additions and 33 deletions

View File

@@ -2,9 +2,9 @@
import type { ContentNavigationItem } from '@nuxt/content'
import { findPageHeadline } from '#ui-pro/utils/content'
// definePageMeta({
// layout: 'docs'
// })
definePageMeta({
layout: 'docs'
})
const route = useRoute()
const appConfig = useAppConfig()

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
definePageMeta({
layout: 'default'
layout: 'docs'
})
const title = 'Estel Docs'
@@ -19,7 +19,7 @@ useSeoMeta({
<template>
<div>
<IndexHero />
<IndexCard />
<DocsIndexHero />
<DocsIndexCard />
</div>
</template>