Files
bl-mt798x/uboot-mtk-20250711/failsafe/fsdata/fail.html
zerowrt-bot 6bc682795c u-boot: translate Web UI to Chinese
Translate Web UI pages to Chinese for better usability.
2026-03-10 16:47:51 +08:00

17 lines
527 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>更新失败</title>
<link rel="stylesheet" href="/style.css">
<script src="/main.js"></script>
</head>
<body onload="getversion()">
<div id="m">
<h1 class="red">更新失败</h1>
<div class="i e"><strong>更新过程中出现问题</strong>您可能选择了错误的文件。请重试或与此修改的作者联系。您还可以在U-Boot控制台的更新过程中获得更多信息。</div>
</div>
<div id="version"></div>
</body>
</html>