feat: Enhance settings screen with section tracking and success notifications; update remote control UI to support localization

This commit is contained in:
zimplexing
2025-07-11 19:11:25 +08:00
parent 7947a532ec
commit 6df4f256e9
4 changed files with 47 additions and 29 deletions

View File

@@ -18,9 +18,9 @@ const getRemotePageHTML = () => {
</head>
<body>
<div id="container">
<h3>Send a message to TV</h3>
<input id="text" placeholder="Type here..." />
<button onclick="send()">Send</button>
<h3>向电视发送文本</h3>
<input id="text" placeholder="请输入..." />
<button onclick="send()">发送</button>
</div>
<script>
window.addEventListener('DOMContentLoaded', () => {