docs(readme): 自动生成贡献者名单
This commit is contained in:
parent
e0b02436ac
commit
8273da5141
18
.github/workflows/reademe-contributors.yml
vendored
Normal file
18
.github/workflows/reademe-contributors.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
name: Generate a list of contributors
|
||||
|
||||
jobs:
|
||||
contrib-readme-en-job:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
name: A job to automate contrib in readme
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
@ -124,13 +124,18 @@ Copyright (c) 2024 菲鸽
|
||||
|
||||
[](https://star-history.com/#codercup/unibest&Ares-Chang/uni-vitesse&uni-helper/vitesse-uni-app&Date)
|
||||
|
||||
## 贡献者
|
||||
|
||||
<!-- readme: collaborators,contributors -start -->
|
||||
<!-- readme: collaborators,contributors -end -->
|
||||
|
||||
## 💓 捐赠鼓励
|
||||
|
||||
开源不易,如果 `unibest` 对你有些帮助,可以请作者吃块糖果 ,算是对开源做出的一点点鼓励吧!
|
||||
|
||||
<p align='center'>
|
||||
<img alt="special sponsor appwrite" src="./screenshots/pay-wx-2.png" width="150" style="margin-left:0px;">
|
||||
<img alt="special sponsor appwrite" src="./screenshots/pay-wx.png" width="150" style="margin-left:2px;">
|
||||
<img alt="special sponsor appwrite" src="./screenshots/pay-wx-2.png" width="300" style="margin-left:0px;">
|
||||
<img alt="special sponsor appwrite" src="./screenshots/pay-wx.png" width="300" style="margin-left:2px;">
|
||||
</p>
|
||||
|
||||
## 🤝 微信交流群
|
||||
|
Loading…
x
Reference in New Issue
Block a user