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

@@ -28,7 +28,7 @@ export default function HoldingEditModal({ fund, holding, onClose, onSave }) {
setProfit(p.toFixed(2));
}
}
}, [holding, fund]);
}, [holding, fund, dwjz]);
const handleModeChange = (newMode) => {
if (newMode === mode) return;