From ae1d1f18b357bcf25bdc6c7c2a6408d20f4038ef Mon Sep 17 00:00:00 2001 From: root Date: Fri, 27 Feb 2026 08:32:46 +0000 Subject: [PATCH] fix: remove duplicate FundingChart from dashboard --- frontend/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 71de056..0061314 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -4,7 +4,6 @@ import { useEffect, useState, useCallback } from "react"; import { api, RatesResponse, StatsResponse, HistoryResponse, HistoryPoint } from "@/lib/api"; import RateCard from "@/components/RateCard"; import StatsCard from "@/components/StatsCard"; -import FundingChart from "@/components/FundingChart"; import { LineChart, Line, XAxis, YAxis, Tooltip, Legend, ResponsiveContainer, ReferenceLine @@ -94,14 +93,6 @@ export default function Dashboard() { )} - {/* 7天走势图(FundingChart) */} - {history && ( -
-

过去7天资金费率走势

- -
- )} - {/* 历史费率折线图 */} {allTimes.length > 0 && (