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
812 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">
<title>Chrome Bookmarks Sync Tools</title>
</head>
<body>
<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">连接服务器</button>
<span id='version'></span>
</div>
<button id='overwriteSync' type="button">同步(覆盖模式)</button>
<button id='mergeSync' type="button">同步(合并模式)</button>
<button id='upload' type="button" >备份</button>
<button id='removeAll' type="button" >清空</button>
<script src='./js/popup.js'></script>
</body>
</html>