fix(ui): 击穿 Next.js 财务数据缓存,强制走势图与真实数据库快照实时对齐
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user