fix: 修改兼容问题

This commit is contained in:
2025-09-02 06:17:20 -07:00
parent 3bbf9b00c2
commit 135d78fc0d
14 changed files with 537 additions and 486 deletions
+4 -1
View File
@@ -37,7 +37,10 @@ export default function Header() {
{!user && (
<Link
href='#'
onClick={() => openLoginDialog()}
onClick={() => {
console.log('登录');
openLoginDialog();
}}
className={cn(
buttonVariants({
size: 'lg',