Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codehub_review_stats.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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秒后自动关闭
};

// 获取当前月份的开始和结束时间
Expand Down Expand Up @@ -222,7 +222,7 @@
检视意见数量: ${result.total}
</p>
<p style="margin: 0; color: #666; font-size: 14px;">
此弹层将在5秒后自动关闭
此弹层将在10秒后自动关闭
</p>
`;
content.appendChild(statsText);
Expand Down