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 3edaa50 commit cdd9a43
Show file tree
Hide file tree
Showing 28 changed files with 116,675 additions and 116,758 deletions.
1 change: 1 addition & 0 deletions beta/chaifen/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ d3.csv("https://zhuyuhao.com/yuhao/beta/chaifen/宇浩輸入法全漢字拆分
"<td>" + (output[i]['division']) + "</td>" +
"<td>" + (output[i]['code']) + "</td>" +
"<td>" + (output[i]['quick_simp']) + "</td>" +
"<td>" + (output[i]['division_tw']) + "</td>" +
"<td>" + (output[i]['region']) + "</td>" +
// "<td>" + (output[i]['details']) + "</td>" +
"<td>" + (output[i]['comments']) + "</td>")
Expand Down
6 changes: 4 additions & 2 deletions beta/chaifen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
<h1 class=>宇浩输入法·Beta</h1>
<h2 class=>查询99000个汉字拆分</h2>
<p>
本拆分表包含至 CJK-I 区、部首区、兼容区全汉字拆分。字形标准取自:
<br> The Unicode Standard, Version 15.1 (priority: GTHJKV)
本拆分表包含至 CJK-I 区、部首区、兼容区全汉字拆分。
<br> 「拆分」一栏字形标准取自:The Unicode Standard (priority: GTHJKV)
<br> 另於「臺標拆分」一栏顯示臺灣標準字形拆分
</p>
<h6>(<a href="https://zhuyuhao.com/yuhao/">点击这里返回宇浩输入法官网首页</a>)</h6>
<form id="form">
Expand All @@ -64,6 +65,7 @@ <h6>(<a href="https://zhuyuhao.com/yuhao/">点击这里返回宇浩输入法官
<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>
Expand Down
Loading

0 comments on commit cdd9a43

Please sign in to comment.