feat: configure browser receiver token

This commit is contained in:
2026-07-10 03:47:27 +08:00
parent 7b4db61a9c
commit aa57061769
5 changed files with 111 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@
<section class="settings">
<label for="receiver-input">Receiver URL</label>
<input id="receiver-input" type="url" spellcheck="false">
<label for="receiver-token-input">Pairing token</label>
<input id="receiver-token-input" type="password" spellcheck="false" autocomplete="off">
<button id="save-settings" class="secondary">Save</button>
</section>