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: 360→ stroke="var(--primary)" 361→ strokeWidth={2} 362→ dot={false} 363→ /> 364→ {/* 高亮添加日期的K线点 */} 365→ { 370→ const { cx, cy, payload } = props; 371→ // 非添加日期返回透明小圆点(不可见) 372→ if (!payload.isAddedDate) { 373→ return ; 374→ } 375→ return ( 376→ 384→ ); 385→ }} 386→ /> 387→ 388→ 389→ 390→ 391→ {/* Legend */}