You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
882 B

<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<title>Document</title>
</head>
<body style="width: 400px">
<div>
<span>服务器地址</span>
<input id='server' type="text" value='' placeholder="http://192.168.31.161:3000">
<button id='connect' type="button" class="btn btn-default">连接服务器</button>
<span id='version'></span>
</div>
<button id='download' type="button" class="btn btn-default">恢复</button>
<button id='upload' type="button" class="btn btn-default">备份</button>
<button id='test' type="button" class="btn btn-default">测试</button>
<script src='./js/popup.js'></script>
</body>
</html>