更新wx选择的路径

This commit is contained in:
shuaikangzhou
2023-11-20 22:30:31 +08:00
parent c635de8eed
commit 8851406708
12 changed files with 226 additions and 139 deletions

View File

@@ -6,6 +6,9 @@ from PyQt5.QtCore import pyqtSignal, QThread
from . import msg
from ..log import log
if not os.path.exists('./data/聊天记录'):
os.mkdir('./data/聊天记录')
class Output(QThread):
"""