Explorar o código

update FUNDING.yml (#3520)

fatedier hai 1 ano
pai
achega
8f105adbca
Modificáronse 3 ficheiros con 7 adicións e 13 borrados
  1. 1 0
      .github/FUNDING.yml
  2. 6 2
      README_zh.md
  3. 0 11
      Release.md

+ 1 - 0
.github/FUNDING.yml

@@ -1,3 +1,4 @@
 # These are supported funding model platforms
 
 github: [fatedier]
+custom: ["https://afdian.net/a/fatedier"]

+ 6 - 2
README_zh.md

@@ -70,14 +70,18 @@ frp 是一个免费且开源的项目,我们欢迎任何人为其开发和进
 
 **提醒:和项目相关的问题最好在 [issues](https://github.com/fatedier/frp/issues) 中反馈,这样方便其他有类似问题的人可以快速查找解决方法,并且也避免了我们重复回答一些问题。**
 
-## 
+## 
 
 如果您觉得 frp 对你有帮助,欢迎给予我们一定的捐助来维持项目的长期发展。
 
-### GitHub Sponsors
+### Sponsors
+
+长期赞助可以帮助我们保持项目的持续发展。
 
 您可以通过 [GitHub Sponsors](https://github.com/sponsors/fatedier) 赞助我们。
 
+国内用户可以通过 [爱发电](https://afdian.net/a/fatedier) 赞助我们。
+
 企业赞助者可以将贵公司的 Logo 以及链接放置在项目 README 文件中。
 
 ### 知识星球

+ 0 - 11
Release.md

@@ -1,12 +1 @@
 ### Features
-
-* frpc supports connecting to frps via the wss protocol by enabling the configuration `protocol = wss`.
-* frpc supports stopping the service through the stop command.
-
-### Improvements
-
-* service.Run supports passing in context.
-
-### Fixes
-
-* Fix an issue caused by a bug in yamux that prevents wss from working properly in certain plugins.