使用外部数据库

This commit is contained in:
Julian Freeman
2026-01-05 12:22:01 -04:00
parent 4581297dac
commit f549059e47
9 changed files with 170 additions and 78 deletions

View File

@@ -55,10 +55,10 @@
</head>
<body>
<h3>Teams 别名管理</h3>
<button id="sync">立即同步</button>
<button id="export">导出</button>
<button id="import">覆盖导入</button>
<button id="update-import">合并导入</button>
<input type="file" id="fileInput" accept="application/json" />
<script src="env.js"></script>
<script src="utils.js"></script>
<script src="popup.js"></script>
</body>
</html>