theme-game 调整

This commit is contained in:
tangly1024
2024-04-05 22:06:52 +08:00
parent 522bbea0a1
commit 274f49d877
5 changed files with 85 additions and 65 deletions

View File

@@ -5,7 +5,8 @@ import Logo from './Logo'
* 顶栏
* @returns
*/
export default function Header({ siteInfo }) {
export default function Header(props) {
const { siteInfo } = props
const { setSideBarVisible } = useGameGlobal()
return (
<header className='z-20'>