refactor(notification): 重构 Server酱 推送服务

This commit is contained in:
2025-05-04 16:25:46 +08:00
parent ddf5d26c4b
commit e45ad08fab

View File

@@ -152,8 +152,6 @@ class Notification(QWidget):
return None
try:
import re
# 构造 URL
if send_key.startswith("sctp"):
match = re.match(r"^sctp(\d+)t", send_key)