From d3d64ec68fdcc2401ac9fdbac191101ecb9d1be2 Mon Sep 17 00:00:00 2001 From: Changhua Date: Mon, 8 May 2023 16:01:44 +0800 Subject: [PATCH] Update README --- README.MD | 2 +- http/README.MD | 6 +++++- python/README.MD | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index a2f6d3e..92972a3 100644 --- a/README.MD +++ b/README.MD @@ -48,7 +48,7 @@ 参考 [Go README.MD](go/README.MD) ### HTTP -[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) +[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) [![Downloads](https://static.pepy.tech/badge/wcfhttp)](https://pypi.python.org/pypi/wcfhttp) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest) * 安装 ```sh diff --git a/http/README.MD b/http/README.MD index c962575..5424440 100644 --- a/http/README.MD +++ b/http/README.MD @@ -1,5 +1,5 @@ # WeChatFerry HTTP 客户端 -[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) +[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp) [![Downloads](https://static.pepy.tech/badge/wcfhttp)](https://pypi.python.org/pypi/wcfhttp) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest) 基于 [wcferry](https://pypi.org/project/wcferry/) 封装的 HTTP 客户端。 @@ -26,3 +26,7 @@ wcfhttp --cb http://your_host:your_port/callback ### 接收消息回调接口文档 参考文档(默认地址为:http://localhost:9999/docs )`接收消息回调样例`。 + +|![碲矿](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/TEQuant.jpg)|![赞赏](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/QR.jpeg)| +|:-:|:-:| +|后台回复 `WeChatFerry` 加群交流|如果你觉得有用| diff --git a/python/README.MD b/python/README.MD index 65d70c1..d714730 100644 --- a/python/README.MD +++ b/python/README.MD @@ -91,6 +91,10 @@ if __name__ == "__main__": ``` +|![碲矿](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/TEQuant.jpg)|![赞赏](https://raw.githubusercontent.com/lich0821/WeChatFerry/master/QR.jpeg)| +|:-:|:-:| +|后台回复 `WeChatFerry` 加群交流|如果你觉得有用| + ## 一起开发 ### 配置环境 ```sh