微信提示
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(); loadData();
</script> </script>
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
</body> </body>
</html> </html>
+6 -2
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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>