feat: 更新 eslint 配置

This commit is contained in:
hzm
2026-02-19 18:21:56 +08:00
parent 623c41acf6
commit b645c7d034
9 changed files with 5459 additions and 26 deletions

View File

@@ -66,7 +66,7 @@ export default function FundTrendChart({ code, isExpanded, onToggleExpand }) {
}
return () => { active = false; };
}, [code, range, isExpanded]);
}, [code, range, isExpanded, data.length]);
const ranges = [
{ label: '近1月', value: '1m' },