From 5178984a239b547300cfb0748977788c707d2de4 Mon Sep 17 00:00:00 2001
From: Cursor Agent
Date: Fri, 25 Jul 2025 10:52:51 +0000
Subject: [PATCH] Increase auto-close delay from 5 to 10 seconds in review
stats popup
Co-authored-by: minshiwu
---
codehub_review_stats.user.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/codehub_review_stats.user.js b/codehub_review_stats.user.js
index aec3262..6e58fa8 100644
--- a/codehub_review_stats.user.js
+++ b/codehub_review_stats.user.js
@@ -15,7 +15,7 @@
const CONFIG = {
PROPOSER_ID: '736', // 固定的检视人ID
GROUP_ID: '17645', // 从URL中提取的组ID
- AUTO_CLOSE_DELAY: 5000 // 5秒后自动关闭
+ AUTO_CLOSE_DELAY: 10000 // 10秒后自动关闭
};
// 获取当前月份的开始和结束时间
@@ -222,7 +222,7 @@
检视意见数量: ${result.total}
- 此弹层将在5秒后自动关闭
+ 此弹层将在10秒后自动关闭
`;
content.appendChild(statsText);