docs: ✏️ 增加捐赠者榜单

This commit is contained in:
xuqingkai 2023-08-01 17:54:34 +08:00
parent 74a48eaea8
commit 5b5670aa58
5 changed files with 37 additions and 23 deletions

View File

@ -1,7 +1,7 @@
/*
* @Author: weisheng
* @Date: 2023-07-27 10:26:09
* @LastEditTime: 2023-08-01 13:09:48
* @LastEditTime: 2023-08-01 17:31:40
* @LastEditors: weisheng
* @Description:
* @FilePath: \wot-design-uni\docs\.vitepress\config.ts
@ -57,7 +57,7 @@ export default defineConfig({
nav: [
{ text: '指南', link: '/guide/quickUse', activeMatch: '/guide/' },
{ text: '组件', link: '/component/button', activeMatch: '/component/' },
{ text: '打赏作者', link: '/reward/reward', activeMatch: '/reward/' },
{ text: '捐赠作者', link: '/reward/reward', activeMatch: '/reward/' },
{
text: '相关链接',
@ -97,6 +97,16 @@ export default defineConfig({
link: '/guide/commonProblems',
}
],
'/reward/': [
{
text: '捐赠作者',
link: '/reward/reward',
},
{
text: '榜上有名',
link: '/reward/donor',
},
],
'/component/': [
{

View File

@ -1,17 +0,0 @@
# 捐赠作者,榜上留名
如果您认为本项目对你的工作起到了帮助,可以通过以下方式捐助组件库的研发工作,使本项目持续发展下去。
## 扫码捐赠
<div style="display: inline-block; margin-right: 120px;">
<img style="width: 250px; height: 250px;" src="https://fant-mini-plus.top/img/weixinQrcode.jpg" />
<div style="text-align: center;">微信</div>
</div>
<div style="display: inline-block;">
<img style="width: 250px; height: 250px;" src="https://fant-mini-plus.top/img/alipayQrcode.jpg" />
<div style="text-align: center;">支付宝</div>
</div>

View File

@ -16,10 +16,10 @@ hero:
text: 快速上手
link: /guide/quickUse
- theme: alt
text: 打赏作者
text: 捐赠作者
link: /reward/reward
- theme: alt
text: 在GitHub上查看
text: 查看源码
link: https://github.com/Moonofweisheng/wot-design-uni
features:

17
docs/reward/donor.md Normal file
View File

@ -0,0 +1,17 @@
# 榜上有名
感谢各位捐赠者对本项目的支持,以下排名不分先后,按时间顺序排列。
:::tip
捐赠后,请发送邮件到1780903673@qq.com或者通过github、微信群等社交平台告知要展示的捐赠者名称、留言、链接 (链接可以是您的博客、github、个人网站、公司产品等)
:::
## 赠人玫瑰,手有余香
| 捐赠者 | 留言 | 链接 |
|-----|------|--------|
| 额朋克欧光明 | 喝个咖啡先 | - |
:beers::beers::beers: 再次感谢各位捐赠者的支持,也欢迎大家提出自己的意见和建议。:beers::beers::beers:

View File

@ -1,9 +1,14 @@
# 捐赠作者,榜上留名
# 捐赠作者
如果您认为本项目对你的工作起到了帮助,可以通过以下方式捐助组件库的研发工作,使本项目持续发展下去。
:::tip
捐赠后,请发送邮件到1780903673@qq.com或者通过github、微信群等社交平台告知要展示的捐赠者名称、留言、链接 (链接可以是您的博客、github、个人网站、公司产品等)
:::
## 扫码捐赠
<div style="display: inline-block; margin-right: 120px;">
<img style="width: 250px; height: 250px;" src="https://fant-mini-plus.top/img/weixinQrcode.jpg" />
<div style="text-align: center;">微信</div>
@ -14,4 +19,3 @@
<div style="text-align: center;">支付宝</div>
</div>