修复 HTTP H.264 模式

其他修改
This commit is contained in:
mofeng-git
2025-02-01 08:31:27 +00:00
parent 7b3335ea94
commit 9da06d3f58
12 changed files with 264 additions and 145 deletions

View File

@@ -142,7 +142,7 @@
</div>
</li>
</div>
<li class="right" id="system-dropdown"><a class="menu-button" href="#"><img class="led-gray" id="link-led" src="/share/svg/led-link.svg"><img class="led-gray" id="stream-led" src="/share/svg/led-video.svg"><img class="led-gray" id="hid-keyboard-led" src="/share/svg/led-hid-keyboard.svg"><img class="led-gray" id="hid-mouse-led" src="/share/svg/led-hid-mouse.svg"><span>System</span></a>
<li class="right" id="system-dropdown"><a class="menu-button" href="#"><img class="led-gray" id="link-led" src="/share/svg/led-link.svg"><img class="led-gray" id="stream-led" src="/share/svg/led-video.svg"><img class="led-gray" id="hid-keyboard-led" src="/share/svg/led-hid-keyboard.svg"><img class="led-gray" id="hid-mouse-led" src="/share/svg/led-hid-mouse.svg"><span i18n="kvm_text3">System</span></a>
<div class="menu" id="system-menu">
<table class="kv">
<tr>
@@ -302,7 +302,6 @@
</tr>
</table>
<details>
<summary>Keyboard &amp; mouse (HID) settings</summary>
<summary i18n="kvm_text25">Keyboard &amp; Mouse (HID) settings</summary>
<div class="spoiler">
<table class="kv">
@@ -448,7 +447,6 @@
</tr>
<tr>
<td i18n="hid-mute-switch">Mute HID input events:</td>
<td>Mute all input HID events:</td>
<td align="right">
<div class="switch-box">
<input type="checkbox" id="hid-mute-switch">
@@ -539,8 +537,8 @@
<div class="text">
<table>
<tr>
<td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td>
<td style="line-height:1.5"><b>Current image is too big for CD-ROM!</b></td>
<td rowspan="2"><img class="sign msd-message-too-big-for-dvd" src="/share/svg/warning.svg"></td>
<td style="line-height:1.5"><b>Current image is too big for DVD!</b></td>
</tr>
<tr>
<td><sup style="line-height:1">The maximum is 31.6GiB. Please switch to the Flash mode.</sup></td>
@@ -787,7 +785,7 @@
</table>
<table class="kv">
<tr>
<td>Slow typing:</td>
<td i18n="hid-pak-slow-switch">Slow typing:</td>
<td align="right">
<div class="switch-box">
<input type="checkbox" id="hid-pak-slow-switch">
@@ -796,7 +794,7 @@
</td>
</tr>
<tr>
<td>Hide input text:</td>
<td i18n="hid-pak-secure-switch">Hide input text:</td>
<td align="right">
<div class="switch-box">
<input type="checkbox" id="hid-pak-secure-switch">
@@ -805,7 +803,7 @@
</td>
</tr>
<tr>
<td>Ask paste confirmation:</td>
<td i18n="hid-pak-ask-switch">Ask paste confirmation:</td>
<td align="right">
<div class="switch-box">
<input checked type="checkbox" id="hid-pak-ask-switch">

View File

@@ -17,11 +17,12 @@ li(id="text-dropdown" class="right")
td
select(id="hid-pak-keymap-selector")
table(class="kv")
+menu_switch_notable("hid-pak-slow-switch", "Slow typing", true, false, "hid-pak-slow-switch")
tr
+menu_switch_notable("hid-pak-slow-switch", "Slow typing", true, false, "hid-pak-slow-switch")
tr
+menu_switch_notable("hid-pak-secure-switch", "Hide input text", true, false, "hid-pak-secure-switch")
tr
+menu_switch_notable("hid-pak-ask-switch", "Ask paste confirmation", true, true, "hid-pak-ask-switch")
tr(id="hid-pak-secure" class="feature-disabled")
+menu_switch_notable("hid-pak-secure-switch", "Hide input text", true, false,"hid-pak-secure-switch")
div(id="stream-ocr" class="feature-disabled")
hr
br