refine backup.html

This commit is contained in:
James Feng Cao 2025-03-28 20:42:35 +08:00
commit fd583dc986

View file

@ -1,9 +1,12 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width" />
<title>备份与恢复</title></head><body>
<p>使用超微浏览器点击下面链接将备份(恢复)目录/文件<br>%1%<br>至"%2%":
<title>备份与恢复</title>
<script>
const url=`%2%`;
</script></head><body>
<p>使用超微浏览器点击下面链接将备份(恢复)目录/文件<br>%1%
</p>
<p><a href="i:0e%1%:%2%">备份</a> &emsp; <a href="i:0d%2%">恢复</a></p>
<p><a onclick="location='i:0e%1%:'+url">备份</a> &emsp; <a onclick="location='i:0d'+url">恢复</a></p>
<p><a href="i:0f%2%">重置用户及密码</a></p>
<p><a onclick="location='i:0f'+url">重置用户及密码</a></p>
</body></html>