This commit is contained in:
Sakurasan
2026-07-05 21:29:17 +08:00
commit 013ebdaffe
150 changed files with 15614 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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 */}