mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 02:22:17 +08:00
上传停用词文件
This commit is contained in:
parent
eed226b04c
commit
b3745867c6
@ -1,8 +1,9 @@
|
||||
version = '0.2.6'
|
||||
version = '0.2.7'
|
||||
contact = '474379264'
|
||||
description = [
|
||||
'1. 支持获取个人信息<br>',
|
||||
'2. 支持显示聊天界面<br>',
|
||||
'3. 支持导出聊天记录<br> * csv<br> * html<br>',
|
||||
'4. 查找联系人<br>',
|
||||
'5. 生成年度报告<br>',
|
||||
]
|
||||
|
2560
app/resources/stopwords.txt
Normal file
2560
app/resources/stopwords.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
chat_window1.png
BIN
chat_window1.png
Binary file not shown.
Before Width: | Height: | Size: 178 KiB |
@ -9,7 +9,7 @@ from PyQt5.QtWidgets import *
|
||||
from app.log import logger
|
||||
from app.ui_pc import mainview
|
||||
from app.ui_pc.tool.pc_decrypt import pc_decrypt
|
||||
|
||||
from app.config import version
|
||||
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID("WeChatReport")
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ class ViewController(QWidget):
|
||||
self.viewMainWindow = mainview.MainWinController(username=username)
|
||||
self.viewMainWindow.exitSignal.connect(self.close)
|
||||
try:
|
||||
self.viewMainWindow.setWindowTitle("留痕")
|
||||
self.viewMainWindow.setWindowTitle(f"留痕-{version}")
|
||||
self.viewMainWindow.show()
|
||||
end = time.time()
|
||||
print('ok', '本次加载用了', end - start, 's')
|
||||
|
Loading…
Reference in New Issue
Block a user