feat: 更新触摸模拟器脚本链接,替换为 unpkg 源
Some checks failed
/ depcheck (push) Successful in 1m23s
/ build-and-deploy-to-vercel (push) Successful in 12m53s
/ playwright (push) Has been cancelled

This commit is contained in:
严浩
2025-01-05 22:16:04 +08:00
parent 1713315c08
commit 6309f1a7d7

View File

@ -47,7 +47,9 @@
<div class="page-wrapper" style="display: flex; justify-content: center; align-items: center">Loading...</div>
</div>
<script type="module" src="/src/main.ts"></script>
<script src="https://testingcf.jsdelivr.net/npm/@vant/touch-emulator/dist/index.min.js"></script>
<!-- <script src="https://testingcf.jsdelivr.net/npm/@vant/touch-emulator/dist/index.min.js"></script> -->
<!-- .min.js 是 jsDelivr 的特殊处理 -->
<script src="https://unpkg.luckincdn.com/@vant/touch-emulator@1.4.0/dist/index.js"></script>
</body>
<script>
(function (d) {