diff --git a/web/src/lib/components/filter-option-editor.svelte b/web/src/lib/components/filter-option-editor.svelte index 5b7df12..ad9d981 100644 --- a/web/src/lib/components/filter-option-editor.svelte +++ b/web/src/lib/components/filter-option-editor.svelte @@ -10,174 +10,179 @@ $props(); -
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - - -
- -

排在前面的编码格式优先级更高

-
- {#each value.codecs as codec, index (index)} -
- {index + 1} - {codec} -
- - - -
-
- {/each} - - {#if value.codecs.length < 3} +
+
+ +

+ 根据质量过滤视频音频流,条件过于严苛可能导致视频无可用流 +

+
- -
- {#each ['AV1', 'HEV', 'AVC'] as codec (codec)} - {#if !value.codecs.includes(codec)} - - {/if} - {/each} -
+ +
- {/if} -
-
- - - -
- -

排除某些类型的特殊流

-
- - -
-
- - -
-
- - -
-
- - +
+ + +
+
+ + +
+
+ + +
+
+
+ + + +
+ +

排在前面的编码格式优先级更高

+
+ {#each value.codecs as codec, index (index)} +
+ {index + 1} + {codec} +
+ + + +
+
+ {/each} + + {#if value.codecs.length < 3} +
+ +
+ {#each ['AV1', 'HEV', 'AVC'] as codec (codec)} + {#if !value.codecs.includes(codec)} + + {/if} + {/each} +
+
+ {/if} +
+
+ + + +
+ +

排除某些类型的特殊流

+
+ + +
+
+ + +
+
+ + +
+
+ + +
diff --git a/web/src/routes/video-sources/+page.svelte b/web/src/routes/video-sources/+page.svelte index b18de5e..ffc2471 100644 --- a/web/src/routes/video-sources/+page.svelte +++ b/web/src/routes/video-sources/+page.svelte @@ -607,23 +607,22 @@
{/if} -
-
- -
- -

关闭时继承全局过滤设置

-
-
- {#if editFilterOption} - - {/if} -
-
(editForm.rule = rule)} />
+ +
+
+ + +
+ {#if editFilterOption} +
+ +
+ {/if} +