UI修改
This commit is contained in:
25
index.html
25
index.html
@@ -53,6 +53,17 @@
|
||||
</div>
|
||||
</div>
|
||||
<form>
|
||||
<!-- Server configuration inputs (hidden by default) -->
|
||||
<div id="server-config-container" style="display: none">
|
||||
<div class="option">
|
||||
<label for="signaling-server">服务器:</label>
|
||||
<input id="signaling-server" type="text" value="" autocomplete="off" placeholder="例:192.168.0.107:33333" />
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="stun-turn-server">STUN/TURN:</label>
|
||||
<input id="stun-turn-server" type="text" value="" autocomplete="off" placeholder="例:192.168.0.107:33334" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="transmission-id">远程设备 ID:</label>
|
||||
<input id="transmission-id" type="text" value="" autocomplete="off" />
|
||||
@@ -62,8 +73,11 @@
|
||||
<input id="transmission-pwd" type="password" value="" autocomplete="current-password" />
|
||||
</div>
|
||||
<div class="actions">
|
||||
<button id="connect" type="button" disabled>连接</button>
|
||||
<button id="disconnect" type="button" style="display: none">断开连接</button>
|
||||
<div class="actions-left">
|
||||
<button id="connect" type="button" disabled>连接</button>
|
||||
<button id="disconnect" type="button" style="display: none">断开连接</button>
|
||||
</div>
|
||||
<button id="server-config-btn" type="button" class="server-config-btn">服务器配置</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -175,8 +189,8 @@
|
||||
<button id="virtual-right-btn" class="virtual-mouse-btn">
|
||||
右键
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Virtual keyboard -->
|
||||
<div id="virtual-keyboard" class="virtual-keyboard" style="display: none">
|
||||
@@ -259,7 +273,8 @@
|
||||
<button class="keyboard-key" data-keycode="38">↑</button>
|
||||
<button class="keyboard-key" data-keycode="40">↓</button>
|
||||
<button class="keyboard-key" data-keycode="39">→</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user