Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x696c757a696f committed Nov 28, 2023
1 parent 842c493 commit fd8149d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions xmjd6.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ patch:
switches/@1/reset: 0 #[ 全角, 半角 ]
switches/@2/reset: 0 #[ 简体, 繁體 ]
switches/@3/reset: 0 #[ 地球文, 火星文 ]
switches/@4/reset: 1 #[ 关闭表情, 开启表情 ]
switches/@4/reset: 1 #[ 表情关闭,表情启用 ]
switches/@5/reset: 0 #[ 正常候选, 内嵌候选 ]
switches/@6/reset: 1 #[ 关闭表情,关闭630提示 ]
switches/@7/reset: 1 #[ 关闭提示词,开启提示词 ]
switches/@6/reset: 1 #[ 630提示关闭, 630提示启用 ]
switches/@7/reset: 1 #[ 提示词关闭, 提示词启用 ]


#流式功能配置,想使用流式请取消以下注释,取消注释删掉 # 即可
Expand Down
6 changes: 3 additions & 3 deletions xmjd6.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ switches:
states: [ 地球文, 火星文 ] #火星文
- name: emoji_cn #Emoji开关 # custom.yaml的开关4
reset: 1 # 1为默认开启
states: [ 开表情,关表情 ]
states: [ 表情关闭,表情启用 ]
- name: embeded_cands # custom.yaml的开关5
reset: 0
states: [普通, 嵌入候选]
- name: sbb_hint # custom.yaml的开关6
reset: 1
states: [ 开630提示, 关630提示 ]
states: [ 630提示关闭, 630提示启用 ]
- name: completion
reset: 1
states: [ 提示词开, 提示词关 ]
states: [ 提示词关闭, 提示词启用 ]



Expand Down

0 comments on commit fd8149d

Please sign in to comment.