Skip to content

Commit

Permalink
fix(jukebox): Add furigana alert pair 開 ひら あ
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Nov 27, 2024
1 parent f50cabe commit 8cdcbdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function furiganaHighlight(
(base === "止" && (ruby === "と" || ruby === "や")) ||
(base === "間" && (ruby === "あいだ" || ruby === "ま")) ||
(base === "被" && (ruby === "かぶ" || ruby === "こうむ")) ||
(base === "開" && (ruby === "ひら" || ruby === "あ")) ||
(base === "後" &&
(ruby === "あと" || ruby === "のち" || ruby === "ご")) ||
(base === "金" && ruby === "きん") ||
Expand Down

0 comments on commit 8cdcbdf

Please sign in to comment.