圆圆45s

This commit is contained in:
xianyi
2025-12-08 14:38:05 +08:00
parent 88f8896a68
commit 0b6fdcf95f

View File

@@ -27,8 +27,8 @@ const UI9: React.FC = () => {
navigate("/");
}, [navigate]);
const [countdown, setCountdown] = useState(30);
const [backTime, setBackTime] = useState("确认(30S)");
const [countdown, setCountdown] = useState(45);
const [backTime, setBackTime] = useState("确认(45S)");
useEffect(() => {
if (countdown > 0) {