文件清理

This commit is contained in:
robin
2026-02-14 17:12:38 +08:00
parent f38505e210
commit 4259026c6e
22 changed files with 152 additions and 63 deletions

View File

@@ -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 () {

View File

@@ -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 () {

View File

@@ -43,7 +43,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>
@@ -74,4 +74,4 @@ Vue.component("http-hls-config-box", {
</table>
<div class="margin"></div>
</div>`
})
})

View File

@@ -1,3 +1,3 @@
<first-menu>
<menu-item code="hls" :href="'.hls?serverId=' + server.id">HLS</menu-item>
</first-menu>
<menu-item code="hls" :href="'.hls?serverId=' + server.id">启用HLS加密配</menu-item>
</first-menu>

View File

@@ -3,14 +3,12 @@
{$template "/left_menu_with_menu"}
<div class="right-box with-menu">
{$template "menu"}
<form class="ui form" data-tea-success="success" data-tea-action="$">
<csrf-token></csrf-token>
<input type="hidden" name="webId" :value="webId"/>
<h4>HLS加密设置</h4>
<http-hls-config-box v-model="hlsConfig"></http-hls-config-box>
<submit-btn></submit-btn>
</form>
</div>
</div>