功能补充

This commit is contained in:
qsc
2026-01-25 23:19:28 +08:00
parent 9b4779aeae
commit 6ebddccc80
5 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class AsyncTask:
async def init_tasks(self):
settings = [
("kfjk", "开服监控", lambda: self.jx3fun.kaifu(self.server)),
("xwzx", "新闻资讯", lambda: self.jx3fun.xinwen()),
("xwzx", "新闻资讯", lambda: self.jx3fun.xinwen(1)),
("smxx", "刷马消息", lambda: self.jx3fun.shuamamsg(self.server,type="horse",subtype="foreshow")),
("ctxx", "赤兔消息", lambda: self.jx3fun.shuamamsg(self.server,type="chitu-horse",subtype="share_msg")),
]