hexo-custom-menu-apart

This commit is contained in:
tangly1024
2023-03-20 08:15:06 +08:00
parent a64e3d3dce
commit 9db5ba7011
5 changed files with 90 additions and 46 deletions

View File

@@ -11,7 +11,7 @@ export const Sakura = () => {
useEffect(() => {
createSakura({})
return () => destroyRibbon()
return () => destroySakura()
}, [])
return <></>
}