Skip to content

Commit

Permalink
增加臺灣字形支持。
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan committed May 19, 2023
1 parent cdd9a43 commit 482a686
Show file tree
Hide file tree
Showing 34 changed files with 177,715 additions and 20,068 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ nav_external_links:
- title: 在线拆分查询
url: https://zhuyuhao.com/yuhao/chaifen
hide_icon: false # set to true to hide the external link icon - defaults to false
- title: 拆分查询·测试版
url: https://zhuyuhao.com/yuhao/beta/chaifen
hide_icon: false # set to true to hide the external link icon - defaults to false
# - title: 玫枫跟打器
# url: https://kylebing.cn/tools/typepad/
# hide_icon: false # set to true to hide the external link icon - defaults to false
Expand Down
2 changes: 1 addition & 1 deletion beta/chaifen/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ d3.csv("https://zhuyuhao.com/yuhao/beta/chaifen/宇浩輸入法全漢字拆分
"<td>" + (output[i]['char']) + "</td>" +
"<td>" + (output[i]['division']) + "</td>" +
"<td>" + (output[i]['code']) + "</td>" +
"<td>" + (output[i]['quick_simp']) + "</td>" +
// "<td>" + (output[i]['quick_simp']) + "</td>" +
"<td>" + (output[i]['division_tw']) + "</td>" +
"<td>" + (output[i]['region']) + "</td>" +
// "<td>" + (output[i]['details']) + "</td>" +
Expand Down
25 changes: 13 additions & 12 deletions beta/chaifen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,24 @@
<div class="col-md-12">
<div class="mx-auto">
<br>
<h1 class=>宇浩输入法·Beta</h1>
<h2 class=>查询99000个汉字拆分</h2>
<h1 class=>宇浩輸入法·測試版</h1>
<h2 class=>查詢99000個漢字拆分</h2>
<p>
本拆分表包含至 CJK-I 区、部首区、兼容区全汉字拆分。
<br> 「拆分」一栏字形标准取自:The Unicode Standard (priority: GTHJKV)
<br> 另於「臺標拆分」一栏顯示臺灣標準字形拆分
本表包含至 CJK-I、部首區、兼容區全漢字拆分
<br> 「拆分」欄字形標準取自 <a href="https://www.unicode.org/versions/Unicode15.1.0/">The Unicode Standard</a>
<br> 字形優先級: 陸臺港日韓越 GTHJKV
<br> 「臺標」欄額外顯示臺灣標準字形拆分
</p>
<h6>(<a href="https://zhuyuhao.com/yuhao/">点击这里返回宇浩输入法官网首页</a>)</h6>
<h6>(<a href="https://zhuyuhao.com/yuhao/">點擊這裏返回宇浩輸入法官網首頁</a>)</h6>
<form id="form">
<div class="input-group input-group-newsletter">
<input class="form-control" id="user-input" placeholder="输入汉字或词语">
<input class="form-control" id="user-input" placeholder="輸入單字或詞語">
<br>
<br>
<br>
<br>
<div class="boton input-group-append" id="boton">
<button class="boton btn btn-secondary" type="button" id="button">查询编码
<button class="boton btn btn-secondary" type="button" id="button">查詢宇浩拆分和編碼
</button>
</div>
</div>
Expand All @@ -63,11 +64,11 @@ <h6>(<a href="https://zhuyuhao.com/yuhao/">点击这里返回宇浩输入法官
<tr>
<th scope="col">字符</th>
<th scope="col">拆分</th>
<th scope="col">全码</th>
<th scope="col">简码</th>
<th scope="col">臺標拆分</th>
<th scope="col">全碼</th>
<!-- <th scope="col">简码</th> -->
<th scope="col">臺標</th>
<th scope="col">字集</th>
<th scope="col">注释</th>
<th scope="col">註釋</th>
</tr>
</thead>
<tbody style="font-family: YuhaoSongti;">
Expand Down
Loading

0 comments on commit 482a686

Please sign in to comment.