From 5a0e20284757753368e96d17f8d24cd17bbca7f8 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 17 Jul 2023 00:14:19 +0800 Subject: [PATCH] chore: add sponsorship entry and sponsor image (#4233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 添加[爱发电](https://afdian.net/a/halo-dev)的赞助入口,以及在 README 上添加 Sponsors 图像,此图像会在 https://github.com/halo-sigs/sponsor-images 仓库中自动更新。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- .github/FUNDING.yml | 1 + README.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..b7ea980d3 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ["https://afdian.net/a/halo-dev"] diff --git a/README.md b/README.md index 31304546f..20339ea45 100755 --- a/README.md +++ b/README.md @@ -55,6 +55,16 @@ docker run \ Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。 +## 赞助 + +如果 Halo 对你有帮助,欢迎[赞助我们](https://afdian.net/a/halo-dev),感谢以下赞助者对 Halo 项目的支持: + +

+ + sponsors + +

+ ## 贡献 参考 [CONTRIBUTING](https://github.com/halo-dev/halo/blob/master/CONTRIBUTING.md)。