update html

This commit is contained in:
Shuanglei Tao
2025-10-11 11:06:06 +08:00
parent 1a1b529585
commit 4ce5e17b40
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
<div class="flex-group debug"> <div class="flex-group debug">
<label for="epdpins">引脚</label> <label for="epdpins">引脚</label>
<input id="epdpins" type="text" value=""> <input id="epdpins" type="text" value="">
<button id="setDriverbutton" type="button" class="primary" onclick="setDriver()"></button> <button id="setDriverbutton" type="button" class="primary" onclick="setDriver()"></button>
</div> </div>
</div> </div>
<div id="log"></div> <div id="log"></div>

View File

@@ -130,7 +130,7 @@ async function setDriver() {
async function syncTime(mode) { async function syncTime(mode) {
if (mode === 2) { if (mode === 2) {
if (!confirm('提醒:时钟模式目前使用全刷实现,仅供体验,不建议长期开启,是否继续?')) return; if (!confirm('提醒:时钟模式目前使用全刷实现,此功能目前多用于修复老化屏残影问题,不建议长期开启,是否继续')) return;
} }
const timestamp = new Date().getTime() / 1000; const timestamp = new Date().getTime() / 1000;
const data = new Uint8Array([ const data = new Uint8Array([