fix: 同文皮肤加回来14、18键,custom也加了可引用的转写,这些内容将打包到app
BIN
backgrounds/default/enter.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
backgrounds/default/hilited_enter.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
backgrounds/default/hilited_key.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/default/hilited_off_key.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/default/hilited_shift.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/default/hilited_space.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
backgrounds/default/key.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/default/off_key.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/default/shift.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/default/space.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
backgrounds/google_black/hilited_key.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/google_black/hilited_off_key.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_black/hilited_shift.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_black/hilited_space.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
backgrounds/google_black/key.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/google_black/off_key.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_black/shift.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_black/space.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
backgrounds/google_white/hilited_key.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/google_white/hilited_off_key.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_white/hilited_shift.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/google_white/hilited_space.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
backgrounds/google_white/key.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
backgrounds/google_white/off_key.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_white/shift.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
backgrounds/google_white/space.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
@@ -20,11 +20,6 @@ patch:
|
||||
charsetlist: [你]
|
||||
charsetblacklist: [鹵, 彔]
|
||||
|
||||
#小键盘数字处理逻辑
|
||||
# "compose" : 小键盘数字始终参与编码
|
||||
# "auto" : 输入中 push,空闲时 commit(默认)
|
||||
kp_number_mode: auto
|
||||
|
||||
#下面用于对/rq和N20250101这样的日期候选自定义(顺序、类型、候选个数)由你完全掌控,前面是对于公历后面默认携带农历
|
||||
# 通用日期时间格式化函数(供 /rq、/sj、/dt、N0101、N20150101 场景复用)
|
||||
# 支持转义:
|
||||
@@ -267,3 +262,60 @@ patch:
|
||||
# s - sh
|
||||
- derive/^s([^h]*)/sh$1
|
||||
- derive/^sh/s
|
||||
#使用方案跟在拼写运算后面
|
||||
18jian:
|
||||
__append:
|
||||
- xform/q/Q
|
||||
- xform/w/W
|
||||
- xform/e/W
|
||||
- xform/r/R
|
||||
- xform/t/R
|
||||
- xform/y/Y
|
||||
- xform/u/U
|
||||
- xform/i/I
|
||||
- xform/o/I
|
||||
- xform/p/P
|
||||
- xform/a/A
|
||||
- xform/s/S
|
||||
- xform/d/S
|
||||
- xform/f/F
|
||||
- xform/g/F
|
||||
- xform/h/H
|
||||
- xform/j/J
|
||||
- xform/k/J
|
||||
- xform/l/L
|
||||
- xform/z/Z
|
||||
- xform/x/X
|
||||
- xform/c/X
|
||||
- xform/v/V
|
||||
- xform/b/B
|
||||
- xform/n/B
|
||||
- xform/m/M
|
||||
14jian:
|
||||
__append:
|
||||
- xform/q/Q
|
||||
- xform/w/Q
|
||||
- xform/e/E
|
||||
- xform/r/E
|
||||
- xform/t/T
|
||||
- xform/y/T
|
||||
- xform/u/U
|
||||
- xform/i/U
|
||||
- xform/o/O
|
||||
- xform/p/O
|
||||
- xform/a/A
|
||||
- xform/s/A
|
||||
- xform/d/D
|
||||
- xform/f/D
|
||||
- xform/g/G
|
||||
- xform/h/G
|
||||
- xform/j/J
|
||||
- xform/k/J
|
||||
- xform/l/L
|
||||
- xform/z/Z
|
||||
- xform/x/Z
|
||||
- xform/c/C
|
||||
- xform/v/C
|
||||
- xform/b/B
|
||||
- xform/n/B
|
||||
- xform/m/M
|
||||
|
||||
@@ -22,11 +22,6 @@ patch:
|
||||
charsetlist: [你]
|
||||
charsetblacklist: [鹵, 彔]
|
||||
|
||||
#小键盘数字处理逻辑
|
||||
# "compose" : 小键盘数字始终参与编码
|
||||
# "auto" : 输入中 push,空闲时 commit(默认)
|
||||
kp_number_mode: auto
|
||||
|
||||
#下面用于对/rq和N20250101这样的日期候选自定义(顺序、类型、候选个数)由你完全掌控,前面是对于公历后面默认携带农历
|
||||
# 通用日期时间格式化函数(供 /rq、/sj、/dt、N0101、N20150101 场景复用)
|
||||
# 支持转义:
|
||||
|
||||
@@ -15,6 +15,11 @@ sort: original #字典初始排序,可選original或by_weight
|
||||
4H 4H
|
||||
4X 4X
|
||||
7z 7z
|
||||
RIME输入法 rime'shū'rù'fǎ
|
||||
RIME方案 rime'fāng'àn
|
||||
就很 nice jiù'hěn'nice
|
||||
非常 nice fēi'cháng'nice
|
||||
不错!nice bú'cuò'nice
|
||||
A班 A'bān
|
||||
A杯 A'bēi
|
||||
A档 A'dàng
|
||||
|
||||