diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index e137534b..2d8fe2e0 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,3 +1,4 @@
 # These are supported funding model platforms
 
 github: [fatedier]
+custom: ["https://afdian.net/a/fatedier"]
diff --git a/README_zh.md b/README_zh.md
index 7a4124b8..951a7938 100644
--- a/README_zh.md
+++ b/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 文件中。
 
 ### 知识星球
diff --git a/Release.md b/Release.md
index 49667df1..cff4dbc1 100644
--- a/Release.md
+++ b/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.