From a26812ce0a347c984c6a341532555834295ea202 Mon Sep 17 00:00:00 2001 From: 屏玮 <1786585521@qq.com> Date: 星期二, 02 七月 2024 14:04:26 +0800 Subject: [PATCH] 1 --- index.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index 8388c4b..cfa84ca 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,16 @@ <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> + <!-- 鐢熶骇鐗堟湰鎹㈡簮 --> + <script src='https://meet.jit.si/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