This commit is contained in:
2026-03-23 11:42:31 +08:00
parent fb09dd6c42
commit 6ab40e6c56

View File

@@ -35,10 +35,7 @@
<!-- vConsole 调试控制台 -->
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
// 通过 URL 参数 ?debug=true 启用 vConsole
if (new URLSearchParams(window.location.search).get('debug') === 'true') {
new VConsole();
}
new VConsole();
</script>
</head>
<body>