新增 消息定时推送功能

This commit is contained in:
liuwei
2025-06-10 11:24:08 +08:00
parent a83c627747
commit a7e40784a7
8 changed files with 2015 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
# 从当前包的main模块导入MessagePushTask类
from .main import MessagePushTask
# 提供get_plugin函数返回插件实例
def get_plugin():
"""获取插件实例"""
return MessagePushTask()