fix post_message

This commit is contained in:
jxxghp
2025-11-17 13:33:01 +08:00
parent 8bf9b6e7cb
commit 6a492198a8
9 changed files with 25 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ class WebPushModule(_ModuleBase, _MessageBase):
def init_setting(self) -> Tuple[str, Union[str, bool]]:
pass
def post_message(self, message: Notification) -> None:
def post_message(self, message: Notification, **kwargs) -> None:
"""
发送消息
:param message: 消息内容