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.
|
|
|
<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">
|
|
|
|
<title>Document</title>
|
|
|
|
</head>
|
|
|
|
<body style="width: 400px">
|
|
|
|
<div>
|
|
|
|
<span>服务器地址</span>
|
|
|
|
<input id='server' type="text" value='http://192.168.31.238:3000' placeholder="http://192.168.31.161:3000">
|
|
|
|
<button id='connect' type="button" class="btn btn-default">连接服务器</button>
|
|
|
|
<span id='version'></span>
|
|
|
|
</div>
|
|
|
|
<button id='overwriteSync' type="button" class="btn btn-default">恢复(覆盖模式)</button>
|
|
|
|
<button id='upload' type="button" class="btn btn-default">备份</button>
|
|
|
|
<!-- <button id='removeAll' type="button" class="btn btn-default">清空</button> -->
|
|
|
|
<script src='./js/popup.js'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|