Files
bl-mt798x/uboot-mtk-20250711/failsafe/fsdata/bl2.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

39 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>BL2 更新</title>
<link rel="stylesheet" href="/style.css">
<script src="/main.js"></script>
</head>
<body onload="getversion()">
<div id="m">
<h1>BL2 更新</h1>
<p id="hint">您将在这台设备上更新 <strong>BL2 引导加载程序</strong> <br>请从本地硬盘中选择文件,然后单击 <strong>更新</strong> 按钮.</p>
<form id="form">
<input id="file" type="file" name="bl2">
<input type="button" value="上传" onclick="upload('bl2')">
</form>
<div>
<div class="bar" id="bar" style="display: none; --percent: 0;"></div>
</div>
<div id="size" style="display: none;">镜像大小: xxxx</div>
<div id="md5" style="display: none;">MD5: xxxx</div>
<div id="upgrade" style="display: none;">
<p>bl2 已上传,请点击"更新"</p>
<button class="button" onclick="location = '/flashing.html'">更新</button>
</div>
<div class="i w">
<strong>警告</strong>
<ul>
<li>更新期间不要关闭设备电源</li>
<li>如果一切顺利,设备将重新启动</li>
<li>你可以上传任何你想要的东西,所以一定要为你的设备选择合适的 U-Boot</li>
<li>更新BL2是一项非常危险的操作可能会损坏您的设备!</li>
</ul>
</div>
</div>
<div id="version"></div>
</body>
</html>