文件清理
This commit is contained in:
@@ -11247,7 +11247,7 @@ Vue.component("http-hls-config-box", {
|
||||
<table class="ui table definition selectable" v-show="isOn()">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="title">启用HLS加密</td>
|
||||
<td class="title">启用HLS加密配置</td>
|
||||
<td>
|
||||
<checkbox v-model="encryptingConfig.isOn"></checkbox>
|
||||
<p class="comment">启用后,系统会自动在<code-label>.m3u8</code-label>文件中加入<code-label>#EXT-X-KEY:METHOD=AES-128...</code-label>,并将其中的<code-label>.ts</code-label>文件内容进行加密。</p>
|
||||
@@ -11280,6 +11280,7 @@ Vue.component("http-hls-config-box", {
|
||||
</div>`
|
||||
})
|
||||
|
||||
|
||||
Vue.component("http-host-redirect-box", {
|
||||
props: ["v-redirects"],
|
||||
mounted: function () {
|
||||
|
||||
Reference in New Issue
Block a user