mirror of
https://github.com/torappinfo/uweb.git
synced 2026-03-14 14:45:45 +01:00
refine backup.html
This commit is contained in:
parent
7c7326e42b
commit
fd583dc986
1 changed files with 7 additions and 4 deletions
|
|
@ -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>   <a href="i:0d%2%">恢复</a></p>
|
||||
<p><a onclick="location='i:0e%1%:'+url">备份</a>   <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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue