update version

This commit is contained in:
shuaikangzhou 2023-12-09 23:57:11 +08:00
parent 0b04b8b45e
commit bf8fe3c60c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version = '0.2.7'
version = '0.2.8'
contact = '474379264'
description = [
'1. 支持获取个人信息<br>',

View File

@ -146,7 +146,7 @@ class ShowChatThread(QThread):
# heightSingal = pyqtSignal(int)
def __init__(self, contact):
super().__init__()
self.last_message_id = 99999999
self.last_message_id = 9999999999
self.wxid = contact.wxid
def run(self) -> None: