mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 02:22:52 +00:00
@@ -155,7 +155,7 @@
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 16px;
|
gap: 8px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -184,6 +184,8 @@
|
|||||||
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
padding-inline: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|||||||
@@ -142,21 +142,9 @@
|
|||||||
<legend>Device</legend>
|
<legend>Device</legend>
|
||||||
<label>Boot message<input type="checkbox" use:setting={{id: 93}} /></label>
|
<label>Boot message<input type="checkbox" use:setting={{id: 93}} /></label>
|
||||||
<label>GTM Realtime Feedback<input type="checkbox" use:setting={{id: 92}} /></label>
|
<label>GTM Realtime Feedback<input type="checkbox" use:setting={{id: 92}} /></label>
|
||||||
<label>
|
|
||||||
Operating System
|
|
||||||
<select>
|
|
||||||
<option value="0">Windows</option>
|
|
||||||
<option value="1">MacOS</option>
|
|
||||||
<option value="2">Linux</option>
|
|
||||||
<option value="3">iOS</option>
|
|
||||||
<option value="4">Android</option>
|
|
||||||
<option value="255">Unknown</option>
|
|
||||||
</select>
|
|
||||||
</label>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
{#if $serialPort.device === "LITE"}
|
{#if $serialPort.device === "LITE"}
|
||||||
<!-- TODO -->
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><label><input type="checkbox" />RGB</label></legend>
|
<legend><label><input type="checkbox" />RGB</label></legend>
|
||||||
<label>Brightness<input type="range" min="0" max="50" step="1" /></label>
|
<label>Brightness<input type="range" min="0" max="50" step="1" /></label>
|
||||||
|
|||||||
Reference in New Issue
Block a user