v3.7.0.30.18
This commit is contained in:
parent
d35d9ae6b2
commit
c8e6558cb6
@ -112,6 +112,9 @@ RPC 的通信部分和序列化 / 反序列化部分。
|
|||||||
跟 `launcher` 类似,命令行版启动器。
|
跟 `launcher` 类似,命令行版启动器。
|
||||||
|
|
||||||
## 版本更新
|
## 版本更新
|
||||||
|
### v3.7.0.30.18(2023.03.05)
|
||||||
|
修复添加好友问题。
|
||||||
|
|
||||||
### v3.7.0.30.17(2023.03.05)
|
### v3.7.0.30.17(2023.03.05)
|
||||||
修复获取登录账号 wxid 问题。
|
修复获取登录账号 wxid 问题。
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ WCF_ROOT = os.path.abspath(os.path.dirname(__file__))
|
|||||||
sys.path.insert(0, WCF_ROOT)
|
sys.path.insert(0, WCF_ROOT)
|
||||||
import wcf_pb2 # noqa
|
import wcf_pb2 # noqa
|
||||||
|
|
||||||
__version__ = "3.7.0.30.17"
|
__version__ = "3.7.0.30.18"
|
||||||
|
|
||||||
|
|
||||||
def _retry():
|
def _retry():
|
||||||
|
Loading…
Reference in New Issue
Block a user