添加捐赠页

master
李亚楠 2 weeks ago
parent 2a1477c846
commit 58cd750ae3
  1. 3
      _config.yml
  2. 2
      package.json
  3. 64
      source/sponsor/index.md
  4. BIN
      themes/butterfly/source/img/alipay.jpg

@ -10,7 +10,8 @@ keywords:
author: 牧尘
language: zh-CN
timezone: ''
server:
port: 80
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://www.dreamlyn.cn

@ -9,7 +9,7 @@
"server": "hexo server"
},
"hexo": {
"version": "7.3.0"
"version": "7.1.1"
},
"dependencies": {
"flickr-justified-gallery": "^2.2.0",

@ -0,0 +1,64 @@
---
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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Loading…
Cancel
Save