index
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 55s

This commit is contained in:
Song367 2025-09-30 17:45:49 +08:00
parent 46641528b9
commit 063467b2b7

View File

@ -532,7 +532,7 @@
<video id="localVideo" autoplay muted playsinline style="display: none;"></video> <video id="localVideo" autoplay muted playsinline style="display: none;"></video>
<video id="remoteVideo" autoplay playsinline style="display: none;"></video> <video id="remoteVideo" autoplay playsinline style="display: none;"></video>
<script src="/emotion-male-app/socket.io/socket.io.js"></script> <script src="https://cdn.socket.io/4.7.2/socket.io.min.js" crossorigin="anonymous"></script>
<script type="module" src="./index.js"></script> <script type="module" src="./index.js"></script>
</body> </body>
</html> </html>