Skip to content

Commit ff01b40

Browse files
committed
fix: 通知格式改为'{番剧名} 更新啦'
1 parent 087052b commit ff01b40

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • backend/src/module/notification

backend/src/module/notification/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def _format_message(self, notify: Notification) -> str:
6161
bangumi_parts.append(part)
6262
title = os.sep.join(bangumi_parts) if bangumi_parts else parts[-1]
6363
return (
64-
f"最新一集更新啦\n"
65-
f"番剧名称:{title}\n"
64+
f"{title} 更新啦\n"
6665
f"更新集数: 第{notify.episode}集"
6766
)

0 commit comments

Comments
 (0)