Skip to content

Commit

Permalink
fix: 整句模式 /fh 失效 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf authored Nov 1, 2024
1 parent 070075b commit 91f7e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moran_sentence.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ key_binder:
recognizer:
import_preset: default
patterns:
punct: '^/([0-9]0?|[A-Za-z]+)$'
reverse_universal: "(^(`[a-z`]+))|(^([a-z]{2}(`[a-z`]?|[a-z`]`)))"
reverse_tiger: "(^`$)|(^`[a-zA-Z]+$)"
reverse_stroke: "^obh[A-Za-z]*$"
Expand Down

0 comments on commit 91f7e89

Please sign in to comment.