Add dashboard prewarm worker and cache visibility

This commit is contained in:
2569718930@qq.com
2026-04-08 06:53:49 +08:00
parent 0bb3b573e1
commit c3da29c09c
21 changed files with 1120 additions and 149 deletions
+5
View File
@@ -0,0 +1,5 @@
import { DashboardShellSkeleton } from "@/components/dashboard/DashboardShellSkeleton";
export default function Loading() {
return <DashboardShellSkeleton />;
}