Files
bl-mt798x/uboot-mtk-20250711/failsafe/fsdata/gpt.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.3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>GPT 更新</title>
<link rel="stylesheet" href="/style.css">
<script src="/main.js"></script>
</head>
<body onload="getversion()">
<div id="m">
<h1>GPT 更新</h1>
<p id="hint">您将在这台设备上更新 <strong>GPT</strong> <br>请从本地硬盘中选择文件,然后单击 <strong>更新</strong> 按钮.</p>
<form id="form">
<input id="file" type="file" name="gpt">
<input type="button" value="上传" onclick="upload('gpt')">
</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>如果以上信息均正确,请点击 "更新"</p>
<button class="button" onclick="location = '/flashing.html'">Update</button>
</div>
<div class="i w">
<strong>警告</strong>
<ul>
<li>更新期间请勿断电</li>
<li>如果一切正常,设备将自动重启</li>
<li>您可以上传任意文件,但请确保选择适合您设备的 GPT 镜像</li>
<li>更新 GPT 是一项危险操作,可能会损坏您的设备!</li>
</ul>
</div>
</div>
<div id="version"></div>
</body>
</html>