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);