mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
更新 donate.astro
This commit is contained in:
@@ -54,31 +54,7 @@ import { Icon } from "astro-icon/components";
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 加密货币 -->
|
||||
<div class="donate-card">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="h-10 w-10 rounded-lg bg-orange-500 flex items-center justify-center">
|
||||
<Icon name="simple-icons:bitcoin" class="text-[1.5rem] text-white">
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="text-lg font-bold text-black dark:text-white">加密货币</h3>
|
||||
<p class="text-sm text-black/60 dark:text-white/60">USDT/USDC/BTC</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="crypto-info">
|
||||
<div class="mb-4">
|
||||
<h4 class="text-sm font-semibold text-black dark:text-white mb-2">钱包地址<br> (AVAXC/ERC20/BEP20)</h4>
|
||||
<div class="wallet-address">
|
||||
<code class="text-xs bg-black/5 dark:bg-white/10 text-black dark:text-white p-2 rounded block break-all">0xe2bacffb78145af2e8d8fe3e28073badb7e9e56c</code>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-sm font-semibold text-black dark:text-white mb-2">Bybit UID</h4>
|
||||
<div class="bybit-uid">
|
||||
<code class="text-xs bg-black/5 dark:bg-white/10 text-black dark:text-white p-2 rounded block">465138256</code>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user