feature: 侧边目录颜色、动画

This commit is contained in:
tangly1024
2022-01-07 10:55:06 +08:00
parent b16b3dee59
commit 309e42f4a1
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ import BlogPostListEmpty from '@/components/BlogPostListEmpty'
* @returns {JSX.Element}
* @constructor
*/
const BlogPostListPage = ({ page = 1, posts = [], tags }) => {
const BlogPostListPage = ({ page = 1, posts = [] }) => {
let filteredBlogPosts = posts
// 处理查询过滤 支持标签、关键词过滤