From ec3c634630d4fc44c01bf4e5902c7f9fee67adab Mon Sep 17 00:00:00 2001 From: chenyao <1219716595@qq.com> Date: Wed, 02 Apr 2025 18:11:13 +0800 Subject: [PATCH] feat:对接机巢状态和直播功能以及ws --- index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index 2605252..9730c52 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,7 @@ </div> </div> <script type='module' src='/src/main.js'></script> +<script src="./depend/ZLMRTCClient.js"></script> </body> </html> -- Gitblit v1.9.3