This commit is contained in:
STDquantum 2024-02-03 01:30:31 +08:00
parent 6d1a4d1e2a
commit 382ca86343

View File

@ -49,7 +49,7 @@ class ExportDialog(QDialog, Ui_Dialog):
if file_type == 'html':
self.export_type = Output.HTML
self.export_choices = {"文本": True, "图片": True, "语音": False, "视频": False, "表情包": False,
'音乐与音频': False, '分享卡片': False, '文件': False, '转账': False, '音视频通话': False,
'音乐与音频': False, '分享卡片': False, '文件': False,
'转账': False, '音视频通话': False,'拍一拍等系统消息': True} # 定义导出的数据类型,默认全部选择
elif file_type == 'csv':
self.export_type = Output.CSV