添加 Bilibili 视频解析的插件

This commit is contained in:
2025-10-13 18:12:39 +08:00
parent 7c1bac64c9
commit 8d4f74dafe
5 changed files with 93 additions and 2 deletions

View File

@ -187,7 +187,7 @@ async def _(msg: UniMsg, mEvt: Event):
notify_time=target_time,
notify_msg=notify_text,
)
task = create_notify_task(notify)
create_notify_task(notify)
cfg.notifies.append(notify)
save_notify_config(cfg)