Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo
This commit is contained in:
commit
a571ea8b32
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue