Skip to content

Commit

Permalink
fix switches
Browse files Browse the repository at this point in the history
  • Loading branch information
cubercsl committed Dec 4, 2023
1 parent 99dd533 commit 27d8fc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ punctuator:
switches:
- name: ascii_mode
reset: 0
# states: [ 中文, 英文 ]
states: [ 中文, 英文 ]
- name: full_shape
# states: [ 半角, 全角 ]
states: [ 半角, 全角 ]
- name: simplification
# states: [ 简, 繁 ]
states: [ 简, 繁 ]
reset: 0
- name: ascii_punct
# states: [ 。,, ., ]
states: [ 。,, ., ]
reset: 0

engine:
Expand Down

0 comments on commit 27d8fc9

Please sign in to comment.