Skip to content

Commit 8273da5

Browse files
committed
docs(readme): 自动生成贡献者名单
1 parent e0b0243 commit 8273da5

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
name: Generate a list of contributors
7+
8+
jobs:
9+
contrib-readme-en-job:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
name: A job to automate contrib in readme
14+
steps:
15+
- name: Contribute List
16+
uses: akhilmhdh/contributors-readme-action@v2.3.4
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,18 @@ Copyright (c) 2024 菲鸽
124124

125125
[![Star History Chart](https://api.star-history.com/svg?repos=codercup/unibest,Ares-Chang/uni-vitesse,uni-helper/vitesse-uni-app&type=Date)](https://star-history.com/#codercup/unibest&Ares-Chang/uni-vitesse&uni-helper/vitesse-uni-app&Date)
126126

127+
## 贡献者
128+
129+
<!-- readme: collaborators,contributors -start -->
130+
<!-- readme: collaborators,contributors -end -->
131+
127132
## 💓 捐赠鼓励
128133

129134
开源不易,如果 `unibest` 对你有些帮助,可以请作者吃块糖果 ,算是对开源做出的一点点鼓励吧!
130135

131136
<p align='center'>
132-
<img alt="special sponsor appwrite" src="./screenshots/pay-wx-2.png" width="150" style="margin-left:0px;">
133-
<img alt="special sponsor appwrite" src="./screenshots/pay-wx.png" width="150" style="margin-left:2px;">
137+
<img alt="special sponsor appwrite" src="./screenshots/pay-wx-2.png" width="300" style="margin-left:0px;">
138+
<img alt="special sponsor appwrite" src="./screenshots/pay-wx.png" width="300" style="margin-left:2px;">
134139
</p>
135140

136141
## 🤝 微信交流群

0 commit comments

Comments
 (0)