The file /home/project/src/routes/stock.$code.tsx has been updated. Made 1 replacement. Here's the result of running `cat -n` on a snippet of the edited file: 340→ stroke="var(--primary)" 341→ strokeWidth={2} 342→ dot={false} 343→ /> 344→ {/* 高亮添加日期的K线点 - 只渲染isAddedDate=true的点 */} 345→ {chartData.filter(d => d.isAddedDate).map((d, idx) => ( 346→ 355→ ))} 356→ 357→ 358→ 359→ 360→ {/* Legend */}