refactor(notification): 重构 Server酱 推送服务
This commit is contained in:
@@ -152,8 +152,6 @@ class Notification(QWidget):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import re
|
|
||||||
|
|
||||||
# 构造 URL
|
# 构造 URL
|
||||||
if send_key.startswith("sctp"):
|
if send_key.startswith("sctp"):
|
||||||
match = re.match(r"^sctp(\d+)t", send_key)
|
match = re.match(r"^sctp(\d+)t", send_key)
|
||||||
|
|||||||
Reference in New Issue
Block a user