微信提示
Vercel Deploy / deploy (push) Successful in 1m2s

This commit is contained in:
2026-03-29 12:40:16 +08:00
Unverified
parent 02566e20db
commit 2ef201eb68
5 changed files with 10 additions and 5 deletions
+1
View File
@@ -181,5 +181,6 @@
loadData();
</script>
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
</body>
</html>
+6 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>荣誉证书查询系统 - 集成扫码</title>
<title>荣誉证书查询系统</title>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
<script src="https://unpkg.com/html5-qrcode"></script>
@@ -201,6 +201,10 @@
</div>
</div>
<footer class="footer">
<p>© 2026 BI All rights reserved</p>
</footer>
<script>
// Supabase 配置
const SUPABASE_URL = 'https://chixssrphfgxvqqigkzo.supabase.co';
@@ -327,6 +331,6 @@
if (e.key === 'Enter') handleSearch();
});
</script>
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
</body>
</html>