fix(ui): 击穿 Next.js 财务数据缓存,强制走势图与真实数据库快照实时对齐

This commit is contained in:
2026-05-02 20:57:39 +08:00
parent 3d0cfda981
commit 6520dcde72
4 changed files with 16 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
import { LayoutGrid, Wallet, ArrowLeftRight } from 'lucide-react';
export const dynamic = 'force-dynamic';
export const revalidate = 0;
import { ThemeToggle } from '@/components/theme-toggle';
import { Button } from '@/components/ui/button';
import Link from 'next/link';