mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Dec 30 04:01:55 PM CST 2021
This commit is contained in:
parent
3c46180ac4
commit
cb5a7bac2c
3 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.90.0" />
|
<meta name="generator" content="Hugo 0.91.2" />
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,10 @@ socks代理</p>
|
||||||
<extended mimetype>:可以为标准的mimetype。也可以在标准mimetype后面添加".<文件名>",此时uweb配置目录下的文件“<文件名>”内容会附在url部分数据后面一起显示。</p>
|
<extended mimetype>:可以为标准的mimetype。也可以在标准mimetype后面添加".<文件名>",此时uweb配置目录下的文件“<文件名>”内容会附在url部分数据后面一起显示。</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<p>i:19[string]<br>
|
||||||
|
地址栏内容末尾附加[string]</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<p>i:50[file url]<br>
|
<p>i:50[file url]<br>
|
||||||
兼容其它浏览器的方式打开本地文件。</p>
|
兼容其它浏览器的方式打开本地文件。</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -101,7 +101,7 @@ var did = (window.name.slice(0, 3) == "if_") ? parseInt(window.name.slice(3)) :
|
||||||
// $UCh$ 表示漢字的16進制小寫Unicode變數
|
// $UCh$ 表示漢字的16進制小寫Unicode變數
|
||||||
// $UCH$ 表示漢字的16進制大寫Unicode變數
|
// $UCH$ 表示漢字的16進制大寫Unicode變數
|
||||||
var ref = did ? ("href='content://mdict.cn/entry/"+did+"/$CHR$'") :
|
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 cpy = "title='U+$UCH$' href='#1' onclick='SetClipBoard(\"$CHR$\")'";
|
||||||
var ime = 0;
|
var ime = 0;
|
||||||
|
|
||||||
|
@ -440,7 +440,7 @@ var Init=function()
|
||||||
document.getElementById("variant").checked = GetCookie("variant", "1") == "1";
|
document.getElementById("variant").checked = GetCookie("variant", "1") == "1";
|
||||||
document.getElementById("onthefly").checked = GetCookie("onthefly", "1") == "1";
|
document.getElementById("onthefly").checked = GetCookie("onthefly", "1") == "1";
|
||||||
document.getElementById("largefont").checked = GetCookie("largefont", "0") == "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('compositionstart', function(){ ime = true; });
|
||||||
document.getElementById((ie > 7) ? "input" : "input7").addEventListener('compositionend', function(){ setTimeout(function(){ ime = false; FindMatch(99,true); }, 1); });
|
document.getElementById((ie > 7) ? "input" : "input7").addEventListener('compositionend', function(){ setTimeout(function(){ ime = false; FindMatch(99,true); }, 1); });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue