Skip to content

Commit

Permalink
修改邪船母 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
uliloewi authored Feb 24, 2023
1 parent 00b776f commit bdba3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langjin.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function 聲母規則() {
if (is('清母')) return 'c';
if (is('從母')) return is('二等') ? 'ch' : is('平聲') ? 'c' : 'z'; // 平送氣仄不送氣
if (is('心母')) return 's';
if (is('邪母')) return is('平聲 尤之韻') ? 'c' : 's';
if (is('邪母')) return is('平聲 尤之陽鹽侵魚韻') ? 'c' : 's';
if (is('莊母')) return is('宕假效江攝 或 止攝 合口 或 蟹咸山攝 二等') ? 'zh' : 'z'; // 莊組平翹律
if (is('初母')) return is('宕假效江攝 或 止攝 合口 或 蟹咸山攝 二等') ? 'ch' : 'c'; // 莊組平翹律
if (is('崇母')) {
Expand Down

0 comments on commit bdba3d8

Please sign in to comment.