修复聊天记录图片无法显示的问题。 #49

This commit is contained in:
xaoyaoo 2023-12-18 08:34:11 +08:00
parent 30d9242451
commit a1d72a0595
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 更新日志
## v2.3.22 (2023-12-18)
### 优化
- 修复图片无法显示的bug
## v2.3.11 (2023-12-11)
### 优化

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
version = "2.3.21"
version = "2.3.22"
install_requires = [
"psutil",