v3.7.0.30.25

This commit is contained in:
Changhua 2023-05-05 20:47:21 +08:00
parent 16d297c28e
commit c094b77d55
2 changed files with 8 additions and 1 deletions

View File

@ -139,6 +139,13 @@ Rust 客户端。
## 版本更新
<details><summary>点击查看</summary>
### v3.7.0.30.25 (2023.05.05)
* 修复群消息判断错误
* 修复名片添加好友问题
* 修复获取数据库多余字符问题
* 添加 Python 文档
* Python 客户端发送图片支持网络路径
### v3.7.0.30.24 (2023.04.19)
实现了一个功能。

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
__version__ = "3.7.0.30.24"
__version__ = "3.7.0.30.25"
import atexit
import base64