Skip to content

Commit 151253e

Browse files
committed
chore: add sponsor badge.
1 parent a355668 commit 151253e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/FUNDING.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# These are supported funding model platforms
2+
3+
# github: [jaywcjlove]
4+
# patreon: # Replace with a single Patreon username
5+
# open_collective: # Replace with a single Open Collective username
6+
# ko_fi: # Replace with a single Ko-fi username
7+
# tidelift: #npm/xxxx
8+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
custom: https://jaywcjlove.github.io/#/sponsor

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- run: npm install
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
user_name: 'github-actions[bot]'
4343
user_email: 'github-actions[bot]@users.noreply.github.com'
44-
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
44+
commit_message: ${{ github.event.head_commit.message }}
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
publish_dir: ./dist
4747

@@ -61,6 +61,8 @@ jobs:
6161
name: ${{ steps.create_tag.outputs.version }}
6262
tag: ${{ steps.create_tag.outputs.version }}
6363
body: |
64+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
65+
6466
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/vim-web/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
6567
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
6668

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
</p>
66
<!--rehype:style=height: 210px; display: flex; align-items: center; justify-content: center;-->
77

8+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
9+
810
[Nginx](https://nginx.org/en/) 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务器并发能力。采用了模块化设计,提供了丰富模块的第三方模块。
911

1012
所以关于 Nginx,有这些标签:「异步」「事件」「模块化」「高性能」「高并发」「反向代理」「负载均衡」

0 commit comments

Comments
 (0)