mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2025-07-07 20:16:07 +08:00
更新
This commit is contained in:
parent
7a7e927442
commit
d91c807905
|
@ -14,7 +14,7 @@
|
||||||
- 支持好友和群管理
|
- 支持好友和群管理
|
||||||
|
|
||||||
## 支持的微信版本下载
|
## 支持的微信版本下载
|
||||||
- 官方下载 [WeChatSetup3.6.0.18.exe](https://webcdn.m.qq.com/spcmgr/download/WeChat3.6.0.18.exe)
|
- 下载 [WeChatSetup3.6.0.18.exe](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.6.0.18/WeChatSetup-3.6.0.18.exe)
|
||||||
|
|
||||||
## 帮助文档
|
## 帮助文档
|
||||||
- 查看 [常见问题](docs/FAQ.md)
|
- 查看 [常见问题](docs/FAQ.md)
|
||||||
|
|
|
@ -256,6 +256,5 @@ async def send_gif(model: models.SendPatReqModel):
|
||||||
return response_json(1, data)
|
return response_json(1, data)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
uvicorn.run(app=app, host='0.0.0.0', port=8000)
|
uvicorn.run(app=app, host='0.0.0.0', port=8000)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user