修复自动刷新问题

This commit is contained in:
eoao
2025-06-03 13:29:52 +08:00
parent 9b8598da57
commit 3190b47bb9
11 changed files with 45 additions and 38 deletions

View File

@@ -33,7 +33,8 @@ export const emailConst = {
DELIVERED: 2,
BOUNCED: 3,
COMPLAINED: 4,
DELAYED: 5
DELAYED: 5,
SAVING: 6
}
}