Skip to content

Commit

Permalink
Fix n_song: missing 入聲尾
Browse files Browse the repository at this point in the history
  • Loading branch information
untunt committed Dec 17, 2024
1 parent d0c0fd9 commit f6e91c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n_song.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (!音韻地位) return [
{ value: 'p t k', text: 'p | t | k(符合通常習慣)' },
{ value: 'β ɾ ɣ', text: 'β | ɾ | ɣ(接近實際音值)' },
]] : ['入聲尾\n陰入相配依《聲音唱和圖》\n深咸 | 臻山 | 曾梗 | 通江宕', [1,
{ value: 'p t k', text: 'p | t | k | wk(陽入相配)' },
{ value: 'p t k wk', text: 'p | t | k | wk(陽入相配)' },
{ value: 'ʋˀ ˀ jˀ wˀ', text: 'ʋˀ | ˀ | jˀ | wˀ(陰入相配)' },
]],
['咸山蟹攝銳音一開歸\n保守:一等\n時興:二等\n(泥母蟹攝除外。《聲音唱和圖》“乃”仍在一等)', [2, '一等', '二等']],
Expand Down

0 comments on commit f6e91c2

Please sign in to comment.