Files
auv/.microcompact/mr4ysyzo/call_1e6e8829a13d412895ff406a.txt
T
2026-07-05 21:29:17 +08:00

16 lines
759 B
Plaintext
Executable File

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:
374→ <div className="flex items-center gap-2">
375→ <div className="w-3 h-3 rounded-full bg-primary opacity-20"></div>
376→ <span>成交量</span>
377→ </div>
378→ <div className="flex items-center gap-2">
379→ <div className="w-3 h-3 rounded-full" style={{ backgroundColor: '#fbbf24' }}></div>
380→ <span>添加日期</span>
381→ </div>
382→ </div>
383→ </CardContent>
384→ </Card>
385→
386→ {/* Price Details */}