消息推送

This commit is contained in:
not-like-juvenile
2026-03-10 16:39:50 +08:00
parent ee9fabd806
commit e67016a6f4
18 changed files with 1176 additions and 49 deletions

View File

@@ -9,5 +9,6 @@
"RETRY_INITIAL_MS": "5000",
"RETRY_FACTOR": "2",
"RETRY_MAX_MS": "3600000",
"PORT": "7301"
"PUSH_SERVER_PORT": "7301",
"WEBHOOK_PORT": "7201"
}