修复AI工具调用报错
This commit is contained in:
@@ -243,6 +243,7 @@ const Header = () => {
|
||||
<NavLink to="/60sapi">API聚合应用</NavLink>
|
||||
<NavLink to="/smallgame">玩玩小游戏</NavLink>
|
||||
<NavLink to="/aimodel">AI工具</NavLink>
|
||||
<NavLink to="/profile">个人中心</NavLink>
|
||||
</Nav>
|
||||
|
||||
<UserSection>
|
||||
@@ -302,6 +303,9 @@ const Header = () => {
|
||||
<MobileNavLink to="/aimodel" onClick={handleMenuClose}>
|
||||
🤖AI工具
|
||||
</MobileNavLink>
|
||||
<MobileNavLink to="/profile" onClick={handleMenuClose}>
|
||||
👤个人中心
|
||||
</MobileNavLink>
|
||||
|
||||
{isLoggedIn && user ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user