mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-08 23:12:13 +08:00
修复福利屏蔽
This commit is contained in:
@@ -375,7 +375,7 @@ export default {
|
||||
},
|
||||
filteredList () {
|
||||
var filteredData = this.list.filter(x => (this.selectedAreas.length === 0) || this.selectedAreas.includes(x.area))
|
||||
filteredData = filteredData.filter(res => !setting.excludeR18Films || !this.containsR18Keywords(res.type))
|
||||
filteredData = filteredData.filter(res => !this.setting.excludeR18Films || !this.containsR18Keywords(res.type))
|
||||
return filteredData
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user