refactor-hexo

This commit is contained in:
tangly1024.com
2023-07-04 19:02:38 +08:00
parent 77c13a4448
commit ffc6db74cb
18 changed files with 487 additions and 525 deletions

View File

@@ -9,10 +9,10 @@ import BLOG from '@/blog.config'
let wrapperTop = 0
/**
*
* @returns 头图
* 顶部全屏大图
* @returns
*/
const Header = props => {
const Hero = props => {
const [typed, changeType] = useState()
const { siteInfo } = props
const { locale } = useGlobal()
@@ -79,4 +79,4 @@ const Header = props => {
)
}
export default Header
export default Hero