feat(notification): 为自动代理统计报告添加日期前缀

This commit is contained in:
2025-05-15 16:39:56 +08:00
parent 0b038e2997
commit a5d733c8df

View File

@@ -631,8 +631,9 @@ class MaaManager(QObject):
if (run_book["Annihilation"] and run_book["Routine"])
else "代理任务未全部完成"
)
current_date = datetime.now().strftime("%m-%d")
self.push_notification(
"统计信息", f"用户 {user[0]} 的自动代理统计报告", statistics
"统计信息", f"{current_date} | 用户 {user[0]} 的自动代理统计报告", statistics
)
if run_book["Annihilation"] and run_book["Routine"]: