conf: 开关除了 emoji 外不默认设定 reset

This commit is contained in:
Dvel
2024-01-29 19:09:06 +08:00
parent 5c21df5cd9
commit d3762b278b
8 changed files with 10 additions and 37 deletions

View File

@@ -35,23 +35,18 @@ schema:
switches:
- name: ascii_mode
states: [ 中, ]
reset: 0
- name: ascii_punct # 中英标点
states: [ ¥, $ ]
reset: 0
- name: traditionalization
states: [ 简, 繁 ]
reset: 0
- name: emoji
states: [ 💀, 😄 ]
reset: 1
- name: full_shape
states: [ 半角, 全角 ]
reset: 0
- name: single_char # search.lua 的功能开关,辅码查词时是否单字优先
abbrev: [词, 单]
states: [正常, 单字]
# reset: 0
# 输入引擎
@@ -223,6 +218,7 @@ custom_phrase:
emoji:
option_name: emoji
opencc_config: emoji.json
inherit_comment: false # 在 corrector.lua 及反查中emoji 返回空注释
# 简繁切换