File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
registry-url : ' https://registry.npmjs.org'
16
16
17
17
- run : npm install
41
41
with :
42
42
user_name : ' github-actions[bot]'
43
43
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 }}
45
45
github_token : ${{ secrets.GITHUB_TOKEN }}
46
46
publish_dir : ./dist
47
47
61
61
name : ${{ steps.create_tag.outputs.version }}
62
62
tag : ${{ steps.create_tag.outputs.version }}
63
63
body : |
64
+ [](https://jaywcjlove.github.io/#/sponsor)
65
+
64
66
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/vim-web/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
65
67
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
66
68
Original file line number Diff line number Diff line change 5
5
</p >
6
6
<!-- rehype:style=height: 210px; display: flex; align-items: center; justify-content: center;-->
7
7
8
+ [ ![ Buy me a coffee] ( https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee )] ( https://jaywcjlove.github.io/#/sponsor )
9
+
8
10
[ Nginx] ( https://nginx.org/en/ ) 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务器并发能力。采用了模块化设计,提供了丰富模块的第三方模块。
9
11
10
12
所以关于 Nginx,有这些标签:「异步」「事件」「模块化」「高性能」「高并发」「反向代理」「负载均衡」
You can’t perform that action at this time.
0 commit comments