From 8901dd05e285b357aa4081a44d8704ed6f733a22 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 17 十月 2024 20:00:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 public/index.html |   35 ++++++++++++++++++++++++-----------
 1 files changed, 24 insertions(+), 11 deletions(-)

diff --git a/public/index.html b/public/index.html
index 3d6c67e..72cbd42 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
   <meta charset="utf-8">
   <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
@@ -8,19 +9,22 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
   <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-  <title>瀛︿箣鎬濈鐞嗙郴缁�</title>
+  <title>姹熻タ璇煶瑙嗛鍩硅绯荤粺</title>
   <style>
     html {
       height: 100%;
       width: 100%;
     }
+
     body {
       padding: 0;
       margin: 0;
-      height:100%;
+      height: 100%;
       width: 100%;
     }
   </style>
+
+  <script src='https://www.kgmeet.com:8443/external_api.js'></script>
 
   <script src='./admin/components/echarts/echarts.min.js'></script>
   <script src='./admin/components/echarts/theme/macarons.js'></script>
@@ -35,19 +39,28 @@
   <script>
     var _hmt = _hmt || [];
     (function () {
-      var hm = document.createElement('script')
-      hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9'
-      var s = document.getElementsByTagName('script')[0]
-      s.parentNode.insertBefore(hm, s)
+      var hm = document.createElement('script');
+      hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9';
+      var s = document.getElementsByTagName('script')[0];
+      s.parentNode.insertBefore(hm, s);
     })()
   </script>
 
+  <script>
+    window.onload = () => {
+      window.JitsiMeetExternalAPI = JitsiMeetExternalAPI;
+    }
+  </script>
+
 </head>
+
 <body>
-<noscript>
-  <strong>We're sorry but vue-demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
-</noscript>
-<div id="app"></div>
-<!-- built files will be auto injected -->
+  <noscript>
+    <strong>We're sorry but vue-demo doesn't work properly without JavaScript enabled. Please enable it to
+      continue.</strong>
+  </noscript>
+  <div id="app"></div>
+  <!-- built files will be auto injected -->
 </body>
+
 </html>

--
Gitblit v1.8.0