theme-fukasawa

This commit is contained in:
tangly1024.com
2023-07-05 16:06:23 +08:00
parent f72a4f7c54
commit c1fa5fa3c5
36 changed files with 820 additions and 763 deletions

View File

@@ -4,6 +4,11 @@ import { useRouter } from 'next/router'
import BLOG from '@/blog.config'
import { getLayoutByTheme } from '@/themes/theme'
/**
* 搜索路由
* @param {*} props
* @returns
*/
const Search = props => {
const { posts, siteInfo } = props
const { locale } = useGlobal()