mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
@@ -194,6 +194,18 @@ import { Icon } from "astro-icon/components";
|
||||
<div class="text-xs text-[var(--primary)] font-medium">两个月充电</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sponsor-card">
|
||||
<div class="flex items-center gap-3 p-4 rounded-lg bg-[var(--card-bg)] border border-black/10 dark:border-white/10">
|
||||
<div class="w-10 h-10 rounded-full bg-gray-300 dark:bg-gray-600 flex items-center justify-center overflow-hidden">
|
||||
<img src="https://q2.qlogo.cn/headimg_dl?dst_uin=3451860760&spec=0" alt="用户头像" loading="lazy" class="w-full h-full object-cover">
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<h4 class="font-semibold text-black dark:text-white text-sm">chuzouX</h4>
|
||||
<p class="text-xs text-black/60 dark:text-white/60">2025-09-07</p>
|
||||
</div>
|
||||
<div class="text-xs text-[var(--primary)] font-medium">10¥</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user