bboygun commited on
Commit
1573138
·
verified ·
1 Parent(s): dcf5b34

update src

Browse files
Files changed (1) hide show
  1. 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>制作您的春节贺卡</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
- // iframe.src="https://101.37.173.18:8282/";
 
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
  })();