This commit is contained in:
Mrx
2026-02-26 17:12:29 +08:00
parent f882d04b5b
commit 74b0c0e918
5 changed files with 236 additions and 32 deletions

View File

@@ -82,6 +82,12 @@
window.jWeixin = window.wx;
delete window.wx;
</script>
<!-- 阿里云滑块验证码 -->
<script>
window.AliyunCaptchaConfig = { region: "cn", prefix: "12zxnj" };
</script>
<script type="text/javascript" src="https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js"></script>
<!-- 预加载关键资源 -->
<link rel="preconnect" href="https://www.zhinengcha.cn">
@@ -181,6 +187,8 @@
<div class="loading-text">加载中</div>
</div>
<div id="app"></div>
<!-- 阿里云验证码挂载容器 -->
<div id="captcha-element"></div>
<script type="module" src="/src/main.js"></script>
</body>