Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo

This commit is contained in:
imeepos 2025-07-11 16:40:08 +08:00
commit a571ea8b32
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ const ProjectMaterialsCenter: React.FC<ProjectMaterialsCenterProps> = ({
})
// 类型过滤
let matchesType = material.tags.includes(filterType)
let matchesType = filterType === 'all' ? true : material.tags.includes(filterType)
// 使用状态过滤
let matchesUsage = true