feat(notification): 程序优化
- loguru开始捕获子线程异常 - 通知服务添加校验项
This commit is contained in:
@@ -52,7 +52,7 @@ from typing import Union, Dict, List, Tuple
|
||||
|
||||
class AppConfig:
|
||||
|
||||
VERSION = "4.2.5.7"
|
||||
VERSION = "4.2.5.8"
|
||||
|
||||
def __init__(self) -> None:
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ class Task(QThread):
|
||||
|
||||
self.question_response.connect(lambda: print("response"))
|
||||
|
||||
@logger.catch
|
||||
def run(self):
|
||||
|
||||
if "设置MAA" in self.mode:
|
||||
|
||||
Reference in New Issue
Block a user