Skip to content

Commit

Permalink
Daily updates
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan committed May 26, 2023
1 parent 14d901d commit bcd4d86
Show file tree
Hide file tree
Showing 39 changed files with 70,013 additions and 71,170 deletions.
21 changes: 14 additions & 7 deletions beta/chaifen/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@ d3.csv("https://zhuyuhao.com/yuhao/beta/chaifen/宇浩輸入法全漢字拆分
var output = _.sortBy(filteredDictionary, 'code')
for (var i = 0; i < filteredDictionary.length; i++) {
d3.select("tbody").insert("tr").html(
"<td>" + (output[i]['char']) + "</td>" +
"<td>" + (output[i]['division']) + "</td>" +
"<td>" + (output[i]['code']) + "</td>" +
"<td>" + (output[i]['char']) + "</td>"
+
"<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>")
"<td>" + (output[i]['division_tw']) + "</td>"
+
"<td>" + (output[i]['region']) + "</td>"
// +
// "<td>" + (output[i]['details']) + "</td>"
// +
// "<td>" + (output[i]['comments']) + "</td>"
)
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion beta/chaifen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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> -->
</tr>
</thead>
<tbody style="font-family: YuhaoSongti;">
Expand Down
20 changes: 10 additions & 10 deletions beta/chaifen/宇浩字根码位映射表.csv
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ repr,font,zhu_code
乂,乂,Wl
𠂭,,Wl
乌,乌,Ew
九,九,Yj
人,人,Tl
亻,亻,El
九,九,Yf
人,人,Te
亻,亻,Ee
僉,僉,Rl
儿,儿,Qr
{荒下},,Qr
入,入,Ru
八,八,Td
{介下},,Td
八,八,Ti
{介下},,Ti
冖,冖,Ym
几,几,Qj
凡,凡,Qn
Expand All @@ -155,9 +155,9 @@ repr,font,zhu_code
夕,夕,Rk
夭,夭,Eo
川,川,Qc
彡,彡,Ti
{癶右},,Ti
{两撇},,Ti
彡,彡,To
{癶右},,To
{两撇},,To
彳,彳,Rc
心,心,Yi
忄,忄,Yi
Expand Down Expand Up @@ -275,10 +275,10 @@ repr,font,zhu_code
黽,黽,Jm
{龜下},,Jm
齒,齒,Mc
龰,龰,Nn
龰,龰,Nd
{鼠下},,Bu
丑,丑,Bc
乃,乃,Va
乃,乃,Vj
乙,乙,Vi
㔾,㔾,Vi
乛,乛,Vi
Expand Down
Loading

0 comments on commit bcd4d86

Please sign in to comment.