diff --git a/README.md b/README.md index 99b880a..cd411e0 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ http://localhost:3001 - [ ] token 失效 modal - [ ] 二维码美化 - [ ] 扫码登录 +- [ ] 初次进入bug ## 了解更多 diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd6b8e1..b1faabe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,7 @@ import Script from 'next/script'; import { Toaster } from '@/components/ui/toaster'; -import { Header, App, Footer, PlayerBar, ScrollTopButton } from '@/components'; +import { Header, Footer, PlayerBar, ScrollTopButton, Dialog } from '@/components'; import './globals.css'; @@ -32,13 +32,14 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac return ( - + {/* */}
{children}