增加新的组件 BlogLists,博客首页新的样式

This commit is contained in:
2025-08-15 21:20:15 +08:00
parent 21b6bb0b1c
commit 27f6687802
7 changed files with 187 additions and 381 deletions

View File

@@ -20,6 +20,7 @@ useSeoMeta({
<template>
<div>
<!-- <BlogHero /> -->
<BlogIndexBlog />
<!-- <BlogIndexBlog /> -->
<BlogLists />
</div>
</template>