From ba1687bf97095573d07131e8e10db9db8f04e6fc Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Mon, 16 Mar 2026 22:48:05 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=B8=9A=E7=BB=A9=E8=B5=B0?= =?UTF-8?q?=E5=8A=BF=E9=BB=98=E8=AE=A4=E5=80=BC=E6=94=B9=E4=B8=BA=E8=BF=91?= =?UTF-8?q?3=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/FundTrendChart.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/FundTrendChart.jsx b/app/components/FundTrendChart.jsx index 119fcec..d3b0ee3 100644 --- a/app/components/FundTrendChart.jsx +++ b/app/components/FundTrendChart.jsx @@ -56,7 +56,7 @@ function getChartThemeColors(theme) { } export default function FundTrendChart({ code, isExpanded, onToggleExpand, transactions = [], theme = 'dark', hideHeader = false }) { - const [range, setRange] = useState('1m'); + const [range, setRange] = useState('3m'); const [data, setData] = useState([]); const [loading, setLoading] = useState(false); const [error, setError] = useState(null);