@@ -181,5 +181,6 @@
|
|||||||
|
|
||||||
loadData();
|
loadData();
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+6
-2
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
|
||||||
<script src="https://unpkg.com/html5-qrcode"></script>
|
<script src="https://unpkg.com/html5-qrcode"></script>
|
||||||
|
|
||||||
@@ -201,6 +201,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<p>© 2026 BI All rights reserved</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Supabase 配置
|
// Supabase 配置
|
||||||
const SUPABASE_URL = 'https://chixssrphfgxvqqigkzo.supabase.co';
|
const SUPABASE_URL = 'https://chixssrphfgxvqqigkzo.supabase.co';
|
||||||
@@ -327,6 +331,6 @@
|
|||||||
if (e.key === 'Enter') handleSearch();
|
if (e.key === 'Enter') handleSearch();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+1
-1
@@ -238,6 +238,6 @@
|
|||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', loadTicketDetail);
|
document.addEventListener('DOMContentLoaded', loadTicketDetail);
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+1
-1
@@ -284,6 +284,6 @@
|
|||||||
if (e.key === 'Enter') searchTickets();
|
if (e.key === 'Enter') searchTickets();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+1
-1
@@ -170,6 +170,6 @@ async function load() {
|
|||||||
|
|
||||||
load();
|
load();
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user