Skip to content

Commit

Permalink
Remove schemas not used. Custom settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjatao committed Jan 20, 2025
1 parent e8d30d4 commit 97bdb5a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist/

build/
sync/
RimeSync/
*.userdb/
installation.yaml
user.yaml
Expand All @@ -20,4 +21,4 @@ cn_dicts/temp.txt

rime_console
rime_deployer
rime_patch
rime_patch
13 changes: 13 additions & 0 deletions default.custom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
patch:
# 方案列表
schema_list:
- schema: rime_ice # 雾凇拼音(全拼)

# 菜单
menu/page_size: 7 # 候选词个数

# 符号
'punctuator/full_shape/<' : { commit: 《 }
'punctuator/full_shape/>' : { commit: 》}
'punctuator/full_shape/[' : { commit: 【 }
'punctuator/full_shape/]' : { commit: 】 }
2 changes: 1 addition & 1 deletion lua/date_translator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function M.init(env)
M.date = config:get_string(env.name_space .. '/date') or 'rq'
M.time = config:get_string(env.name_space .. '/time') or 'sj'
M.week = config:get_string(env.name_space .. '/week') or 'xq'
M.datetime = config:get_string(env.name_space .. '/datetime') or 'dt'
M.datetime = config:get_string(env.name_space .. '/datetime') or 'rqsj'
M.timestamp = config:get_string(env.name_space .. '/timestamp') or 'ts'
end

Expand Down
4 changes: 4 additions & 0 deletions rime_ice.custom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patch:
# Lua 配置: 置顶候选项
pin_cand_filter/+:
- ba 吧 把 爸

0 comments on commit 97bdb5a

Please sign in to comment.