添加了滑动验证码组件

This commit is contained in:
2026-01-22 20:44:19 +08:00
parent 87a8042b77
commit acf04cad9b
4 changed files with 73 additions and 43 deletions

View File

@@ -662,6 +662,8 @@ export default function AuthPage() {
)}
</AnimatePresence>
{/* Submit Button */}
<motion.div
initial={{ opacity: 0, y: 20 }}