feat: 核心股页面补最近上榜日期列

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sakurasan
2026-08-10 21:13:58 +08:00
co-authored by Claude
parent 258fc9184d
commit 036a87bac9
+4
View File
@@ -69,6 +69,7 @@ function CoreStocksPage() {
</th> </th>
))} ))}
<th scope="col" className="px-2 py-2 text-right font-medium" title="覆盖题材数"></th> <th scope="col" className="px-2 py-2 text-right font-medium" title="覆盖题材数"></th>
<th scope="col" className="px-2 py-2 text-right font-medium whitespace-nowrap"></th>
<th scope="col" className="px-2 py-2 text-right font-medium"></th> <th scope="col" className="px-2 py-2 text-right font-medium"></th>
</tr> </tr>
</thead> </thead>
@@ -91,6 +92,9 @@ function CoreStocksPage() {
<td className="px-2 py-1.5 text-right tabular-nums whitespace-nowrap text-muted-foreground"> <td className="px-2 py-1.5 text-right tabular-nums whitespace-nowrap text-muted-foreground">
{s.coverCount ?? "·"} {s.coverCount ?? "·"}
</td> </td>
<td className="px-2 py-1.5 text-right tabular-nums whitespace-nowrap text-muted-foreground">
{s.lastAppear ? s.lastAppear.slice(5) : "·"}
</td>
<td className="px-2 py-1.5 text-right tabular-nums whitespace-nowrap"> <td className="px-2 py-1.5 text-right tabular-nums whitespace-nowrap">
<span className="inline-flex items-center gap-0.5 text-orange-500"> <span className="inline-flex items-center gap-0.5 text-orange-500">
<Flame className="h-3 w-3" /> <Flame className="h-3 w-3" />