update @开启console

This commit is contained in:
huangzhen 2024-10-12 09:18:15 +08:00
parent 0230f76c95
commit 7979dcf578
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
<div id="captcha-element"></div> <div id="captcha-element"></div>
<div id="captcha-button"></div> <div id="captcha-button"></div>
<!-- 仅开发/测试使用 --> <!-- 仅开发/测试使用 -->
<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script> <script>
var vConsole = new window.VConsole(); var vConsole = new window.VConsole();
</script> --> </script>
</body> </body>
</html> </html>