From 50c328b3594885da4d97d87b301bce9e565ef330 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 09 八月 2024 16:10:56 +0800 Subject: [PATCH] feat:通过WebSokcet根据教师会议命令执行操作 --- index.html | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index 8388c4b..14bafa2 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,17 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + Vue</title> + <title>姹熻タ绌虹璇煶瑙嗛鍩硅绯荤粺</title> + <!-- 鐢熶骇鐗堟湰鎹㈡簮 --> + <script src='/external_api.js'></script> </head> <body> <div id="app"></div> <script type="module" src="/src/main.js"></script> + <script> + window.onload = () => { + window.JitsiMeetExternalAPI = JitsiMeetExternalAPI; + } + </script> </body> </html> -- Gitblit v1.8.0