feat: 🎸 封装了一个滚动加载组件

This commit is contained in:
2025-08-20 16:29:11 +08:00
parent 95a099f613
commit 3f590f21b2
9 changed files with 152 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
import { useState, useEffect } from "react";
import StartClass from "./components/StartClass";
import QuickAccess from "./components/QuickAccess";
import CalendarTaskModule from "./components/CalendarTaskModule";
@@ -8,6 +9,8 @@ import TaskList from "./components/TaskList";
import "./index.css";
const Dashboard = () => {
const [data, setData] = useState({});
return (
<div className="dashboard">
<StageProgress showBlockageAlert={true} />