This commit is contained in:
Mrx
2026-02-27 10:29:40 +08:00
parent 2a7bde50db
commit b73de98a71
7 changed files with 225 additions and 77 deletions

View File

@@ -83,6 +83,12 @@
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.xingfucha.cn">
<link rel="preconnect" href="https://res.wx.qq.com">
@@ -181,6 +187,7 @@
<div class="loading-text">加载中</div>
</div>
<div id="app"></div>
<div id="captcha-element"></div>
<script type="module" src="/src/main.js"></script>
</body>