chore: 前端小修改,ua 随机范围添加 windows (#470)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-09-25 00:50:17 +08:00
committed by GitHub
parent 3d25c6b321
commit 61c9e7de88
3 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@
style: string;
} {
if (!shouldDownload) {
// 被筛选规则排除,显示为“跳过”
// 被过滤规则排除,显示为“跳过”
return { text: '跳过', style: 'bg-gray-100 text-gray-700' };
}
const completed = downloadStatus.filter((status) => status === 7).length;