添加全局异常错误提示

This commit is contained in:
shuaikangzhou
2024-01-21 22:24:17 +08:00
parent f77a24ce4d
commit 4d9275d667
3 changed files with 24 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
self.outputThread.start()
elif self.sender() == self.action_batch_export:
dialog = ExportDialog(None, title='批量导出聊天记录', parent=self)
result = dialog.exec_() # 使用exec_()获取用户的操作结果
result = dialog.exec_() # 使用exec_()获取用户的操作结果
def message(self, msg):
self.stopBusy()

View File

@@ -231,10 +231,12 @@
</div>
<div class="section" style="text-align: center;display:flex;justify-content: center;align-items: center;">
<h1 style="text-align: center;">敬请期待</h1>
<a href="https://memotrace.lc044.love/" target="_blank">点击生成我的年度聊天报告</a>
<h1>分享此页面</h1>
<button onclick="confirmUpload()">上传并显示二维码</button>
<div id="qrcode"></div>
<a href="https://memotrace.lc044.love/" target="_blank">https://memotrace.lc044.love/</a>
</div>
<!-- Add more sections as needed -->
</div>