fix rules

This commit is contained in:
jxxghp
2023-10-13 11:41:27 +08:00
parent c94d5f7e7d
commit fa097651f4
2 changed files with 15 additions and 9 deletions
+4 -4
View File
@@ -243,10 +243,6 @@ const resolutionOptions = ref([
title: '全部',
value: '',
},
{
title: '8K',
value: '8K|4320p|x4320',
},
{
title: '4k',
value: '4K|2160p|x2160',
@@ -279,6 +275,10 @@ const effectOptions = ref([
title: 'HDR',
value: '[\\s.]+HDR[\\s.]+|HDR10|HDR10\\+',
},
{
title: 'SDR',
value: '[\\s.]+SDR[\\s.]+',
},
])
</script>