rebuilding site Thu Dec 30 04:01:55 PM CST 2021

This commit is contained in:
James Feng Cao 2021-12-30 16:01:56 +08:00
parent 3c46180ac4
commit cb5a7bac2c
3 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<meta name="generator" content="Hugo 0.90.0" />
<meta name="generator" content="Hugo 0.91.2" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />

View File

@ -85,6 +85,10 @@ socks代理</p>
<extended mimetype>:可以为标准的mimetype。也可以在标准mimetype后面添加&quot;.&lt;文件名&gt;&quot;此时uweb配置目录下的文件“&lt;文件名&gt;”内容会附在url部分数据后面一起显示。</p>
</li>
<li>
<p>i:19[string]<br>
地址栏内容末尾附加[string]</p>
</li>
<li>
<p>i:50[file url]<br>
兼容其它浏览器的方式打开本地文件。</p>
</li>

View File

@ -101,7 +101,7 @@ var did = (window.name.slice(0, 3) == "if_") ? parseInt(window.name.slice(3)) :
// $UCh$ 表示漢字的16進制小寫Unicode變數
// $UCH$ 表示漢字的16進制大寫Unicode變數
var ref = did ? ("href='content://mdict.cn/entry/"+did+"/$CHR$'") :
"title='U+$UCH$' href='http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=$ENC$' target='_blank'";
"title='U+$UCH$' href='i:19$ENC$'";
var cpy = "title='U+$UCH$' href='#1' onclick='SetClipBoard(\"$CHR$\")'";
var ime = 0;
@ -440,7 +440,7 @@ var Init=function()
document.getElementById("variant").checked = GetCookie("variant", "1") == "1";
document.getElementById("onthefly").checked = GetCookie("onthefly", "1") == "1";
document.getElementById("largefont").checked = GetCookie("largefont", "0") == "1";
document.getElementById("copymode").checked = GetCookie("copymode", "1") == "1";
document.getElementById("copymode").checked = GetCookie("copymode", "0") == "1";
document.getElementById((ie > 7) ? "input" : "input7").addEventListener('compositionstart', function(){ ime = true; });
document.getElementById((ie > 7) ? "input" : "input7").addEventListener('compositionend', function(){ setTimeout(function(){ ime = false; FindMatch(99,true); }, 1); });