修复聊天记录图片无法显示的问题。 #49
This commit is contained in:
parent
30d9242451
commit
a1d72a0595
@ -1,5 +1,11 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## v2.3.22 (2023-12-18)
|
||||||
|
|
||||||
|
### 优化
|
||||||
|
|
||||||
|
- 修复图片无法显示的bug
|
||||||
|
|
||||||
## v2.3.11 (2023-12-11)
|
## v2.3.11 (2023-12-11)
|
||||||
|
|
||||||
### 优化
|
### 优化
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||||||
with open("README.md", "r", encoding="utf-8") as fh:
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "2.3.21"
|
version = "2.3.22"
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"psutil",
|
"psutil",
|
||||||
|
Loading…
Reference in New Issue
Block a user