update src
Browse files- index.html +3 -2
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title
|
7 |
<style>
|
8 |
html,
|
9 |
body {
|
@@ -21,7 +21,8 @@
|
|
21 |
iframe.style.height = "100vh";
|
22 |
iframe.style.border = "none";
|
23 |
iframe.allow="microphone; camera";
|
24 |
-
|
|
|
25 |
|
26 |
document.body.appendChild(iframe);
|
27 |
})();
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>开放数字人对话</title>
|
7 |
<style>
|
8 |
html,
|
9 |
body {
|
|
|
21 |
iframe.style.height = "100vh";
|
22 |
iframe.style.border = "none";
|
23 |
iframe.allow="microphone; camera";
|
24 |
+
iframe.src="https://open-avatar.holoworld.com.cn:8282/";
|
25 |
+
iframe.sandbox="allow-scripts allow-same-origin";
|
26 |
|
27 |
document.body.appendChild(iframe);
|
28 |
})();
|