调试用

This commit is contained in:
nhkefus
2025-04-09 15:11:52 +08:00
parent 67aa42fdd9
commit 4aca161327

View File

@@ -1510,8 +1510,8 @@ HttpPost("/shortClickEvent", function (re) {
}
function OtaFileUpload() {
alert("假的假的是假的,忽略");
return;
//alert("假的假的是假的,忽略");
//return;
var fileInput = document.getElementById("ota_file");
if (fileInput.files.length === 0) {
alert("请选择要上传的 OTA 文件");