|
124 | 124 | } |
125 | 125 | .donate-section h2 { margin-bottom: 12px; } |
126 | 126 | .donate-section p { opacity: 0.9; margin-bottom: 24px; } |
127 | | - .donate-grid { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } |
| 127 | + .donate-grid { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; } |
128 | 128 | .donate-method { |
129 | 129 | background: rgba(255,255,255,0.15); |
130 | 130 | border-radius: 12px; |
131 | | - padding: 20px 24px; |
132 | | - min-width: 200px; |
| 131 | + padding: 24px; |
| 132 | + min-width: 260px; |
| 133 | + text-align: center; |
133 | 134 | } |
134 | 135 | .donate-method h3 { margin-bottom: 8px; } |
135 | 136 | .donate-method .addr { |
@@ -322,26 +323,17 @@ <h2>❤️ 赞助 GitBoost 开发</h2> |
322 | 323 | <p>GitBoost 是免费开源项目。如果它帮你提升了开发效率,欢迎赞助支持持续开发!</p> |
323 | 324 | <div class="donate-grid"> |
324 | 325 | <div class="donate-method"> |
325 | | - <h3>💎 Bitcoin</h3> |
326 | | - <p style="font-size:13px;opacity:0.85">BTC 捐赠地址 (待你配置)</p> |
327 | | - <div class="addr" style="font-size:12px;color:#ff6b6b">⚠️ 请联系开发者获取地址</div> |
328 | | - </div> |
329 | | - <div class="donate-method"> |
330 | | - <h3>🔷 Ethereum</h3> |
331 | | - <p style="font-size:13px;opacity:0.85">ETH/ERC-20 地址 (待你配置)</p> |
332 | | - <div class="addr" style="font-size:12px;color:#ff6b6b">⚠️ 请联系开发者获取地址</div> |
333 | | - </div> |
334 | | - <div class="donate-method"> |
335 | | - <h3>🇨🇳 爱发电</h3> |
336 | | - <p style="font-size:13px;opacity:0.85">中国用户赞助渠道</p> |
337 | | - <a href="https://afdian.com" target="_blank" class="donate-btn donate-btn-afd" style="margin-top:8px;display:inline-block">❤️ 爱发电赞助</a> |
| 326 | + <h3>💰 支付宝</h3> |
| 327 | + <p style="font-size:13px;opacity:0.85">扫码赞助 GitBoost 开发</p> |
| 328 | + <img src="alipay-qr.jpg" alt="支付宝收款码" style="width:220px;height:auto;border-radius:8px;margin-top:8px;cursor:pointer" onclick="window.open(this.src)"> |
338 | 329 | </div> |
339 | 330 | <div class="donate-method"> |
340 | | - <h3>🐙 GitHub Sponsors</h3> |
341 | | - <p style="font-size:13px;opacity:0.85">国际赞助渠道</p> |
342 | | - <a href="https://github.com/sponsors" target="_blank" class="donate-btn donate-btn-gh" style="margin-top:8px;display:inline-block">💖 GitHub Sponsors</a> |
| 331 | + <h3>💚 微信支付</h3> |
| 332 | + <p style="font-size:13px;opacity:0.85">扫码赞助 GitBoost 开发</p> |
| 333 | + <img src="wechat-qr.jpg" alt="微信收款码" style="width:220px;height:auto;border-radius:8px;margin-top:8px;cursor:pointer" onclick="window.open(this.src)"> |
343 | 334 | </div> |
344 | 335 | </div> |
| 336 | + <p style="margin-top:12px;font-size:13px;opacity:0.8">感谢每一位赞助者!你的支持让开源项目走得更远 ❤️</p> |
345 | 337 | </div> |
346 | 338 |
|
347 | 339 | <div class="cta-section"> |
|
0 commit comments