优化pyqt群聊显示

This commit is contained in:
shuaikangzhou
2024-01-07 21:03:05 +08:00
parent cc281fb352
commit 4a8556a3e0
6 changed files with 30 additions and 18 deletions

View File

@@ -3,7 +3,6 @@ import os
from app.DataBase import msg_db
from app.DataBase.output import ExporterBase
from app.DataBase.package_msg import PackageMsg
class CSVExporter(ExporterBase):

View File

@@ -11,7 +11,6 @@ from docx.oxml.ns import qn
from app.DataBase import msg_db, hard_link_db
from app.DataBase.output import ExporterBase, escape_js_and_html
from app.DataBase.package_msg import PackageMsg
from app.person import Me
from app.util.compress_content import parser_reply, share_card, music_share
from app.util.image import get_image_abs_path

View File

@@ -8,7 +8,6 @@ from PyQt5.QtCore import pyqtSignal, QThread
from app.DataBase import msg_db, hard_link_db, media_msg_db
from app.DataBase.output import ExporterBase, escape_js_and_html
from app.DataBase.package_msg import PackageMsg
from app.log import logger
from app.person import Me
from app.util import path

View File

@@ -2,7 +2,6 @@ import os
from app.DataBase import msg_db
from app.DataBase.output import ExporterBase
from app.DataBase.package_msg import PackageMsg
from app.util.compress_content import parser_reply, share_card