add 轮播功能

This commit is contained in:
lb
2024-01-26 14:08:31 +08:00
parent b0e7a7ca34
commit 6cf533e718
2 changed files with 20 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import useRefresh from "../../hooks/useRefresh";
export default function Home({ active }) {
useRefresh(true);
const videoUp = useRef(null);
const videoDown = useRef(null);