feat(notification): 程序优化

- loguru开始捕获子线程异常
- 通知服务添加校验项
This commit is contained in:
DLmaster
2025-03-24 15:05:27 +08:00
parent 088ea1817c
commit a80e96c2cd
5 changed files with 66 additions and 14 deletions

View File

@@ -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:

View File

@@ -66,6 +66,7 @@ class Task(QThread):
self.question_response.connect(lambda: print("response"))
@logger.catch
def run(self):
if "设置MAA" in self.mode: