@@ -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
@@ -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>
|
||||
+1
-1
@@ -238,6 +238,6 @@
|
||||
|
||||
document.addEventListener('DOMContentLoaded', loadTicketDetail);
|
||||
</script>
|
||||
|
||||
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
+1
-1
@@ -284,6 +284,6 @@
|
||||
if (e.key === 'Enter') searchTickets();
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
+1
-1
@@ -170,6 +170,6 @@ async function load() {
|
||||
|
||||
load();
|
||||
</script>
|
||||
|
||||
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user