feat: 添加错误状态处理和错误标记组件,增强验证码功能

This commit is contained in:
2025-09-10 21:20:45 +08:00
parent 4781d81869
commit d69bf6c968
2 changed files with 20 additions and 3 deletions

View File

@ -23,7 +23,6 @@ export default function RootLayout({
<Navbar />
</header>
</motion.nav>
<BackgroundProvider>
<div className='container mx-auto pt-16 px-4 sm:px-6 lg:px-10 max-w-7xl'>{children}</div>
</BackgroundProvider>