不显示路径

This commit is contained in:
liuwei
2026-04-21 15:32:21 +08:00
parent 0b43bb7fe9
commit 1742f19120

View File

@@ -110,7 +110,7 @@ class SehuatangPushPlugin(MessagePluginInterface):
for gid in target_groups:
try:
# 历史系统任务仅发送提醒文本,这里保持一致,避免引入文件发送兼容风险。
await self.bot.send_at_message(gid, f"98堂 PDF已就绪请手动发送\n文件: {path}", [at_user])
await self.bot.send_at_message(gid, f"98堂 PDF已就绪请手动发送", [at_user])
success_groups.append(gid)
except Exception as e:
failed_groups[gid] = str(e)