Hexo个人博客
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.3 KiB

---
title:
date: 2025-03-21
layout: page
comments: false
---
# 支持我的创作
感谢你对我的开源项目的支持!如果我的工作对你有帮助,可以通过以下方式请我喝杯咖啡 ☕,你的支持是我持续创作的动力!
## 捐赠方式
<div class="donate-container">
<div class="donate-item">
<img src="/img/alipay.jpg" alt="支付宝二维码" class="donate-qr">
<p>支付宝</p>
</div>
<div class="donate-item" style="margin-left:50px;">
<img src="/img/wechat.jpg" alt="微信二维码" class="donate-qr">
<p>微信</p>
</div>
</div>
## 捐赠名单
非常感谢以下朋友的支持(按时间顺序排列):
- **张*** - 2025-03-21 - ¥50 - "感谢你的开源贡献!"
- **李*** - 2025-03-20 - ¥20 - "加油!"
- **王*** - 2025-03-18 - ¥10 - "很喜欢你的博客!"
如果您捐赠后想出现在名单中,请通过邮件或评论联系我!
<style>
.donate-container {
display: flex;
justify-content: start;
gap: 40px;
margin: 20px 0;
}
.donate-item {
text-align: center;
}
.donate-qr {
width: 200px;
height: 200px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
}
.donate-qr:hover {
transform: scale(1.05);
}
.donate-item p {
margin: 10px 0 0;
font-size: 16px;
color: #555;
}
</style>