diff --git a/README.md b/README.md
index b0c93fb..9c8407f 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,6 @@ MediaCrawler视频教程课程已录制完结,包含入门教程使用、源
抖音学浪课程链接:https://v.douyin.com/iYeQFyAf/
## 感谢下列Sponsors对本仓库赞助
-全球ip代理超新星
-
-
通过注册这个款免费的GPT助手,帮我获取GPT4额度作为支持。也是我每天在用的一款chrome AI助手插件
@@ -39,7 +36,11 @@ MediaCrawler视频教程课程已录制完结,包含入门教程使用、源
## MediaCrawler爬虫项目交流群:
> 7天有效期,自动更新
-![img.png](static/images/2群二维码.png)
+
+
+![img.png](static/images/3群二维码.jpg)
+
+
## 使用方法
diff --git a/proxy/base_proxy.py b/proxy/base_proxy.py
index cd1a4cc..40ed75f 100644
--- a/proxy/base_proxy.py
+++ b/proxy/base_proxy.py
@@ -21,7 +21,7 @@ class IpGetError(Exception):
class ProxyProvider(ABC):
@abstractmethod
- async def get_proxies(self, num: int) -> List[Dict]:
+ async def get_proxies(self, num: int) -> List[IpInfoModel]:
"""
获取 IP 的抽象方法,不同的 HTTP 代理商需要实现该方法
:param num: 提取的 IP 数量
diff --git a/static/images/2群二维码.png b/static/images/2群二维码.png
deleted file mode 100644
index 7db22ca..0000000
Binary files a/static/images/2群二维码.png and /dev/null differ
diff --git a/static/images/3群二维码.JPG b/static/images/3群二维码.JPG
new file mode 100644
index 0000000..58f6ab1
Binary files /dev/null and b/static/images/3群二维码.JPG differ