feat(services): 通知标题添加脚本实例信息

This commit is contained in:
DLmaster
2025-02-08 12:25:48 +08:00
parent d13fbb063d
commit 0c123e9389
2 changed files with 12 additions and 14 deletions

View File

@@ -54,10 +54,7 @@ class Task(QThread):
accomplish = Signal(list)
def __init__(
self,
mode: str,
name: str,
info: Dict[str, Dict[str, Union[str, int, bool]]],
self, mode: str, name: str, info: Dict[str, Dict[str, Union[str, int, bool]]]
):
super(Task, self).__init__()
@@ -67,6 +64,8 @@ class Task(QThread):
self.logs = []
self.question_response.connect(lambda: print("response"))
def run(self):
if "设置MAA" in self.mode: