We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087052b commit ff01b40Copy full SHA for ff01b40
1 file changed
backend/src/module/notification/base.py
@@ -61,7 +61,6 @@ def _format_message(self, notify: Notification) -> str:
61
bangumi_parts.append(part)
62
title = os.sep.join(bangumi_parts) if bangumi_parts else parts[-1]
63
return (
64
- f"最新一集更新啦\n"
65
- f"番剧名称:{title}\n"
+ f"{title} 更新啦\n"
66
f"更新集数: 第{notify.episode}集"
67
)
0 commit comments