From 9ac2aa9e93e1d531be12c623ea67601c979b4359 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 28 六月 2023 17:32:02 +0800
Subject: [PATCH] h5 docs

---
 funasr.tar                             |    0 
 funasr/runtime/html5/static/index.html |    2 +-
 funasr/runtime/html5/static/main.js    |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/funasr.tar b/funasr.tar
new file mode 100644
index 0000000..0f7387a
--- /dev/null
+++ b/funasr.tar
Binary files differ
diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html
index 783729e..4943fc8 100644
--- a/funasr/runtime/html5/static/index.html
+++ b/funasr/runtime/html5/static/index.html
@@ -21,7 +21,7 @@
 				<br>
 				<input id="wssip" type="text" onchange="addresschange()" style=" width: 100%;height:100%" value="wss://127.0.0.1:10095/"/>
 				<br>
-				<a id="wsslink"  href="#" onclick="window.open('https://127.0.0.1:10095/', '_blank')"><div id="info_wslink">鎵嬪伐鎺堟潈wss://127.0.0.1:10095/</div></a>
+				<a id="wsslink"  href="#" onclick="window.open('https://127.0.0.1:10095/', '_blank')"><div id="info_wslink">鐐规澶勬墜宸ユ巿鏉僿ss://127.0.0.1:10095/</div></a>
 				<br>
 			<br>  
 			<div  style="border:2px solid #ccc;">
diff --git a/funasr/runtime/html5/static/main.js b/funasr/runtime/html5/static/main.js
index 445ef50..45380eb 100644
--- a/funasr/runtime/html5/static/main.js
+++ b/funasr/runtime/html5/static/main.js
@@ -60,7 +60,7 @@
 {   
 	
     var Uri = document.getElementById('wssip').value; 
-	document.getElementById('info_wslink').innerHTML="鎵嬪伐鎺堟潈"+Uri;
+	document.getElementById('info_wslink').innerHTML="鐐规澶勬墜宸ユ巿鏉冿紙IOS鎵嬫満锛�"+Uri;
 	Uri=Uri.replace(/wss/g,"https");
 	console.log("addresschange uri=",Uri);
 	

--
Gitblit v1.9.1