up add sms

This commit is contained in:
Mrx
2026-02-25 16:37:42 +08:00
parent 3e2d828f4d
commit 576ab0c362
12 changed files with 470 additions and 87 deletions

View File

@@ -109,6 +109,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.zhinengcha.cn" />
<link rel="preconnect" href="https://res.wx.qq.com" />
@@ -207,6 +213,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>