This commit is contained in:
Cheng Zheng
2025-12-20 13:42:03 +08:00
parent 57e9b3e238
commit e71a840143

View File

@@ -65,7 +65,10 @@ def main():
has_success = any(r.content == SUCCESS_EMOJI for r in reactions) has_success = any(r.content == SUCCESS_EMOJI for r in reactions)
if has_trigger and not has_success: if has_trigger and not has_success:
print(f"处理评论 ID: {comment.id}") print(f"\n{'='*60}")
print(f"处理评论:\n{comment.body}")
print(f"\n评论链接:{comment.html_url}")
print(f"{'='*60}\n")
cleaned_body = remove_quote_blocks(comment.body) cleaned_body = remove_quote_blocks(comment.body)