chore: 前端小修改,ua 随机范围添加 windows (#470)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user