092wb initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
282898
092wb.dict.yaml
Normal file
282898
092wb.dict.yaml
Normal file
File diff suppressed because it is too large
Load Diff
0
092wb.schema.custom.yaml
Normal file
0
092wb.schema.custom.yaml
Normal file
159
092wb.schema.yaml
Normal file
159
092wb.schema.yaml
Normal file
@@ -0,0 +1,159 @@
|
|||||||
|
# Rime schema settings
|
||||||
|
# encoding: utf-8
|
||||||
|
schema:
|
||||||
|
schema_id: 092wb
|
||||||
|
name: "092五笔"
|
||||||
|
version: "2024.04.07"
|
||||||
|
author:
|
||||||
|
- 发明人 行走的风景
|
||||||
|
description: |
|
||||||
|
092五笔
|
||||||
|
dependencies: # 依赖
|
||||||
|
- 092wb_core # 引入自定义过滤
|
||||||
|
- 092wb_py # 反查
|
||||||
|
- 092wb_wb_spelling # 引入拆分
|
||||||
|
|
||||||
|
|
||||||
|
# reset: 默认状态。注释掉后,切换窗口时不会重置到默认状态。
|
||||||
|
switches:
|
||||||
|
- name: ascii_mode
|
||||||
|
reset: 0
|
||||||
|
states: [ 中, A ]
|
||||||
|
- name: zh_trad
|
||||||
|
reset: 0
|
||||||
|
states: [ 简,繁 ]
|
||||||
|
- name: new_spelling
|
||||||
|
reset: 0
|
||||||
|
states: [ 隐,拆 ]
|
||||||
|
- name: extended_char # core过滤开关
|
||||||
|
reset: 0
|
||||||
|
states: [ 扩, 常]
|
||||||
|
- name: new_hide_pinyin # 显示读音
|
||||||
|
reset: 1
|
||||||
|
states: [ 音, 隐 ]
|
||||||
|
- name: ascii_punct
|
||||||
|
reset: 0
|
||||||
|
states: [ 。,, ., ]
|
||||||
|
- name: full_shape #默认是半角模式
|
||||||
|
reset: 0
|
||||||
|
states: [ 半, 全 ]
|
||||||
|
- name: emoji # emoji
|
||||||
|
reset: 0
|
||||||
|
states: [ 😔, 😀 ]
|
||||||
|
engine:
|
||||||
|
filters:
|
||||||
|
- lua_filter@*092wb_core_filter # 加入此过滤,必须放到滤镜最上面
|
||||||
|
- simplifier@emoji # Emoji
|
||||||
|
- lua_filter@*092wb_new_spelling # 拆分滤镜
|
||||||
|
- simplifier@traditionalize # 简繁切换
|
||||||
|
- uniquifier
|
||||||
|
processors:
|
||||||
|
- ascii_composer
|
||||||
|
- recognizer
|
||||||
|
- key_binder
|
||||||
|
- speller
|
||||||
|
- punctuator
|
||||||
|
- selector
|
||||||
|
- navigator
|
||||||
|
- express_editor
|
||||||
|
segmentors:
|
||||||
|
- ascii_segmentor
|
||||||
|
- matcher
|
||||||
|
- abc_segmentor
|
||||||
|
- punct_segmentor
|
||||||
|
- fallback_segmentor
|
||||||
|
translators:
|
||||||
|
- punct_translator
|
||||||
|
- reverse_lookup_translator # 反查
|
||||||
|
- table_translator
|
||||||
|
- history_translator@repeat_last_input # 上屏最后一次输入
|
||||||
|
- lua_translator@*092wb_helper # 帮助
|
||||||
|
- lua_translator@*092wb_date_translator # 时间、日期、星期
|
||||||
|
- lua_translator@*092wb_lunar # 农历
|
||||||
|
- lua_translator@*092wb_unicode # Unicode
|
||||||
|
- lua_translator@*092wb_number_translator # 数字、金额大写
|
||||||
|
speller:
|
||||||
|
auto_select: true # 自动上屏
|
||||||
|
auto_clear: max_length # 最大码长清屏
|
||||||
|
delimiter: "`" # 上屏时的音节间分音符
|
||||||
|
max_code_length: 4 # 最大码长
|
||||||
|
|
||||||
|
# 主翻译器
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb # 翻译器将调取此字典文件
|
||||||
|
db_class: tabledb # 设定用户词典类型,可设tabledb〔文本〕或userdb〔二进制〕
|
||||||
|
initial_quality: 100000 # 翻译器优先级
|
||||||
|
enable_charset_filter: false # 自带字符集过滤 - 关
|
||||||
|
enable_sentence: false # 句子输入模式 - 关
|
||||||
|
enable_encoder: false # 编码提示 - 关
|
||||||
|
encode_commit_history: false # 自动造词 - 关
|
||||||
|
max_phrase_length: 4 # 最大自动成词词长〔仅table_translator有效〕
|
||||||
|
enable_completion: false # 提前显示尚未輸入完整码的字〔仅table_translator有效〕
|
||||||
|
enable_user_dict: false # 是否开启用户词典(用户词典记录动态字词频,用户词)- 关
|
||||||
|
disable_user_dict_for_patterns: # 禁止某些编码录入用户词典
|
||||||
|
- "^z.*$"
|
||||||
|
|
||||||
|
reverse_lookup:
|
||||||
|
dictionary: 092wb_py # 反查使用的拼音词库
|
||||||
|
prefix: "z" # 反查前缀,以它为起点
|
||||||
|
suffix: "'" # 反查后缀,以它为结点
|
||||||
|
tips: [反查] # 反查时的提示信息
|
||||||
|
preedit_format:
|
||||||
|
- xform/([nl])v/$1ü/
|
||||||
|
- xform/([nl])ue/$1üe/
|
||||||
|
- xform/([jqxy])v/$1u/
|
||||||
|
|
||||||
|
# OpenCC 支持。
|
||||||
|
# github地址:https://github.com/BYVoid/OpenCC
|
||||||
|
traditionalize:
|
||||||
|
opencc_config: 092wb_s2t.json # 简 -> 繁
|
||||||
|
option_name: zh_trad # 繁简开关
|
||||||
|
# opencc_config: s2hk.json # 繁 -> 香港
|
||||||
|
# opencc_config: t2s.json # 繁 -> 简
|
||||||
|
# opencc_config: t2tw.json # 繁 -> 台湾
|
||||||
|
# opencc_config: t2hk.json # 繁 -> 香港
|
||||||
|
# opencc_config: s2tw.json # 簡 -> 臺灣標準
|
||||||
|
# opencc_config: s2twp.json # 簡 -> 臺灣片語
|
||||||
|
tags: [ abc, number, gregorian_to_lunar ] # 限制在对应 tag,不对其他如反查的内容做简繁转换
|
||||||
|
|
||||||
|
lua_reverse_db: # 拆分提示
|
||||||
|
spelling: 092wb_wb_spelling
|
||||||
|
code: 092wb_wb_spelling
|
||||||
|
|
||||||
|
# Lua 配置: 日期、时间、星期、ISO 8601、时间戳的触发关键字
|
||||||
|
092wb_date_translator:
|
||||||
|
date: date # 日期: 2022-11-29
|
||||||
|
time: time # 时间: 18:13
|
||||||
|
week: week # 星期: 星期二
|
||||||
|
# datetime: dt # ISO 8601: 2022-11-29T18:13:11+08:00
|
||||||
|
# timestamp: ts # 时间戳: 1669716794
|
||||||
|
|
||||||
|
# Lua 配置:农历的触发关键字
|
||||||
|
092wb_lunar: nl # 农历: 二〇二三年冬月二十 癸卯年(兔)冬月二十
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Emoji
|
||||||
|
# 来源:https://github.com/rime/rime-emoji
|
||||||
|
emoji:
|
||||||
|
option_name: emoji
|
||||||
|
opencc_config: 092wb_emoji.json
|
||||||
|
inherit_comment: false # 在 corrector.lua 及反查中,emoji 返回空注释
|
||||||
|
|
||||||
|
|
||||||
|
repeat_last_input: # 重复最后一次上屏
|
||||||
|
input: z
|
||||||
|
size: 1
|
||||||
|
initial_quality: 1
|
||||||
|
|
||||||
|
punctuator:
|
||||||
|
import_preset: 092wb_symbols
|
||||||
|
|
||||||
|
recognizer:
|
||||||
|
import_preset: default
|
||||||
|
|
||||||
|
key_binder:
|
||||||
|
import_preset: default
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
99331
092wb_U.dict.yaml
Normal file
99331
092wb_U.dict.yaml
Normal file
File diff suppressed because it is too large
Load Diff
6770
092wb_core.dict.yaml
Normal file
6770
092wb_core.dict.yaml
Normal file
File diff suppressed because it is too large
Load Diff
50
092wb_core.schema.yaml
Normal file
50
092wb_core.schema.yaml
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# 来自中文输入法群:938020953 中的“原版同文lua自定義字集過濾腳本”文件
|
||||||
|
# 此方案文件非必要不编辑
|
||||||
|
# Rime schema
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
schema:
|
||||||
|
schema_id: 092wb_core
|
||||||
|
name: 自定义过滤
|
||||||
|
version: "1.0"
|
||||||
|
dependencies:
|
||||||
|
|
||||||
|
switches:
|
||||||
|
- name: ascii_mode
|
||||||
|
reset: 0
|
||||||
|
states: ["中文", "西文"]
|
||||||
|
|
||||||
|
engine:
|
||||||
|
processors:
|
||||||
|
- ascii_composer
|
||||||
|
- recognizer
|
||||||
|
- key_binder
|
||||||
|
- speller
|
||||||
|
- punctuator
|
||||||
|
- selector
|
||||||
|
- navigator
|
||||||
|
- express_editor
|
||||||
|
segmentors:
|
||||||
|
- ascii_segmentor
|
||||||
|
- matcher
|
||||||
|
- abc_segmentor
|
||||||
|
- punct_segmentor
|
||||||
|
- fallback_segmentor
|
||||||
|
translators:
|
||||||
|
- punct_translator
|
||||||
|
- reverse_lookup_translator
|
||||||
|
- script_translator
|
||||||
|
filters:
|
||||||
|
- uniquifier
|
||||||
|
|
||||||
|
speller:
|
||||||
|
alphabet: 1
|
||||||
|
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb_core
|
||||||
|
|
||||||
|
punctuator:
|
||||||
|
import_preset: default
|
||||||
|
|
||||||
|
recognizer:
|
||||||
|
import_preset: default
|
||||||
34
092wb_key_bindings.yaml
Normal file
34
092wb_key_bindings.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
# Rime key bindings
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
092wb_hotkeys: # 092使用的快捷键
|
||||||
|
__append:
|
||||||
|
- {accept: minus, send: Page_Up, when: has_menu} # 上翻页
|
||||||
|
- {accept: equal, send: Page_Down, when: has_menu} # 下翻页
|
||||||
|
- {accept: semicolon, send: 2, when: has_menu} # 2选重
|
||||||
|
- {accept: apostrophe, send: 3, when: has_menu} # 3选重
|
||||||
|
- {accept: space, send: Escape, when: composing} # 空格清码
|
||||||
|
- {accept: space, send: space, when: has_menu}
|
||||||
|
- {accept: "Control+Shift+f", toggle: zh_trad, when: always} # 繁简
|
||||||
|
- {accept: "Control+Shift+h", toggle: new_spelling, when: always} # 拆分
|
||||||
|
- {accept: "Control+Shift+j", toggle: new_hide_pinyin, when: always} # 拼音
|
||||||
|
- {accept: "Control+Shift+u", toggle: extended_char, when: always} # 超集切换--core过滤
|
||||||
|
- {accept: "Control+Shift+m", toggle: emoji, when: always} # emoji
|
||||||
|
# mac兼容(大写)
|
||||||
|
- {accept: "Control+Shift+F", toggle: zh_trad, when: always} # 繁简
|
||||||
|
- {accept: "Control+Shift+H", toggle: new_spelling, when: always} # 拆分
|
||||||
|
- {accept: "Control+Shift+J", toggle: new_hide_pinyin, when: always} # 拼音
|
||||||
|
- {accept: "Control+Shift+U", toggle: extended_char, when: always} # 超集切换--core过滤
|
||||||
|
- {accept: "Control+Shift+M", toggle: emoji, when: always} # emoji
|
||||||
|
- {accept: "Shift+space", toggle: full_shape, when: always} # 全角切换用于中文排版
|
||||||
|
- {accept: "Control+period", toggle: ascii_punct, when: always} # 中文模式下使用英文标点
|
||||||
|
|
||||||
|
|
||||||
|
# macOS_editing: # mac上使用的键
|
||||||
|
# __append:
|
||||||
|
# - { when: has_menu, accept: Left, send: Up } # Mac下注释使方向键可用
|
||||||
|
# - { when: has_menu, accept: Right, send: Down } # Mac下注释使方向键可用
|
||||||
|
# - {accept: Return, send: Escape, when: composing} # 回车清码关
|
||||||
|
# - {accept: Return, send: Escape, when: has_menu} # 回车清码关
|
||||||
|
|
||||||
|
|
||||||
104
092wb_punctuation.yaml
Normal file
104
092wb_punctuation.yaml
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
# Rime basic symbols
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
full_shape: #全角符号
|
||||||
|
' ' : { commit: ' ' }
|
||||||
|
',' : { commit: , }
|
||||||
|
'.' : { commit: 。 }
|
||||||
|
'<' : '《'
|
||||||
|
'>' : '》'
|
||||||
|
'/' : '、'
|
||||||
|
'?' : { commit: ? }
|
||||||
|
';' : { commit: ; }
|
||||||
|
':' : { commit: : }
|
||||||
|
'''' : { pair: [ '‘', '’' ] }
|
||||||
|
'"' : { pair: [ '“', '”' ] }
|
||||||
|
'\' : '\'
|
||||||
|
'|' : '|'
|
||||||
|
'`' : '·'
|
||||||
|
'~' : '~'
|
||||||
|
'!' : { commit: ! }
|
||||||
|
'@' : '@'
|
||||||
|
'#' : '#'
|
||||||
|
'%' : '%'
|
||||||
|
'$' : '¥'
|
||||||
|
'^' : { commit: …… }
|
||||||
|
'&' : '&'
|
||||||
|
'*' : '×'
|
||||||
|
'(' : '('
|
||||||
|
')' : ')'
|
||||||
|
'-' : '-'
|
||||||
|
'_' : '——'
|
||||||
|
'+' : '+'
|
||||||
|
'=' : '='
|
||||||
|
'[' : '【'
|
||||||
|
']' : '】'
|
||||||
|
'{' : '{'
|
||||||
|
'}' : '}'
|
||||||
|
half_shape: #半角符号
|
||||||
|
',' : { commit: , }
|
||||||
|
'.' : { commit: 。 }
|
||||||
|
'<' : '《'
|
||||||
|
'>' : '》'
|
||||||
|
'/' : '、'
|
||||||
|
'?' : { commit: ? }
|
||||||
|
';' : { commit: ; }
|
||||||
|
':' : { commit: : }
|
||||||
|
'''' : { pair: [ '‘', '’' ] }
|
||||||
|
'"' : { pair: [ '“', '”' ] }
|
||||||
|
'\' : '、'
|
||||||
|
'|' : '|'
|
||||||
|
'`' : '·'
|
||||||
|
'~' : '~'
|
||||||
|
'!' : { commit: ! }
|
||||||
|
'@' : '@'
|
||||||
|
'#' : '#'
|
||||||
|
'%' : '%'
|
||||||
|
'$' : '¥'
|
||||||
|
'^' : { commit: …… }
|
||||||
|
'&' : '&'
|
||||||
|
'*' : '*'
|
||||||
|
'(' : '('
|
||||||
|
')' : ')'
|
||||||
|
'-' : '-'
|
||||||
|
'_' : '——'
|
||||||
|
'+' : '+'
|
||||||
|
'=' : '='
|
||||||
|
'[' : '【'
|
||||||
|
']' : '】'
|
||||||
|
'{' : '{'
|
||||||
|
'}' : '}'
|
||||||
|
|
||||||
|
ascii_style:
|
||||||
|
',' : { commit: ',' }
|
||||||
|
'.' : { commit: '.' }
|
||||||
|
'<' : '<'
|
||||||
|
'>' : '>'
|
||||||
|
'/' : '/'
|
||||||
|
'?' : { commit: '?' }
|
||||||
|
';' : { commit: ';' }
|
||||||
|
':' : { commit: ':' }
|
||||||
|
"'" : "'"
|
||||||
|
'"' : '"'
|
||||||
|
'\' : '\'
|
||||||
|
'|' : '|'
|
||||||
|
'`' : '`'
|
||||||
|
'~' : '~'
|
||||||
|
'!' : { commit: '!' }
|
||||||
|
'@' : '@'
|
||||||
|
'#' : '#'
|
||||||
|
'%' : '%'
|
||||||
|
'$' : '$'
|
||||||
|
'^' : '^'
|
||||||
|
'&' : '&'
|
||||||
|
'*' : '*'
|
||||||
|
'(' : '('
|
||||||
|
')' : ')'
|
||||||
|
'-' : '-'
|
||||||
|
'_' : '_'
|
||||||
|
'+' : '+'
|
||||||
|
'=' : '='
|
||||||
|
'[' : '['
|
||||||
|
']' : ']'
|
||||||
|
'{' : '{'
|
||||||
|
'}' : '}'
|
||||||
182876
092wb_py.dict.yaml
Normal file
182876
092wb_py.dict.yaml
Normal file
File diff suppressed because it is too large
Load Diff
86
092wb_py.schema.yaml
Normal file
86
092wb_py.schema.yaml
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Rime schema
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
schema:
|
||||||
|
schema_id: 092wb_py
|
||||||
|
name: 反查
|
||||||
|
version: "1.0"
|
||||||
|
author:
|
||||||
|
- 佚名
|
||||||
|
description: |
|
||||||
|
源自 Android 拼音
|
||||||
|
dependencies:
|
||||||
|
- 092wb
|
||||||
|
|
||||||
|
switches:
|
||||||
|
- name: ascii_mode
|
||||||
|
reset: 0
|
||||||
|
states: [ 中, 英 ]
|
||||||
|
|
||||||
|
|
||||||
|
engine:
|
||||||
|
processors:
|
||||||
|
- ascii_composer
|
||||||
|
- recognizer
|
||||||
|
- key_binder
|
||||||
|
- speller
|
||||||
|
- punctuator
|
||||||
|
- selector
|
||||||
|
- navigator
|
||||||
|
- express_editor
|
||||||
|
segmentors:
|
||||||
|
- ascii_segmentor
|
||||||
|
- matcher
|
||||||
|
- abc_segmentor
|
||||||
|
- punct_segmentor
|
||||||
|
- fallback_segmentor
|
||||||
|
translators:
|
||||||
|
- punct_translator
|
||||||
|
- script_translator
|
||||||
|
- reverse_lookup_translator
|
||||||
|
filters:
|
||||||
|
- simplifier
|
||||||
|
- uniquifier
|
||||||
|
|
||||||
|
speller:
|
||||||
|
alphabet: zyxwvutsrqponmlkjihgfedcba
|
||||||
|
delimiter: " '"
|
||||||
|
algebra:
|
||||||
|
- abbrev/^([a-z]).+$/$1/
|
||||||
|
- abbrev/^([zcs]h).+$/$1/
|
||||||
|
- derive/^([nl])ue$/$1ve/
|
||||||
|
- derive/^([jqxy])u/$1v/
|
||||||
|
- derive/un$/uen/
|
||||||
|
- derive/ui$/uei/
|
||||||
|
- derive/iu$/iou/
|
||||||
|
- derive/([aeiou])ng$/$1gn/
|
||||||
|
- derive/([dtngkhrzcs])o(u|ng)$/$1o/
|
||||||
|
- derive/ong$/on/
|
||||||
|
- derive/ao$/oa/
|
||||||
|
- derive/([iu])a(o|ng?)$/a$1$2/
|
||||||
|
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb_py
|
||||||
|
preedit_format:
|
||||||
|
- xform/([nl])v/$1ü/
|
||||||
|
- xform/([nl])ue/$1üe/
|
||||||
|
- xform/([jqxy])v/$1u/
|
||||||
|
|
||||||
|
punctuator:
|
||||||
|
import_preset: 092wb_symbols
|
||||||
|
|
||||||
|
key_binder:
|
||||||
|
import_preset: default
|
||||||
|
|
||||||
|
recognizer:
|
||||||
|
import_preset: default
|
||||||
|
patterns:
|
||||||
|
punct: '^zi([0-9]0?|[A-Za-z]+)$'
|
||||||
|
reverse_lookup: "^z[a-z]*'?$"
|
||||||
|
|
||||||
|
reverse_lookup:
|
||||||
|
dictionary: 092wb
|
||||||
|
enable_completion: true
|
||||||
|
tips: 〔五笔2〕
|
||||||
|
|
||||||
|
|
||||||
322
092wb_symbols.yaml
Normal file
322
092wb_symbols.yaml
Normal file
@@ -0,0 +1,322 @@
|
|||||||
|
# 来源:https://github.com/rime/rime-prelude/blob/master/symbols.yaml
|
||||||
|
# Rime's punctuation and symbols
|
||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# Usage: patch your Rime schema to enable /X symbols
|
||||||
|
|
||||||
|
config_version: '1.6'
|
||||||
|
|
||||||
|
patch:
|
||||||
|
punctuator/import_preset: symbols
|
||||||
|
recognizer/patterns/punct: '^zi([0-9]0?|[A-Za-z]+)$'
|
||||||
|
|
||||||
|
punctuator:
|
||||||
|
digit_separators: ",.:" # 在此处指定的字符,在数字后被输入,若再次输入数字,则连同数字直接上屏;若双击,则恢复映射。 # librime >= 28a234f
|
||||||
|
# digit_separator_action: commit # 关闭上述行为 librime >= 1.13.1
|
||||||
|
full_shape: #全角符号
|
||||||
|
' ' : { commit: ' ' }
|
||||||
|
',' : { commit: , }
|
||||||
|
'.' : { commit: 。 }
|
||||||
|
'<' : '《'
|
||||||
|
'>' : '》'
|
||||||
|
'/' : '、'
|
||||||
|
'?' : { commit: ? }
|
||||||
|
';' : { commit: ; }
|
||||||
|
':' : { commit: : }
|
||||||
|
'''' : { pair: [ '‘', '’' ] }
|
||||||
|
'"' : { pair: [ '“', '”' ] }
|
||||||
|
'\' : '\'
|
||||||
|
'|' : '|'
|
||||||
|
'`' : '·'
|
||||||
|
'~' : '~'
|
||||||
|
'!' : { commit: ! }
|
||||||
|
'@' : '@'
|
||||||
|
'#' : '#'
|
||||||
|
'%' : '%'
|
||||||
|
'$' : '¥'
|
||||||
|
'^' : { commit: …… }
|
||||||
|
'&' : '&'
|
||||||
|
'*' : '×'
|
||||||
|
'(' : '('
|
||||||
|
')' : ')'
|
||||||
|
'-' : '-'
|
||||||
|
'_' : '——'
|
||||||
|
'+' : '+'
|
||||||
|
'=' : '='
|
||||||
|
'[' : '【'
|
||||||
|
']' : '】'
|
||||||
|
'{' : '{'
|
||||||
|
'}' : '}'
|
||||||
|
half_shape: #半角符号
|
||||||
|
',' : { commit: , }
|
||||||
|
'.' : { commit: 。 }
|
||||||
|
'<' : '《'
|
||||||
|
'>' : '》'
|
||||||
|
'/' : '、'
|
||||||
|
'?' : { commit: ? }
|
||||||
|
';' : { commit: ; }
|
||||||
|
':' : { commit: : }
|
||||||
|
'''' : { pair: [ '‘', '’' ] }
|
||||||
|
'"' : { pair: [ '“', '”' ] }
|
||||||
|
'\' : '、'
|
||||||
|
'|' : '|'
|
||||||
|
'`' : '·'
|
||||||
|
'~' : '~'
|
||||||
|
'!' : { commit: ! }
|
||||||
|
'@' : '@'
|
||||||
|
'#' : '#'
|
||||||
|
'%' : '%'
|
||||||
|
'$' : '¥'
|
||||||
|
'^' : { commit: …… }
|
||||||
|
'&' : '&'
|
||||||
|
'*' : '*'
|
||||||
|
'(' : '('
|
||||||
|
')' : ')'
|
||||||
|
'-' : '-'
|
||||||
|
'_' : '——'
|
||||||
|
'+' : '+'
|
||||||
|
'=' : '='
|
||||||
|
'[' : '【'
|
||||||
|
']' : '】'
|
||||||
|
'{' : '{'
|
||||||
|
'}' : '}'
|
||||||
|
|
||||||
|
symbols:
|
||||||
|
#符號、電腦
|
||||||
|
'zifh': [ ©, ®, ℗, ℠, ™, ℡, ℻, ☇, ☈, ☉, ☊, ☋, ☌, ☍, ☎, ☏, ☐, ☑, ☒, ☓, ☕, ☖, ☗, ⛉, ⛊, ☘, ☙, ☚, ☛, ☜, ☝, ☞, ☟, ☠, ☡, ☢, ☣, ☤, ☥, ☦, ☧, ☨, ☩, ☪, ☫, ☬, ☭, ☮, ☯, ☸, ♨, ♰, ♱, ♲, ♳, ♴, ♵, ♶, ♷, ♸, ♹, ♺, ♻, ♼, ♽, ♾, ♿, ⚆, ⚇, ⚈, ⚉, ⚐, ⚑, ⚒, ⚓, ⚔, ⚕, ⚖, ⚗, ⚘, ⚙, ⚚, ⚛, ⚜, ⚝, ⚞, ⚟, ⚠, ⚡, ⚰, ⚱, ⚲, ⚳, ⚴, ⚵, ⚶, ⚷, ⚸, ⚹, ⚺, ⚻, ⚼, ⚽, ⚾, ⚿, ⛀, ⛁, ⛂, ⛃, ⛋, ⛌, ⛍, ⛎, ⛏, ⛐, ⛑, ⛒, ⛓, ⛔, ⛕, ⛖, ⛗, ⛘, ⛙, ⛚, ⛛, ⛜, ⛝, ⛞, ⛟, ⛠, ⛡, ⛢, ⛣, ⛨, ⛩, ⛪, ⛫, ⛬, ⛭, ⛮, ⛯, ⛰, ⛱, ⛲, ⛳, ⛴, ⛵, ⛶, ⛷, ⛸, ⛹, ⛺, ⛻, ⛼, ⛽, ⛾, ⛿ ]
|
||||||
|
'zidn': [ , ❖, ⌘, ⌃, ⌥, ⎇, ⇧, ⇪, ␣, ⇥, ⇤, ↩, ⌅, ⌤, ⌫, ⌦, ⌧, ⎋, ⌨, ◁, ⌀, ⌖, ⌗, ⏏, ↖, ↘, ⇞, ⇟, ⌚, ⏰, ⏱, ⏲, ⏳, ⌛, ⌜, ⌝⌞⌟, ⍑, ⏩, ⏪, ⏫, ⏬, ⏭, ⏮, ⏯ ]
|
||||||
|
#象棋、麻將、色子、撲克
|
||||||
|
'zixq': [ ♔, ♕, ♖, ♗, ♘, ♙, ♚, ♛, ♜, ♝, ♞, ♟ ]
|
||||||
|
'zimj': [ 🀀, 🀁, 🀂, 🀃, 🀄, 🀅, 🀆, 🀇, 🀈, 🀉, 🀊, 🀋, 🀌, 🀍, 🀎, 🀏, 🀐, 🀑, 🀒, 🀓, 🀔, 🀕, 🀖, 🀗, 🀘, 🀙, 🀚, 🀛, 🀜, 🀝, 🀞, 🀟, 🀠, 🀡, 🀢, 🀣, 🀤, 🀥, 🀦, 🀧, 🀨, 🀩, 🀪, 🀫 ]
|
||||||
|
'zisz': [ ⚀, ⚁, ⚂, ⚃, ⚄, ⚅ ]
|
||||||
|
'zipk': [ ♠, ♥, ♣, ♦, ♤, ♡, ♧, ♢ ]
|
||||||
|
#表情
|
||||||
|
'zibq': [ ☻, ☺, ☹ ]
|
||||||
|
#天氣
|
||||||
|
'zitq': [ ☀, ☁, ⛅, ⛈, ⛆, ☂, ☔, ☃, ⛄, ⛇ ]
|
||||||
|
#音樂
|
||||||
|
'ziyy': [ 𝄞, ♩, ♪, ♫, ♬, ♭, ♮, ♯ ]
|
||||||
|
#兩性
|
||||||
|
'zilx': [ ♂, ♀, ⚢, ⚣, ⚤, ⚥, ⚦, ⚧, ⚨, ⚩, ⚪, ⚫, ⚬, ⚭, ⚮, ⚯ ]
|
||||||
|
#八卦、八卦名、六十四卦、六十四卦名、太玄經
|
||||||
|
'zibg': [ ☰, ☱, ☲, ☳, ☴, ☵, ☶, ☷ ]
|
||||||
|
'zibgm': [ 乾, 兌, 離, 震, 巽, 坎, 艮, 坤 ]
|
||||||
|
'zilssg': [ ䷀, ䷁, ䷂, ䷃, ䷄, ䷅, ䷆, ䷇, ䷈, ䷉, ䷊, ䷋, ䷌, ䷍, ䷎, ䷏, ䷐, ䷑, ䷒, ䷓, ䷔, ䷕, ䷖, ䷗, ䷘, ䷙, ䷚, ䷛, ䷜, ䷝, ䷞, ䷟, ䷠, ䷡, ䷢, ䷣, ䷤, ䷥, ䷦, ䷧, ䷨, ䷩, ䷪, ䷫, ䷬, ䷭, ䷮, ䷯, ䷰, ䷱, ䷲, ䷳, ䷴, ䷵, ䷶, ䷷, ䷸, ䷹, ䷺, ䷻, ䷼, ䷽, ䷾, ䷿ ]
|
||||||
|
'zilssgm': [ 乾, 坤, 屯, 蒙, 需, 訟, 師, 比, 小畜, 履, 泰, 否, 同人, 大有, 謙, 豫, 隨, 蠱, 臨, 觀, 噬嗑, 賁, 剝, 復, 无妄, 大畜, 頤, 大過, 坎, 離, 咸, 恆, 遯, 大壯, 晉, 明夷, 家人, 睽, 蹇, 解, 損, 益, 夬, 姤, 萃, 升, 困, 井, 革, 鼎, 震, 艮, 漸, 歸妹, 豐, 旅, 巽, 兌, 渙, 節, 中孚, 小過, 既濟, 未濟 ]
|
||||||
|
'zitxj': [ ⚊, ⚋, ⚌, ⚍, ⚎, ⚏, 𝌀, 𝌁, 𝌂, 𝌃, 𝌄, 𝌅, 𝌆, 𝌇, 𝌈, 𝌉, 𝌊, 𝌋, 𝌌, 𝌍, 𝌎, 𝌏, 𝌐, 𝌑, 𝌒, 𝌓, 𝌔, 𝌕, 𝌖, 𝌗, 𝌘, 𝌙, 𝌚, 𝌛, 𝌜, 𝌝, 𝌞, 𝌟, 𝌠, 𝌡, 𝌢, 𝌣, 𝌤, 𝌥, 𝌦, 𝌧, 𝌨, 𝌩, 𝌪, 𝌫, 𝌬, 𝌭, 𝌮, 𝌯, 𝌰, 𝌱, 𝌲, 𝌳, 𝌴, 𝌵, 𝌶, 𝌷, 𝌸, 𝌹, 𝌺, 𝌻, 𝌼, 𝌽, 𝌾, 𝌿, 𝍀, 𝍁, 𝍂, 𝍃, 𝍄, 𝍅, 𝍆, 𝍇, 𝍈, 𝍉, 𝍊, 𝍋, 𝍌, 𝍍, 𝍎, 𝍏, 𝍐, 𝍑, 𝍒, 𝍓, 𝍔, 𝍕, 𝍖 ]
|
||||||
|
#天體、星座、星座名、十二宮
|
||||||
|
'zitt': [ ☄, ☼, ☽, ☾, ☿, ♀, ♁, ♂, ♃, ♄, ♅, ♆, ♇ ]
|
||||||
|
'zixz': [ ♈, ♉, ♊, ♋, ♌, ♍, ♎, ♏, ♐, ♑, ♒, ♓ ]
|
||||||
|
'zixzm': [ 白羊座, 金牛座, 雙子座, 巨蟹座, 獅子座, 室女座, 天秤座, 天蠍座, 人馬座, 摩羯座, 寶瓶座, 雙魚座 ]
|
||||||
|
'ziseg': [ 白羊宮, 金牛宮, 雙子宮, 巨蟹宮, 獅子宮, 室女宮, 天秤宮, 天蠍宮, 人馬宮, 摩羯宮, 寶瓶宮, 雙魚宮 ]
|
||||||
|
#星號
|
||||||
|
'zixh': [ ★, ☆, ⛤, ⛥, ⛦, ⛧, ✡, ❋, ❊, ❉, ❈, ❇, ❆, ❅, ❄, ❃, ❂, ❁, ❀, ✿, ✾, ✽, ✼, ✻, ✺, ✹, ✸, ✷, ✶, ✵, ✴, ✳, ✲, ✱, ✰, ✯, ✮, ✭, ✬, ✫, ✪, ✩, ✧, ✦, ✥, ✤, ✣, ✢ ]
|
||||||
|
#方塊
|
||||||
|
'zifk': [ ▀, ▁, ▂, ▃, ▄, ▅, ▆, ▇, █, ▉, ▊, ▋, ▌, ▍, ▎, ▏, ▐, ░, ▒, ▓, ▔, ▕, ▖, ▗, ▘, ▙, ▚, ▛, ▜, ▝, ▞, ▟ ]
|
||||||
|
#幾何
|
||||||
|
'zijh': [ ■, □, ▢, ▣, ▤, ▥, ▦, ▧, ▨, ▩, ▪, ▫, ▬, ▭, ▮, ▯, ▰, ▱, ▲, △, ▴, ▵, ▶, ▷, ▸, ▹, ►, ▻, ▼, ▽, ▾, ▿, ◀, ◁, ◂, ◃, ◄, ◅, ◆, ◇, ◈, ◉, ◊, ○, ◌, ◍, ◎, ●, ◐, ◑, ◒, ◓, ◔, ◕, ◖, ◗, ◘, ◙, ◚, ◛, ◜, ◝, ◞, ◟, ◠, ◡, ◢, ◣, ◤, ◥, ◦, ◧, ◨, ◩, ◪, ◫, ◬, ◭, ◮, ◯, ◰, ◱, ◲, ◳, ◴, ◵, ◶, ◷, ◸, ◹, ◺, ◻, ◼, ◽, ◾, ◿ ]
|
||||||
|
#箭頭
|
||||||
|
'zijt': [ ↑, ↓, ←, →, ↕, ↔, ↖, ↗, ↙, ↘, ↚, ↛, ↮, ↜, ↝, ↞, ↟, ↠, ↡, ↢, ↣, ↤, ↥, ↦, ↧, ↨, ↩, ↪, ↫, ↬, ↭, ↯, ↰, ↱, ↲, ↳, ↴, ↵, ↶, ↷, ↸, ↹, ↺, ↻, ↼, ↽, ↾, ↿, ⇀, ⇁, ⇂, ⇃, ⇄, ⇅, ⇆, ⇇, ⇈, ⇉, ⇊, ⇋, ⇌, ⇐, ⇍, ⇑, ⇒, ⇏, ⇓, ⇔, ⇎, ⇕, ⇖, ⇗, ⇘, ⇙, ⇚, ⇛, ⇜, ⇝, ⇞, ⇟, ⇠, ⇡, ⇢, ⇣, ⇤, ⇥, ⇦, ⇧, ⇨, ⇩, ⇪, ⇫, ⇬, ⇭, ⇮, ⇯, ⇰, ⇱, ⇲, ⇳, ⇴, ⇵, ⇶, ⇷, ⇸, ⇹, ⇺, ⇻, ⇼, ⇽, ➔, ➘, ➙, ➚, ➛, ➜, ➝, ➞, ➟, ➠, ➡, ➢, ➣, ➤, ➥, ➦, ➧, ➨, ➩, ➪, ➫, ➬, ➭, ➮, ➱, ➲, ➳, ➴, ➵, ➶, ➷, ➸, ➹, ➺, ➻, ➼, ➽, ➾ ]
|
||||||
|
#數學
|
||||||
|
'zisx': [ ±, ÷, ×, ∈, ∏, ∑, -, +, <, ≮, =, ≠, >, ≯, ∕, √, ∝, ∞, ∟, ∠, ∥, ∧, ∨, ∩, ∪, ∫, ∮, ∴, ∵, ∷, ∽, ≈, ≌, ≒, ≡, ≤, ≥, ≦, ≧, ⊕, ⊙, ⊥, ⊿, ㏑, ㏒ ]
|
||||||
|
#數字+圈/弧/點
|
||||||
|
'ziszq': [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩, ⑪, ⑫, ⑬, ⑭, ⑮, ⑯, ⑰, ⑱, ⑲, ⑳, ㉑, ㉒, ㉓, ㉔, ㉕, ㉖, ㉗, ㉘, ㉙, ㉚, ㉛, ㉜, ㉝, ㉞, ㉟, ㊱, ㊲, ㊳, ㊴, ㊵, ㊶, ㊷, ㊸, ㊹, ㊺, ㊻, ㊼, ㊽, ㊾, ㊿, ⓿, ❶, ❷, ❸, ❹, ❺, ❻, ❼, ❽, ❾, ❿, ⓫, ⓬, ⓭, ⓮, ⓯, ⓰, ⓱, ⓲, ⓳, ⓴ ]
|
||||||
|
'ziszh': [ ⑴, ⑵, ⑶, ⑷, ⑸, ⑹, ⑺, ⑻, ⑼, ⑽, ⑾, ⑿, ⒀, ⒁, ⒂, ⒃, ⒄, ⒅, ⒆, ⒇ ]
|
||||||
|
'ziszd': [ ⒈, ⒉, ⒊, ⒋, ⒌, ⒍, ⒎, ⒏, ⒐, ⒑, ⒒, ⒓, ⒔, ⒕, ⒖, ⒗, ⒘, ⒙, ⒚, ⒛ ]
|
||||||
|
#字母+圈/弧
|
||||||
|
'zizmq': [ ⓐ, Ⓐ, ⓑ, Ⓑ, ⓒ, Ⓒ, ⓓ, Ⓓ, ⓔ, Ⓔ, ⓕ, Ⓕ, ⓖ, Ⓖ, ⓗ, Ⓗ, ⓘ, Ⓘ, ⓙ, Ⓙ, ⓚ, Ⓚ, ⓛ, Ⓛ, ⓜ, Ⓜ, ⓝ, Ⓝ, ⓞ, Ⓞ, ⓟ, Ⓟ, ⓠ, Ⓠ, ⓡ, Ⓡ, ⓢ, Ⓢ, ⓣ, Ⓣ, ⓤ, Ⓤ, ⓥ, Ⓥ, ⓦ, Ⓦ, ⓧ, Ⓧ, ⓨ, Ⓨ, ⓩ, Ⓩ ]
|
||||||
|
'zizmh': [ ⒜, ⒝, ⒞, ⒟, ⒠, ⒡, ⒢, ⒣, ⒤, ⒥, ⒦, ⒧, ⒨, ⒩, ⒪, ⒫, ⒬, ⒭, ⒮, ⒯, ⒰, ⒱, ⒲, ⒳, ⒴, ⒵ ]
|
||||||
|
#數字、分數
|
||||||
|
'zi0': [ 〇, 零, ₀, ⁰, ⓪, ⓿ , 0]
|
||||||
|
'zi1': [ 一, 壹, ₁, ¹, Ⅰ, ⅰ, ①, ➀, ❶, ➊, ⓵, ⑴, ⒈, 1, ㊀, ㈠, 弌, 壱, 幺, ㆒ ]
|
||||||
|
'zi2': [ 二, 貳, ₂, ², Ⅱ, ⅱ, ②, ➁, ❷, ➋, ⓶, ⑵, ⒉, 2, ㊁, ㈡, 弍, 弐, 貮, 㒃, 㒳, 兩, 倆, ㆓]
|
||||||
|
'zi3': [ 三, 叄, ₃, ³, Ⅲ, ⅲ, ③, ➂, ❸, ➌, ⓷, ⑶, ⒊, 3, ㊂, ㈢, 參, 参, 叁, 弎, 仨, ㆔]
|
||||||
|
'zi4': [ 四, 肆, ₄, ⁴, Ⅳ, ⅳ, ④, ➃, ❹, ➍, ⓸, ⑷, ⒋, 4, ㊃, ㈣, 亖]
|
||||||
|
'zi5': [ 五, 伍, ₅, ⁵, Ⅴ, ⅴ, ⑤, ➄, ❺, ➎, ⓹, ⑸, ⒌, 5, ㊄, ㈤, 㐅, 㠪, 𠄡 ]
|
||||||
|
'zi6': [ 六, 陸, ₆, ⁶, Ⅵ, ⅵ, ⑥, ➅, ❻, ➏, ⓺, ⑹, ⒍, 6, ㊅, ㈥, ↅ]
|
||||||
|
'zi7': [ 七, 柒, ₇, ⁷, Ⅶ, ⅶ, ⑦, ➆, ❼, ➐, ⓻, ⑺, ⒎, 7, ㊆, ㈦, 漆]
|
||||||
|
'zi8': [ 八, 捌, ₈, ⁸, Ⅷ, ⅷ, ⑧, ➇, ❽, ➑, ⓼, ⑻, ⒏, 8, ㊇, ㈧ ]
|
||||||
|
'zi9': [ 九, 玖, ₉, ⁹, Ⅸ, ⅸ, ⑨, ➈, ❾, ➒, ⓽, ⑼, ⒐, 9, ㊈, ㈨ ]
|
||||||
|
'zi10': [ 十, 拾, ₁₀, ¹⁰, Ⅹ, ⅹ, ⑩, ➉, ❿, ➓, ⓾, ⑽, ⒑, 10, ㊉, ㈩, 什 ]
|
||||||
|
'zifs': [ ⅟, ½, ↉, ⅓, ⅔, ¼, ⅕, ⅖, ⅗, ⅘, ⅙, ⅚, ⅐, ⅛, ⅜, ⅝, ⅞, ⅑, ⅒ ]
|
||||||
|
#蘇州碼
|
||||||
|
'ziszm': [ 〡, 〢, 〣, 〤, 〥, 〦, 〧, 〨, 〩, 〸, 〹, 〺 ]
|
||||||
|
#羅馬數字
|
||||||
|
'zilm': [ ⅰ, ⅱ, ⅲ, ⅳ, ⅴ, ⅵ, ⅶ, ⅷ, ⅸ, ⅹ, ⅺ, ⅻ, ⅼ, ⅽ, ⅾ, ⅿ ]
|
||||||
|
'zilmd': [ Ⅰ, Ⅱ, Ⅲ, Ⅳ, Ⅴ, Ⅵ, Ⅶ, Ⅷ, Ⅸ, Ⅹ, Ⅺ, Ⅻ, Ⅼ, Ⅽ, Ⅾ, Ⅿ ]
|
||||||
|
#拉丁
|
||||||
|
'zia': [ā, á, ǎ, à, ȁ, â, ă, ȃ, ȧ, ä, å, ã, ₐ, ᵃ, ª, ⱥ, ꬰ, ả, ą, ạ, ḁ, ẚ, ấ, ầ, ẫ, ẩ, ắ, ằ, ẵ, ẳ, ǡ, ǟ, ǻ, ậ, ặ, ᶏ, ɐ, ᵄ, ɑ, ᵅ, ᶐ, ɒ, ᶛ]
|
||||||
|
'ziA': [Ā, Á, Ǎ, À, Ȁ, Â, Ă, Ȃ, Ȧ, Ä, Å, Ã, ᴀ, ᴬ, Ⱥ, Ả, Ą, Ạ, Ḁ, Ấ, Ầ, Ẫ, Ẩ, Ắ, Ằ, Ẵ, Ẳ, Ǡ, Ǟ, Ǻ, Ậ, Ặ, Ɐ, Ɑ, Ɒ ]
|
||||||
|
'zib': [ḃ, ḅ, ᵇ, ƀ, ƃ, ḇ, ɓ, ᵬ, ᶀ, ꞗ]
|
||||||
|
'ziB': [Ḃ, Ḅ, ʙ, ᴃ, ᴮ, ᴯ, Ƀ, Ƃ, Ḇ, Ɓ, Ꞗ]
|
||||||
|
'zic': [ç, ć, č, ĉ, ċ, ᶜ, ȼ, ꞓ, ƈ, ḉ, ꞔ, ɕ, ᶝ, ꜿ]
|
||||||
|
'ziC': [Ç, Ć, Č, Ĉ, Ċ, ᴄ, Ȼ, Ꞓ, Ƈ, Ḉ, Ꜿ]
|
||||||
|
'zid': [ď, ḋ, ᵈ, đ, ƌ, ᵭ, ḑ, ḓ, ḏ, ḍ, ɖ, ɗ, ᶑ, ᶁ, ð, ᶞ, ꝱ, ʤ, ʣ, ʥ, ȡ, ƍ, dz, dž, ẟ]
|
||||||
|
'ziD': [Ď, Ḋ, ᴅ, ᴆ, ᴰ, Đ, Ƌ, Ḑ, Ḓ, Ḏ, Ḍ, Ɖ, Ɗ, Ð, DZ, Dz, DŽ, Dž ]
|
||||||
|
'zie': [ē, é, ě, è, ȅ, ê, ĕ, ȇ, ė, ë, ẽ, ₑ, ᵉ, ɇ, ꬳ, ẻ, ȩ, ę, ḙ, ẹ, ḛ, ḗ, ḕ, ế, ề, ễ, ể, ḝ, ệ, ᶒ, ꬴ, ɘ, ə, ɚ, ᶕ, ɛ, ᵋ, ᶓ, ɜ, ᵌ, ᴈ, ᶟ, ɝ, ᶔ, ɞ, ʚ, ǝ, ₔ, ᵊ, ȝ, ⱸ]
|
||||||
|
'ziE': [Ē, É, Ě, È, Ȅ, Ê, Ĕ, Ȇ, Ė, Ë, Ẽ, ᴇ, ᴱ, Ɇ, Ẻ, Ȩ, Ę, Ḙ, Ẹ, Ḛ, Ḗ, Ḕ, Ế, Ề, Ễ, Ể, Ḝ, Ệ, Ə, Ɛ, Ɜ, Ǝ, ⱻ, ᴲ, Ȝ ]
|
||||||
|
'zif': [ḟ, ᶠ, ƒ, ᵮ, ᶂ, ꞙ ]
|
||||||
|
'ziF': [Ḟ, ꜰ, Ƒ, Ꞙ, ꟻ]
|
||||||
|
'zig': [ḡ, ǵ, ǧ, ĝ, ğ, ġ, ᵍ, ǥ, ꞡ, ģ, ɠ, ᵷ, ᶃ, ɡ, ꬶ, ᶢ, ɣ, ˠ, ɤ, ᵹ]
|
||||||
|
'ziG': [Ḡ, Ǵ, Ǧ, Ĝ, Ğ, Ġ, ʛ, ᴳ, Ǥ, Ꞡ, Ģ, Ɠ, Ɡ, Ɣ ]
|
||||||
|
'zih': [ĥ, ȟ, ḣ, ḧ, ͪ, ħ, ɦ, ʱ, ꜧ, ꭜ, ɧ, ḩ, ẖ, ḫ, ḥ, ⱨ, ꞕ, ɥ, ᶣ, ʮ, ʯ, ⱶ]
|
||||||
|
'ziH': [Ĥ, Ȟ, Ḣ, Ḧ, ʜ, ᴴ, Ħ, Ɦ, Ꜧ, Ḩ, Ḫ, Ḥ, Ⱨ, Ɥ, Ⱶ]
|
||||||
|
'zii': [ī, í, ǐ, ì, ȉ, î, ĭ, ȋ, ï, ĩ, ᵢ, ı, ɨ, ᶤ, ỉ, į, ị, ḭ, ᴉ, ᵎ, ḯ, ᶖ, ɩ, ᶥ, ᵼ]
|
||||||
|
'ziI': [Ī, Í, Ǐ, Ì, Ȉ, Î, Ĭ, Ȋ, Ï, Ĩ, ɪ, ᴵ, ᶦ, Ɨ, ᵻ, ᶧ, Ỉ, Į, Ị, Ḭ, Ḯ, ꟾ, Ɩ ]
|
||||||
|
'zij': [ĵ, ǰ, ⱼ, ʲ, ɉ, ȷ, ɟ, ᶡ, ʄ, ʝ, ᶨ]
|
||||||
|
'ziJ': [Ĵ, ᴊ, ᴶ, Ɉ, Ʝ ]
|
||||||
|
'zik': [ḱ, ǩ, ₖ, ᵏ, ꝁ, ꝃ, ꞣ, ꝅ, ķ, ḵ, ḳ, ƙ, ᶄ, ⱪ, ʞ, ĸ]
|
||||||
|
'ziK': [Ḱ, Ǩ, ᴋ, ᴷ, Ꝁ, Ꝃ, Ꞣ, Ꝅ, Ķ, Ḵ, Ḳ, Ƙ, Ⱪ, Ʞ ]
|
||||||
|
'zil': [ĺ, ˡ, ł, ꝉ, ƚ, ⱡ, ɫ, ꭞ, ꬸ, ɬ, ľ, ļ, ḻ, ḽ, ḷ, ŀ, ꝲ, ƛ, ᶅ, ᶪ, ɭ, ᶩ, ḹ, ꬷ, ꭝ, ꬹ, ȴ, ꝇ]
|
||||||
|
'ziL': [Ĺ, ʟ, ᶫ, Ƚ, Ꝉ, Ł, ᴌ, Ⱡ, Ɫ, Ɬ, Ľ, Ļ, Ḻ, Ḽ, Ḷ, Ŀ, Ꝇ]
|
||||||
|
'zim': [ḿ, ṁ, ᵐ, ₘ, ṃ, ᵯ, ɱ, ᶬ, ꬺ, ᶆ, ꝳ, ɯ, ᵚ, ɰ, ᶭ, ᴟ]
|
||||||
|
'ziM': [Ḿ, Ṁ, ᴍ, ᴹ, Ṃ, Ɱ, Ɯ, ꟽ, ꟿ ]
|
||||||
|
'zin': [ń, ň, ǹ, ṅ, ñ, ₙ, ⁿ, ɲ, ᶮ, ɳ, ᶯ, ȵ, ƞ, ŋ, ᵑ, ꬻ, ꬼ, ꝴ, ʼn, ꞥ, ņ, ṉ, ṋ, ṇ, ᵰ, ꞑ, ᶇ]
|
||||||
|
'ziN': [Ń, Ň, Ǹ, Ṅ, Ñ, ɴ, ᴺ, ᴻ, ᶰ, Ɲ, Ƞ, Ŋ, Ņ, Ṉ, Ṋ, Ṇ, Ꞑ ]
|
||||||
|
'zio': [ō, ó, ő, ǒ, ò, ô, ŏ, ȯ, ö, õ, ₒ, ᵒ, º, ɔ, ᵓ, ᶗ, ꬿ, ø, ǫ, ọ, ơ, ɵ, ᶱ, ᴑ, ᴒ, ᴓ, ꝋ, ꝍ, ṓ, ṑ, ố, ồ, ỗ, ổ, ȱ, ȫ, ȭ, ṍ, ṏ, ộ, ǭ, ǿ, ớ, ờ, ỡ, ở, ợ, ɷ, ⱺ, ᴖ, ᵔ, ᴗ, ᵕ]
|
||||||
|
'ziO': [Ō, Ó, Ő, Ǒ, Ò, Ô, Ŏ, Ȯ, Ö, Õ, ᴏ, ᴼ, Ɔ, ᴐ, Ø, Ǫ, Ọ, Ơ, Ɵ, Ꝋ, Ꝍ, Ṓ, Ṑ, Ố, Ồ, Ỗ, Ổ, Ȱ, Ȫ, Ȭ, Ṍ, Ṏ, Ộ, Ǭ, Ǿ, Ớ, Ờ, Ỡ, Ở, Ợ ]
|
||||||
|
'zip': [ṕ, ṗ, ᵖ, ᵽ, ꝑ, ᵱ, ƥ, ᶈ, ꝓ, ꝕ, ɸ, ᶲ, ⱷ ]
|
||||||
|
'ziP': [Ṕ, Ṗ, ᴘ, ᴾ, Ᵽ, Ꝑ, Ƥ, Ꝓ, Ꝕ, ꟼ]
|
||||||
|
'ziq': [ɋ, ꝗ, ꝙ, ʠ]
|
||||||
|
'ziQ': [Ɋ, Ꝗ, Ꝙ ]
|
||||||
|
'zir': [ŕ, ř, ȑ, ȓ, ṙ, ᵣ, ɍ, ꞧ, ᵲ, ŗ, ṟ, ṛ, ṝ, ᵳ, ɽ, ᶉ, ꭇ, ꭈ, ꭊ, ꭉ, ꝵ, ꭋ, ꭌ, ɹ, ʴ, ɺ, ɻ, ʵ, ⱹ, ɼ, ʳ, ɾ, ɿ, ꝛ, ꝝ]
|
||||||
|
'ziR': [Ŕ, Ř, Ȑ, Ȓ, Ṙ, ʀ, ᴙ, ᴿ, Ʀ, ꭆ, Ɍ, Ꞧ, Ŗ, Ṟ, Ṛ, Ṝ, Ɽ, ꝶ, ʶ, ʁ, Ꝛ, Ꝝ]
|
||||||
|
'zis': [ś, ŝ, š, ṡ, ˢ, ʂ, ᶳ, ᵴ, ꞩ, ᶊ, ş, ṣ, ș, ȿ, ṥ, ṧ, ṩ, ʃ, ᶴ, ʆ, ᶘ, ʅ, ƪ, ß, ſ, ẛ, ẜ, ẝ]
|
||||||
|
'ziS': [Ś, Ŝ, Š, Ṡ, ꜱ, Ꞩ, Ş, Ṣ, Ș, Ṥ, Ṧ, Ṩ, Ʃ, ẞ, ]
|
||||||
|
'zit': [ť, ṫ, ẗ, ᵗ, ₜ, ʈ, þ, ꝥ, ꝧ, ŧ, ⱦ, ţ, ṯ, ṱ, ṭ, ț, ƭ, ᵵ, ƫ, ᶵ, ʇ, ȶ, ꝷ]
|
||||||
|
'ziT': [Ť, Ṫ, ᴛ, ᵀ, Ʈ, Þ, Ꝥ, Ꝧ, Ŧ, Ⱦ, Ţ, Ṯ, Ṱ, Ṭ, Ț, Ƭ, Ʇ ]
|
||||||
|
'ziu': [ū, ú, ű, ǔ, ù, ȕ, û, ŭ, ȗ, ü, ǖ, ǘ, ǚ, ǜ, ů, ũ, ᵤ, ᵘ, ʉ, ᶶ, ủ, ų, ṷ, ụ, ṳ, ṵ, ư, ʊ, ᶷ, ᵿ, ᶙ, ṻ, ṹ, ứ, ừ, ữ, ử, ự, ꭒ, ꭟ, ꝸ, ꭎ, ꭏ, ᴝ, ᵙ, ᴞ]
|
||||||
|
'ziU': [Ū, Ú, Ű, Ǔ, Ù, Ȕ, Û, Ŭ, Ȗ, Ü, Ǖ, Ǘ, Ǚ, Ǜ, Ů, Ũ, ᴜ, ᵁ, ᶸ, Ʉ, Ủ, Ų, Ṷ, Ụ, Ṳ, Ṵ, Ư, Ʊ, Ṻ, Ṹ, Ứ, Ừ, Ữ, Ử, Ự ]
|
||||||
|
'ziv': [ü, ǖ, ǘ, ǚ, ǜ, ṽ, ᵛ, ᵥ, ṿ, ꝟ, ʋ, ᶹ, ᶌ, ⱴ, ⱱ, ỽ, ʌ, ᶺ]
|
||||||
|
'ziV': [Ü, Ǖ, Ǘ, Ǚ, Ǜ, Ṽ, ᴠ, ⱽ, Ṿ, Ꝟ, Ʋ, Ỽ, Ʌ ]
|
||||||
|
'ziw': [ẃ, ẁ, ŵ, ẇ, ẅ, ẘ, ʷ, ẉ, ƿ, ʍ, ⱳ]
|
||||||
|
'ziW': [Ẃ, Ẁ, Ŵ, Ẇ, Ẅ, W̊, ᴡ, ᵂ, Ẉ, Ƿ, Ⱳ]
|
||||||
|
'zix': [ẋ, ẍ, ᶍ, ˣ, ₓ, ꭖ, ꭗ, ꭘ, ꭙ]
|
||||||
|
'ziX': [Ẋ, Ẍ ]
|
||||||
|
'ziy': [ȳ, ý, ỳ, ŷ, ẏ, ÿ, ẙ, ỹ, ʸ, ɏ, ỷ, ỵ, ƴ, ʎ, ỿ, ꭚ]
|
||||||
|
'ziY': [Ȳ, Ý, Ỳ, Ŷ, Ẏ, Ÿ, Ỹ, ʏ, Ɏ, Ỷ, Ỵ, Ƴ, Ỿ ]
|
||||||
|
'ziz': [ź, ž, ẑ, ż, ᶻ, ʐ, ᶼ, ʑ, ᶽ, ƶ, ẕ, ẓ, ᵶ, ȥ, ⱬ, ᶎ, ʒ, ᶾ, ǯ, ʓ, ƹ, ƺ, ᶚ, θ, ᶿ, ɀ, ꝣ]
|
||||||
|
'ziZ': [Ź, Ž, Ẑ, Ż, ᴢ, Ƶ, Ẕ, Ẓ, Ȥ, Ⱬ Ʒ, ᴣ, Ǯ, Ƹ, Ɀ, Ꝣ]
|
||||||
|
'ziaa': [ꜳ]
|
||||||
|
'ziAA': [Ꜳ]
|
||||||
|
'ziae': [æ, ǣ, ǽ, ᵆ, ᴂ]
|
||||||
|
'ziAE': [Æ, Ǣ, Ǽ, ᴭ, ᴁ ]
|
||||||
|
'ziao': [ꜵ]
|
||||||
|
'ziAO': [Ꜵ]
|
||||||
|
'ziau': [ꜷ]
|
||||||
|
'ziAU': [Ꜷ]
|
||||||
|
'ziav': [ꜹ, ꜻ]
|
||||||
|
'ziAV': [Ꜹ, Ꜻ]
|
||||||
|
'ziay': [ꜽ]
|
||||||
|
'ziAY': [Ꜽ]
|
||||||
|
'zidb': [ȸ]
|
||||||
|
'ziff': [ff]
|
||||||
|
'ziffi': [ffi]
|
||||||
|
'ziffl': [ffl]
|
||||||
|
'zifi': [fi]
|
||||||
|
'zifl': [fl]
|
||||||
|
'zifn': [ʩ]
|
||||||
|
'zihv': [ƕ]
|
||||||
|
'ziHV': [Ƕ]
|
||||||
|
'ziij': [ij]
|
||||||
|
'ziIJ': [IJ]
|
||||||
|
'zilj': [lj]
|
||||||
|
'zill': [ỻ]
|
||||||
|
'ziLL': [Ỻ]
|
||||||
|
'zils': [ʪ]
|
||||||
|
'zilz': [ʫ, ɮ]
|
||||||
|
'zinj': [nj]
|
||||||
|
'ziNj': [Nj]
|
||||||
|
'ziNJ': [NJ]
|
||||||
|
'zioe': [œ, ᴔ]
|
||||||
|
'ziOE': [Œ, ɶ ]
|
||||||
|
'zioi': [ƣ]
|
||||||
|
'ziOI': [Ƣ]
|
||||||
|
'zioo': [ꝏ]
|
||||||
|
'ziOO': [Ꝏ]
|
||||||
|
'ziou': [ȣ ]
|
||||||
|
'ziOU': [Ȣ, ᴽ]
|
||||||
|
'ziqp': [ȹ]
|
||||||
|
'ziRx': [℞]
|
||||||
|
'zitc': [ʨ]
|
||||||
|
'zith': [ᵺ]
|
||||||
|
'zits': [ʦ, ʧ]
|
||||||
|
'zitz': [ꜩ]
|
||||||
|
'ziTZ': [Ꜩ]
|
||||||
|
'ziue': [ᵫ]
|
||||||
|
'zivy': [ꝡ]
|
||||||
|
'ziVY': [Ꝡ]
|
||||||
|
'ziww': [ʬ]
|
||||||
|
#上標、下標
|
||||||
|
'zisb': [ ¹, ², ³, ⁴, ⁵, ⁶, ⁷, ⁸, ⁹, ⁰, ˜, ⁺, ⁻, ⁼, ⁽, ⁾, ᴬ, ᵃ, ᵄ, ᵅ, ᶛ, ᴭ, ᵆ, ᴮ, ᴯ, ᵇ, ᵝ, ᶜ, ᵓ, ᶝ, ᴰ, ᵈ, ᶞ, ᵟ, ᴱ, ᵉ, ᴲ, ᵊ, ᵋ, ᶟ, ᵌ, ᶠ, ᶡ, ᶲ, ᵠ, ᴳ, ᵍ, ᶢ, ˠ, ᵞ, ᴴ, ʰ, ᶣ, ʱ, ᴵ, ⁱ, ᶤ, ᵎ, ᶥ, ᴶ, ʲ, ᶨ, ᴷ, ᵏ, ᴸ, ᶫ, ˡ, ᶩ, ᶪ, ᴹ, ᵐ, ᶬ, ᵚ, ᶭ, ᴺ, ᴻ, ⁿ, ᵑ, ᶮ, ᶯ, ᴼ, ᵒ, ᶱ, ᴽ, ᴾ, ᵖ, ᴿ, ʳ, ʶ, ʴ, ʵ, ˢ, ᶴ, ᶳ, ᵀ, ᵗ, ᶵ, ᶿ, ᵁ, ᵘ, ᶶ, ᶷ, ᵙ, ⱽ, ᵛ, ᶺ, ᶹ, ᵂ, ʷ, ˣ, ᵡ, ʸ, ᶻ, ᶾ, ᶽ, ᶼ ]
|
||||||
|
'zixb': [ ₁, ₂, ₃, ₄, ₅, ₆, ₇, ₈, ₉, ₀, ₊, ₋, ₌, ₍, ₎, ‸, ᴀ, ₐ, ᴁ, ʙ, ᴃ, ᵦ, ᴄ, ᴐ, ᴒ, ᴅ, ᴆ, ᴇ, ₑ, ₔ, ᵩ, ɢ, ʛ, ᴦ, ᵧ, ʜ, ₕ, ɪ, ᵻ, ᵢ, ᴊ, ⱼ, ᴋ, ₖ, ʟ, ₗ, ᴌ, ᴧ, ᴍ, ₘ, ꟺ, ɴ, ᴎ, ₙ, ᴏ, ₒ, ɶ, ʘ, ᴓ, ᴑ, ᴘ, ₚ, ᴨ, ᴪ, ʀ, ᵣ, ᴙ, ʁ, ᴚ, ᵨ, ₛ, ᴛ, ₜ, ᴜ, ᵤ, ᵾ, ᴠ, ᵥ, ᴡ, ₓ, ᵪ, ʏ, ᴢ, ᴣ ]
|
||||||
|
#希臘
|
||||||
|
'zixl': [ α, β, γ, δ, ε, ζ, η, θ, ι, κ, λ, μ, ν, ξ, ο, π, ρ, σ, ς, τ, υ, φ, χ, ψ, ω ]
|
||||||
|
'zixld': [ Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω ]
|
||||||
|
#俄語
|
||||||
|
'ziey': [ а, б, в, г, д, е, ё, ж, з, и, й, к, л, м, н, о, п, р, с, т, у, ф, х, ц, ч, ш, щ, ъ, ы, ь, э, ю, я ]
|
||||||
|
'zieyd': [ А, Б, В, Г, Д, Е, Ё, Ж, З, И, Й, К, Л, М, Н, О, П, Р, С, Т, У, Ф, Х, Ц, Ч, Ш, Щ, Ъ, Ы, Ь, Э, Ю, Я ]
|
||||||
|
#月份、日期、曜日等
|
||||||
|
'ziyf': [ ㋀, ㋁, ㋂, ㋃, ㋄, ㋅, ㋆, ㋇, ㋈, ㋉, ㋊, ㋋ ]
|
||||||
|
'zirq': [ ㏠, ㏡, ㏢, ㏣, ㏤, ㏥, ㏦, ㏧, ㏨, ㏩, ㏪, ㏫, ㏬, ㏭, ㏮, ㏯, ㏰, ㏱, ㏲, ㏳, ㏴, ㏵, ㏶, ㏷, ㏸, ㏹, ㏺, ㏻, ㏼, ㏽, ㏾ ]
|
||||||
|
'ziyr': [ 月, 火, 水, 木, 金, 土, 日, ㊊, ㊋, ㊌, ㊍, ㊎, ㊏, ㊐, ㊗, ㊡, ㈪, ㈫, ㈬, ㈭, ㈮, ㈯, ㈰, ㈷, ㉁, ㉀ ]
|
||||||
|
#時間
|
||||||
|
'zisj': [ ㍙, ㍚, ㍛, ㍜, ㍝, ㍞, ㍟, ㍠, ㍡, ㍢, ㍣, ㍤, ㍥, ㍦, ㍧, ㍨, ㍩, ㍪, ㍫, ㍬, ㍭, ㍮, ㍯, ㍰, ㍘ ]
|
||||||
|
#天干、地支、干支
|
||||||
|
'zitg': [ 甲, 乙, 丙, 丁, 戊, 己, 庚, 辛, 壬, 癸 ]
|
||||||
|
'zidz': [ 子, 丑, 寅, 卯, 辰, 巳, 午, 未, 申, 酉, 戌, 亥 ]
|
||||||
|
'zigz': [ 甲子, 乙丑, 丙寅, 丁卯, 戊辰, 己巳, 庚午, 辛未, 壬申, 癸酉, 甲戌, 乙亥, 丙子, 丁丑, 戊寅, 己卯, 庚辰, 辛巳, 壬午, 癸未, 甲申, 乙酉, 丙戌, 丁亥, 戊子, 己丑, 庚寅, 辛卯, 壬辰, 癸巳, 甲午, 乙未, 丙申, 丁酉, 戊戌, 己亥, 庚子, 辛丑, 壬寅, 癸卯, 甲辰, 乙巳, 丙午, 丁未, 戊申, 己酉, 庚戌, 辛亥, 壬子, 癸丑, 甲寅, 乙卯, 丙辰, 丁巳, 戊午, 己未, 庚申, 辛酉, 壬戌, 癸亥 ]
|
||||||
|
#節氣
|
||||||
|
'zijq': [ 立春, 雨水, 驚蟄, 春分, 清明, 穀雨, 立夏, 小滿, 芒種, 夏至, 小暑, 大暑, 立秋, 處暑, 白露, 秋分, 寒露, 霜降, 立冬, 小雪, 大雪, 冬至, 小寒, 大寒 ]
|
||||||
|
#單位
|
||||||
|
'zidw': [ Å, ℃, %, ‰, ‱, °, ℉, ㏃, ㏆, ㎈, ㏄, ㏅, ㎝, ㎠, ㎤, ㏈, ㎗, ㎙, ㎓, ㎬, ㏉, ㏊, ㏋, ㎐, ㏌, ㎄, ㎅, ㎉, ㎏, ㎑, ㏍, ㎘, ㎞, ㏎, ㎢, ㎦, ㎪, ㏏, ㎸, ㎾, ㏀, ㏐, ㏓, ㎧, ㎨, ㎡, ㎥, ㎃, ㏔, ㎆, ㎎, ㎒, ㏕, ㎖, ㎜, ㎟, ㎣, ㏖, ㎫, ㎳, ㎷, ㎹, ㎽, ㎿, ㏁, ㎁, ㎋, ㎚, ㎱, ㎵, ㎻, ㏘, ㎩, ㎀, ㎊, ㏗, ㏙, ㏚, ㎰, ㎴, ㎺, ㎭, ㎮, ㎯, ㏛, ㏜, ㎔, ㏝, ㎂, ㎌, ㎍, ㎕, ㎛, ㎲, ㎶, ㎼ ]
|
||||||
|
#貨幣
|
||||||
|
'zihb': [ ¥, ¥, ¤, ¢, $, $, £, £, ৳, ฿, ₠, ₡, ₢, ₣, ₤, ₥, ₦, ₧, ₩, ₪, ₫, €, ₭, ₮, ₯, ₰, ₱, ₲, ₳, ₴, ₵, ₶, ₷, ₸, ₹, ₺, ₨, ﷼ ]
|
||||||
|
#結構、偏旁、康熙(部首)、筆畫、標點
|
||||||
|
'zijg': [ ⿰, ⿱, ⿲, ⿳, ⿴, ⿵, ⿶, ⿷, ⿸, ⿹, ⿺, ⿻, 〾 ]
|
||||||
|
'zipp': [ 乛, 冫, 丷, 龹, ⺌, 龸, 亻, 亼, 亽, 仒, 冖, 冂, 冃, 冄, 宀, 罒, 㓁, 罓, 冈, 凵, 厶, 刂, 勹, 匚, 匸, 卩, 阝, 厂, 丆, 广, 壬, 訁, 讠, 釒, 钅, 飠, 饣, 龺, 攵, 夂, 夊, 尢, 尣, 兂, 旡, 巜, 巛, 彐, 彑, 彡, 彳, 龰, 辶, 廴, 㞢, 忄, 㣺, 扌, 爫, 龵, 廾, 歺, 癶, 氵, 氺, 火, 灬, 爿, 丬, 疒, 牜, ⺶, 犭, 豕, 豸, 虍, 艹, 卝, 龷, 丗, 龶, 芈, 丵, 菐, 黹, 礻, 衤, 糸, 糹, 纟, 龻, 镸, 髟, 襾, 覀, 吅, 㗊, 㠭, 㸚, 叕]
|
||||||
|
'zikx': [ 一, 丨, 丶, 丿, 乙, 亅, 二, 亠, 人, 儿, 入, 八, 冂, 冖, 冫, 几, 凵, 刀, 力, 勹, 匕, 匚, 匸, 十, 卜, 卩, 厂, 厶, 又, 口, 囗, 土, 士, 夂, 夊, 夕, 大, 女, 子, 宀, 寸, 小, 尢, 尸, 屮, 山, 巛, 工, 己, 巾, 干, 幺, 广, 廴, 廾, 弋, 弓, 彐, 彡, 彳, 心, 戈, 戶, 手, 支, 攴, 文, 斗, 斤, 方, 无, 日, 曰, 月, 木, 欠, 止, 歹, 殳, 毋, 比, 毛, 氏, 气, 水, 火, 爪, 父, 爻, 爿, 片, 牙, 牛, 犬, 玄, 玉, 瓜, 瓦, 甘, 生, 用, 田, 疋, 疒, 癶, 白, 皮, 皿, 目, 矛, 矢, 石, 示, 禸, 禾, 穴, 立, 竹, 米, 糸, 缶, 网, 羊, 羽, 老, 而, 耒, 耳, 聿, 肉, 臣, 自, 至, 臼, 舌, 舛, 舟, 艮, 色, 艸, 虍, 虫, 血, 行, 衣, 襾, 見, 角, 言, 谷, 豆, 豕, 豸, 貝, 赤, 走, 足, 身, 車, 辛, 辰, 辵, 邑, 酉, 釆, 里, 金, 長, 門, 阜, 隶, 隹, 雨, 靑, 非, 面, 革, 韋, 韭, 音, 頁, 風, 飛, 食, 首, 香, 馬, 骨, 高, 髟, 鬥, 鬯, 鬲, 鬼, 魚, 鳥, 鹵, 鹿, 麥, 麻, 黃, 黍, 黑, 黹, 黽, 鼎, 鼓, 鼠, 鼻, 齊, 齒, 龍, 龜, 龠 ]
|
||||||
|
'zibh': [ ㇀, ㇁, ㇂, ㇃, ㇄, ㇅, ㇆, ㇇, ㇈, ㇉, ㇊, ㇋, ㇌, ㇍, ㇎, ㇏, ㇐, ㇑, ㇒, ㇓, ㇔, ㇕, ㇖, ㇗, ㇘, ㇙, ㇚, ㇛, ㇜, ㇝, ㇞, ㇟, ㇠, ㇡, ㇢, ㇣ ]
|
||||||
|
'zibd': [ 、, 。, 「, 」, 『, 』, 【, 】, 〈, 〉, 《, 》, ₋, ⁻, ―, ˗, ˉ, _, ﹍, ﹎, ., ¡, ‼, ⁉, ¿, ؟, ⁈, ⁇, 、, 。, 〃, 〄, 々, 〆, 〇, 〒, 〓, 〔, 〕, 〖, 〗, 〘, 〙, 〚, 〛, 〜, 〝, 〞, 〟, 〠, 〰, 〱, 〲, 〳, 〴, 〵, 〶, 〷, 〻, 〼, 〽 ]
|
||||||
|
'zibdz': [ ﹅, ﹆, ﹁, ﹂, ﹃, ﹄, ︙, ︱, ︻, ︼, ︗, ︘, ︵, ︶, ︷, ︸, ︹, ︺, ︿, ﹀, ︽, ︾, ︰, ︲, ︳, ︴, ﹉, ﹊, ﹋, ﹌, ﹍, ﹎, ﹏, ﹇, ﹈, ︐, ︑, ︒, ︔, ︕, ︖ ]
|
||||||
|
#拼音、註音、聲調
|
||||||
|
'zipy': [ ā, á, ǎ, à, ō, ó, ǒ, ò, ê, ê̄, ế, ê̌, ề, ē, é, ě, è, ī, í, ǐ, ì, ū, ú, ǔ, ù, ü, ǖ, ǘ, ǚ, ǜ, ḿ, m̀, ń, ň, ǹ, ẑ, ĉ, ŝ, ŋ ]
|
||||||
|
'zipyd': [ Ā, Á, Ǎ, À, Ō, Ó, Ǒ, Ò, Ê, Ê̄, Ế, Ê̌, Ề, Ē, É, Ě, È, Ī, Í, Ǐ, Ì, Ū, Ú, Ǔ, Ù, Ü, Ǖ, Ǘ, Ǚ, Ǜ, Ḿ, M̀, Ń, Ň, Ǹ, Ẑ, Ĉ, Ŝ, Ŋ ]
|
||||||
|
'zizy': [ ㄅ, ㄆ, ㄇ, ㄈ, ㄉ, ㄊ, ㄋ, ㄌ, ㄍ, ㄎ, ㄏ, ㄐ, ㄑ, ㄒ, ㄓ, ㄔ, ㄕ, ㄖ, ㄗ, ㄘ, ㄙ, ㄧ, ㄨ, ㄩ, ㄚ, ㄛ, ㄜ, ㄝ, ㄞ, ㄟ, ㄠ, ㄡ, ㄢ, ㄣ, ㄤ, ㄥ, ㄦ, ㄪ, ㄫ, ㄬ, ㄭ, ㆠ, ㆡ, ㆢ, ㆣ, ㆤ, ㆥ, ㆦ, ㆧ, ㆨ, ㆩ, ㆪ, ㆫ, ㆬ, ㆭ, ㆮ, ㆯ, ㆰ, ㆱ, ㆲ, ㆳ, ㆴ, ㆵ, ㆶ, ㆷ ]
|
||||||
|
'zisd': [ ˉ, ˊ, ˇ, ˋ, ˆ, ˙, ˜, ˥, ˦, ˧, ˨, ˩, ꜀, ꜁, ꜂, ꜃, ꜄, ꜅, ꜆, ꜇ ]
|
||||||
|
#漢字+圈/弧
|
||||||
|
'zihzq': [ ㊀, ㊁, ㊂, ㊃, ㊄, ㊅, ㊆, ㊇, ㊈, ㊉, ㊊, ㊋, ㊌, ㊍, ㊎, ㊏, ㊐, ㊑, ㊒, ㊓, ㊔, ㊕, ㊖, ㊗, ㊘, ㊙, ㊚, ㊛, ㊜, ㊝, ㊞, ㊟, ㊠, ㊡, ㊢, ㊣, ㊤, ㊥, ㊦, ㊧, ㊨, ㊩, ㊪, ㊫, ㊬, ㊭, ㊮, ㊯, ㊰, ㉄, ㉅, ㉆, ㉇ ]
|
||||||
|
'zihzh': [ ㈠, ㈡, ㈢, ㈣, ㈤, ㈥, ㈦, ㈧, ㈨, ㈩, ㈪, ㈫, ㈬, ㈭, ㈮, ㈯, ㈰, ㈱, ㈲, ㈳, ㈴, ㈵, ㈶, ㈷, ㈸, ㈹, ㈺, ㈻, ㈼, ㈽, ㈾, ㈿, ㉀, ㉁, ㉂, ㉃ ]
|
||||||
|
#いろは順
|
||||||
|
'ziiro': [ い, ろ, は, に, ほ, へ, と, ち, り, ぬ, る, を, わ, か, よ, た, れ, そ, つ, ね, な, ら, む, う, ゐ, の, お, く, や, ま, け, ふ, こ, え, て, あ, さ, き, ゆ, め, み, し, ゑ, ひ, も, せ, す ]
|
||||||
|
#假名
|
||||||
|
'zijm': [ あ, ぁ, い, ぃ, う, ぅ, え, ぇ, お, ぉ, か, ゕ, が, き, ぎ, く, ぐ, け, ゖ, げ, こ, ご, さ, ざ, し, じ, す, ず, せ, ぜ, そ, ぞ, た, だ, ち, ぢ, つ, っ, づ, て, で, と, ど, な, に, ぬ, ね, の, は, ば, ぱ, ひ, び, ぴ, ふ, ぶ, ぷ, へ, べ, ぺ, ほ, ぼ, ぽ, ま, み, む, め, も, や, ゃ, ゆ, ゅ, よ, ょ, ら, り, る, れ, ろ, わ, ゎ, ゐ, ゔ, ゑ, を, ん, ・, ー, ゝ, ゞ, ゟ ]
|
||||||
|
'zipjm': [ ア, ァ, イ, ィ, ウ, ゥ, エ, ェ, オ, ォ, カ, ヵ, ガ, キ, ギ, ク, グ, ケ, ヶ, ゲ, コ, ゴ, サ, ザ, シ, ジ, ス, ズ, セ, ゼ, ソ, ゾ, タ, ダ, チ, ヂ, ツ, ッ, ヅ, テ, デ, ト, ド, ナ, ニ, ヌ, ネ, ノ, ハ, バ, パ, ヒ, ビ, ピ, フ, ブ, プ, ヘ, ベ, ペ, ホ, ボ, ポ, マ, ミ, ム, メ, モ, ヤ, ャ, ユ, ュ, ヨ, ョ, ラ, リ, ル, レ, ロ, ワ, ヮ, ヰ, ヸ, ヴ, ヱ, ヹ, ヲ, ヺ, ン, ・, ー, ヽ, ヾ, ヿ, ㇰ, ㇱ, ㇲ, ㇳ, ㇴ, ㇵ, ㇶ, ㇷ, ㇸ, ㇹ, ㇺ, ㇻ, ㇼ, ㇽ, ㇾ, ㇿ ]
|
||||||
|
'zijmk': [ か, ゕ, き, く, け, ゖ, こ, カ, ヵ, キ, ク, ケ, ヶ, コ ]
|
||||||
|
'zijmg': [ が, ぎ, ぐ, げ, ご, ガ, ギ, グ, ゲ, ゴ ]
|
||||||
|
'zijms': [ さ, し, す, せ, そ, サ, シ, ス, セ, ソ ]
|
||||||
|
'zijmz': [ ざ, じ, ず, ぜ, ぞ, ザ, ジ, ズ, ゼ, ゾ ]
|
||||||
|
'zijmt': [ た, ち, つ, っ, て, と, タ, チ, ツ, ッ, テ, ト ]
|
||||||
|
'zijmd': [ だ, ぢ, づ, で, ど, ダ, ヂ, ヅ, デ, ド ]
|
||||||
|
'zijmn': [ な, に, ぬ, ね, の, ん, ナ, ニ, ヌ, ネ, ノ, ン ]
|
||||||
|
'zijmh': [ は, ひ, ふ, へ, ほ, ハ, ヒ, フ, ヘ, ホ ]
|
||||||
|
'zijmb': [ ば, び, ぶ, べ, ぼ, バ, ビ, ブ, ベ, ボ ]
|
||||||
|
'zijmp': [ ぱ, ぴ, ぷ, ぺ, ぽ, パ, ピ, プ, ペ, ポ ]
|
||||||
|
'zijmm': [ ま, み, む, め, も, マ, ミ, ム, メ, モ ]
|
||||||
|
'zijmy': [ や, ゃ, ゆ, ゅ, よ, ょ, ヤ, ャ, ユ, ュ, ヨ, ョ ]
|
||||||
|
'zijmr': [ ら, り, る, れ, ろ, ラ, リ, ル, レ, ロ ]
|
||||||
|
'zijmw': [ わ, ゐ, ゑ, を, ワ, ヰ, ヱ, ヲ ]
|
||||||
|
'zijma': [ あ, か, が, さ, ざ, た, だ, な, は, ば, ぱ, ま, や, ら, わ, ア, カ, ガ, サ, ザ, タ, ダ, ナ, ハ, バ, パ, マ, ヤ, ラ, ワ ]
|
||||||
|
'zijmi': [ い, き, ぎ, し, じ, ち, ぢ, に, ひ, び, ぴ, み, り, ゐ, イ, キ, ギ, シ, ジ, チ, ヂ, ニ, ヒ, ビ, ピ, ミ, リ, ヰ ]
|
||||||
|
'zijmu': [ う, く, ぐ, す, ず, つ, づ, ぬ, ふ, ぶ, ぷ, む, る, ウ, ク, グ, ス, ズ, ツ, ヅ, ヌ, フ, ブ, プ, ム, ル ]
|
||||||
|
'zijme': [ え, け, げ, せ, ぜ, て, で, ね, へ, べ, ぺ, め, れ, ゑ, エ, ケ, ゲ, セ, ゼ, テ, デ, ネ, ヘ, ベ, ペ, メ, レ, ヱ ]
|
||||||
|
'zijmo': [ お, こ, ご, そ, ぞ, と, ど, の, ほ, ぼ, ぽ, も, ろ, を, オ, コ, ゴ, ソ, ゾ, ト, ド, ノ, ホ, ボ, ポ, モ, ロ, ヲ ]
|
||||||
|
#假名+圈
|
||||||
|
'zijmq': [ ㋐, ㋑, ㋒, ㋓, ㋔, ㋕, ㋖, ㋗, ㋘, ㋙, ㋚, ㋛, ㋜, ㋝, ㋞, ㋟, ㋠, ㋡, ㋢, ㋣, ㋤, ㋥, ㋦, ㋧, ㋨, ㋩, ㋪, ㋫, ㋬, ㋭, ㋮, ㋯, ㋰, ㋱, ㋲, ㋳, ㋴, ㋵, ㋶, ㋷, ㋸, ㋹, ㋺, ㋻, ㋼, ㋽, ㋾ ]
|
||||||
|
#假名+半角
|
||||||
|
'zijmbj': [ ア, ァ, イ, ィ, ウ, ゥ, エ, ェ, オ, ォ, カ, キ, ク, ケ, コ, サ, シ, ス, セ, ソ, タ, チ, ツ, ッ, テ, ト, ナ, ニ, ヌ, ネ, ノ, ハ, ヒ, フ, ヘ, ホ, マ, ミ, ム, メ, モ, ヤ, ャ, ユ, ュ, ヨ, ョ, ラ, リ, ル, レ, ロ, ワ, ヲ, ン, ・, ー, ゙, ゚ ]
|
||||||
|
#韓文
|
||||||
|
'zihw': [ ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ ]
|
||||||
|
#韓文+圈/弧
|
||||||
|
'zihwq': [ ㉠, ㉡, ㉢, ㉣, ㉤, ㉥, ㉦, ㉧, ㉨, ㉩, ㉪, ㉫, ㉬, ㉭, ㉮, ㉯, ㉰, ㉱, ㉲, ㉳, ㉴, ㉵, ㉶, ㉷, ㉸, ㉹, ㉺, ㉻, ㉼, ㉽, ㉾, ㉿ ]
|
||||||
|
'zihwh': [ ㈀, ㈁, ㈂, ㈃, ㈄, ㈅, ㈆, ㈇, ㈈, ㈉, ㈊, ㈋, ㈌, ㈍, ㈎, ㈏, ㈐, ㈑, ㈒, ㈓, ㈔, ㈕, ㈖, ㈗, ㈘, ㈙, ㈚, ㈛, ㈜, ㈝, ㈞ ]
|
||||||
102170
092wb_wb_spelling.dict.yaml
Normal file
102170
092wb_wb_spelling.dict.yaml
Normal file
File diff suppressed because it is too large
Load Diff
13
092wb_wb_spelling.schema.yaml
Normal file
13
092wb_wb_spelling.schema.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Rime schema settings
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
schema:
|
||||||
|
schema_id: 092wb_wb_spelling
|
||||||
|
name: "拆分提示"
|
||||||
|
version: "18.31"
|
||||||
|
author:
|
||||||
|
- Lua-table by Ace-Who
|
||||||
|
description: |
|
||||||
|
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb_wb_spelling
|
||||||
82
README.md
Normal file
82
README.md
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
# 092五笔
|
||||||
|
|
||||||
|
## 简介:
|
||||||
|
>092输入法即09输入法第二代,由「行走的风景」发明,以其惊人的词组离散能力和高速输入成绩,震惊跟打界。
|
||||||
|
## 功能&跨平台支持
|
||||||
|
|功能|快捷键|说明|windows|Mac|Linux|Android|iOS|
|
||||||
|
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
||||||
|
|拆分显隐|Ctrl + Shift + H|显示拆分|✔|✔|✔|✔|
|
||||||
|
|注解|Ctrl + Shift + J|显示拆分、编码、拼音|✔|✔|✔|✔|
|
||||||
|
|超集|Ctrl + Shift + U|生僻字|✔|✔|✔|✔|
|
||||||
|
|繁简|Ctrl + Shift + F|简繁切换|✔|✔|✔|✔|✔|
|
||||||
|
|Emoji|Ctrl + Shift + M|:smile:|✔|✔|✔|✔|
|
||||||
|
|大写金额|R(大写) + 数字|任意大写|✔|✔|✔|✔|✔|
|
||||||
|
|拼音反查|z键|反查五笔编码|✔|✔|✔|✔|✔|
|
||||||
|
|特殊符号|zi + 编码|特殊符号|✔|✔|✔|✔|✔|
|
||||||
|
|重复上屏|z键|重复上一次输入|✔|✔|✔|✔|✔|
|
||||||
|
|上屏注释|Ctrl + Shift + Return||✔|✔|✔|✔|✔|
|
||||||
|
|日期|date|日期|✔|✔|✔|✔|✔|
|
||||||
|
|时间|time|系统时间|✔|✔|✔|✔|✔|
|
||||||
|
|农历|nl|农历|✔|✔|✔|✔|✔|
|
||||||
|
|全角|Shift + Space|全、半角切换|✔|✔|✔|✔|✔|
|
||||||
|
|英文标点|Shift + .|中文状态输英文标点|✔|✔|✔|✔|✔|
|
||||||
|
|2 3选重|;‘|分号、引号|✔|✔|✔|✔|✔|
|
||||||
|
|1-10选重|数字|数字选重|✔|✔|✔|✔|✔|
|
||||||
|
|切换方案|Ctrl + Shift + `||✔|✔|✔|✔|✔|
|
||||||
|
|
||||||
|
[更多说明](https://github.com/092wb/092wb/wiki)
|
||||||
|
|
||||||
|
## 内置方案
|
||||||
|
+ **092五笔**:主体方案
|
||||||
|
## 下载地址:
|
||||||
|
+ [永硕E盘](http://092wb.ys168.com/)
|
||||||
|
## [东风破plum](https://github.com/rime/plum)
|
||||||
|
「东风破」需要安装[Rime前端](https://github.com/rime/home/wiki/RimeWithIBus)。注销添加Rime
|
||||||
|
|
||||||
|
### 类Unix
|
||||||
|
**安装Plum**
|
||||||
|
```shell
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/rime/plum/master/rime-install | bash
|
||||||
|
# or
|
||||||
|
curl -fsSL https://ghproxy.net/https://raw.githubusercontent.com/rime/plum/master/rime-install | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
**安装配**
|
||||||
|
```shell
|
||||||
|
# 进入
|
||||||
|
cd plum
|
||||||
|
```
|
||||||
|
|
||||||
|
ibus-rime
|
||||||
|
安装或更新所有文件
|
||||||
|
```shell
|
||||||
|
bash rime-install 092wb/092wb:recipes/full
|
||||||
|
```
|
||||||
|
|
||||||
|
安装或更新所有词库文件
|
||||||
|
```shell
|
||||||
|
bash rime-install 092wb/092wb:recipes/all_dicts
|
||||||
|
```
|
||||||
|
|
||||||
|
安装或更新opencc
|
||||||
|
```shell
|
||||||
|
bash rime-install 092wb/092wb:recipes/opencc
|
||||||
|
```
|
||||||
|
|
||||||
|
安装或更新拆分
|
||||||
|
```shell
|
||||||
|
bash rime-install 092wb/092wb:recipes/spelling
|
||||||
|
```
|
||||||
|
|
||||||
|
第三方Rime前端,需在plum之用法前加上rime_frontend或rime_dir参数。
|
||||||
|
安装或更新所有文件
|
||||||
|
```shell
|
||||||
|
rime_frontend=fcitx-rime bash rime-install 092wb/092wb:recipes/full
|
||||||
|
```
|
||||||
|
|
||||||
|
或
|
||||||
|
```shell
|
||||||
|
rime_dir="$HOME/.config/fcitx/rime" bash rime-install 092wb/092wb:recipes/full
|
||||||
|
```
|
||||||
|
### Windows
|
||||||
|
「输入法设定」-> 「获取更多输入方案」-> 「092wb/092wb」-> 布署
|
||||||
BIN
build/092wb.prism.bin
Normal file
BIN
build/092wb.prism.bin
Normal file
Binary file not shown.
BIN
build/092wb.reverse.bin
Normal file
BIN
build/092wb.reverse.bin
Normal file
Binary file not shown.
449
build/092wb.schema.yaml
Normal file
449
build/092wb.schema.yaml
Normal file
@@ -0,0 +1,449 @@
|
|||||||
|
092wb_date_translator:
|
||||||
|
date: date
|
||||||
|
time: time
|
||||||
|
week: week
|
||||||
|
092wb_lunar: nl
|
||||||
|
__build_info:
|
||||||
|
rime_version: 1.16.0
|
||||||
|
timestamps:
|
||||||
|
092wb.custom: 0
|
||||||
|
092wb.schema: 1775373452
|
||||||
|
092wb_key_bindings: 1768191297
|
||||||
|
092wb_key_bindings.custom: 0
|
||||||
|
092wb_punctuation: 1768191297
|
||||||
|
092wb_punctuation.custom: 0
|
||||||
|
092wb_symbols: 1768191297
|
||||||
|
092wb_symbols.custom: 0
|
||||||
|
default: 1768129037
|
||||||
|
default.custom: 1768191297
|
||||||
|
key_bindings: 1768129037
|
||||||
|
key_bindings.custom: 0
|
||||||
|
punctuation: 1768129037
|
||||||
|
punctuation.custom: 0
|
||||||
|
emoji:
|
||||||
|
inherit_comment: false
|
||||||
|
opencc_config: 092wb_emoji.json
|
||||||
|
option_name: emoji
|
||||||
|
engine:
|
||||||
|
filters:
|
||||||
|
- "lua_filter@*092wb_core_filter"
|
||||||
|
- "simplifier@emoji"
|
||||||
|
- "lua_filter@*092wb_new_spelling"
|
||||||
|
- "simplifier@traditionalize"
|
||||||
|
- uniquifier
|
||||||
|
processors:
|
||||||
|
- ascii_composer
|
||||||
|
- recognizer
|
||||||
|
- key_binder
|
||||||
|
- speller
|
||||||
|
- punctuator
|
||||||
|
- selector
|
||||||
|
- navigator
|
||||||
|
- express_editor
|
||||||
|
segmentors:
|
||||||
|
- ascii_segmentor
|
||||||
|
- matcher
|
||||||
|
- abc_segmentor
|
||||||
|
- punct_segmentor
|
||||||
|
- fallback_segmentor
|
||||||
|
translators:
|
||||||
|
- punct_translator
|
||||||
|
- reverse_lookup_translator
|
||||||
|
- table_translator
|
||||||
|
- "history_translator@repeat_last_input"
|
||||||
|
- "lua_translator@*092wb_helper"
|
||||||
|
- "lua_translator@*092wb_date_translator"
|
||||||
|
- "lua_translator@*092wb_lunar"
|
||||||
|
- "lua_translator@*092wb_unicode"
|
||||||
|
- "lua_translator@*092wb_number_translator"
|
||||||
|
key_binder:
|
||||||
|
bindings:
|
||||||
|
- {accept: minus, send: Page_Up, when: has_menu}
|
||||||
|
- {accept: equal, send: Page_Down, when: has_menu}
|
||||||
|
- {accept: semicolon, send: 2, when: has_menu}
|
||||||
|
- {accept: apostrophe, send: 3, when: has_menu}
|
||||||
|
- {accept: space, send: Escape, when: composing}
|
||||||
|
- {accept: space, send: space, when: has_menu}
|
||||||
|
- {accept: "Control+Shift+f", toggle: zh_trad, when: always}
|
||||||
|
- {accept: "Control+Shift+h", toggle: new_spelling, when: always}
|
||||||
|
- {accept: "Control+Shift+j", toggle: new_hide_pinyin, when: always}
|
||||||
|
- {accept: "Control+Shift+u", toggle: extended_char, when: always}
|
||||||
|
- {accept: "Control+Shift+m", toggle: emoji, when: always}
|
||||||
|
- {accept: "Control+Shift+F", toggle: zh_trad, when: always}
|
||||||
|
- {accept: "Control+Shift+H", toggle: new_spelling, when: always}
|
||||||
|
- {accept: "Control+Shift+J", toggle: new_hide_pinyin, when: always}
|
||||||
|
- {accept: "Control+Shift+U", toggle: extended_char, when: always}
|
||||||
|
- {accept: "Control+Shift+M", toggle: emoji, when: always}
|
||||||
|
- {accept: "Shift+space", toggle: full_shape, when: always}
|
||||||
|
- {accept: "Control+period", toggle: ascii_punct, when: always}
|
||||||
|
import_preset: default
|
||||||
|
lua_reverse_db:
|
||||||
|
code: 092wb_wb_spelling
|
||||||
|
spelling: 092wb_wb_spelling
|
||||||
|
menu:
|
||||||
|
page_size: 10
|
||||||
|
punctuator:
|
||||||
|
digit_separators: ",.:"
|
||||||
|
full_shape:
|
||||||
|
" ": {commit: " "}
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "×"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "\"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
half_shape:
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "*"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "、"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
import_preset: 092wb_symbols
|
||||||
|
symbols:
|
||||||
|
zi0: ["〇", "零", "₀", "⁰", "⓪", "⓿", "0"]
|
||||||
|
zi1: ["一", "壹", "₁", "¹", "Ⅰ", "ⅰ", "①", "➀", "❶", "➊", "⓵", "⑴", "⒈", "1", "㊀", "㈠", "弌", "壱", "幺", "㆒"]
|
||||||
|
zi10: ["十", "拾", "₁₀", "¹⁰", "Ⅹ", "ⅹ", "⑩", "➉", "❿", "➓", "⓾", "⑽", "⒑", "10", "㊉", "㈩", "什"]
|
||||||
|
zi2: ["二", "貳", "₂", "²", "Ⅱ", "ⅱ", "②", "➁", "❷", "➋", "⓶", "⑵", "⒉", "2", "㊁", "㈡", "弍", "弐", "貮", "㒃", "㒳", "兩", "倆", "㆓"]
|
||||||
|
zi3: ["三", "叄", "₃", "³", "Ⅲ", "ⅲ", "③", "➂", "❸", "➌", "⓷", "⑶", "⒊", "3", "㊂", "㈢", "參", "参", "叁", "弎", "仨", "㆔"]
|
||||||
|
zi4: ["四", "肆", "₄", "⁴", "Ⅳ", "ⅳ", "④", "➃", "❹", "➍", "⓸", "⑷", "⒋", "4", "㊃", "㈣", "亖"]
|
||||||
|
zi5: ["五", "伍", "₅", "⁵", "Ⅴ", "ⅴ", "⑤", "➄", "❺", "➎", "⓹", "⑸", "⒌", "5", "㊄", "㈤", "㐅", "㠪", "𠄡"]
|
||||||
|
zi6: ["六", "陸", "₆", "⁶", "Ⅵ", "ⅵ", "⑥", "➅", "❻", "➏", "⓺", "⑹", "⒍", "6", "㊅", "㈥", "ↅ"]
|
||||||
|
zi7: ["七", "柒", "₇", "⁷", "Ⅶ", "ⅶ", "⑦", "➆", "❼", "➐", "⓻", "⑺", "⒎", "7", "㊆", "㈦", "漆"]
|
||||||
|
zi8: ["八", "捌", "₈", "⁸", "Ⅷ", "ⅷ", "⑧", "➇", "❽", "➑", "⓼", "⑻", "⒏", "8", "㊇", "㈧"]
|
||||||
|
zi9: ["九", "玖", "₉", "⁹", "Ⅸ", "ⅸ", "⑨", "➈", "❾", "➒", "⓽", "⑼", "⒐", "9", "㊈", "㈨"]
|
||||||
|
ziA: ["Ā", "Á", "Ǎ", "À", "Ȁ", "Â", "Ă", "Ȃ", "Ȧ", "Ä", "Å", "Ã", "ᴀ", "ᴬ", "Ⱥ", "Ả", "Ą", "Ạ", "Ḁ", "Ấ", "Ầ", "Ẫ", "Ẩ", "Ắ", "Ằ", "Ẵ", "Ẳ", "Ǡ", "Ǟ", "Ǻ", "Ậ", "Ặ", "Ɐ", "Ɑ", "Ɒ"]
|
||||||
|
ziAA: ["Ꜳ"]
|
||||||
|
ziAE: ["Æ", "Ǣ", "Ǽ", "ᴭ", "ᴁ"]
|
||||||
|
ziAO: ["Ꜵ"]
|
||||||
|
ziAU: ["Ꜷ"]
|
||||||
|
ziAV: ["Ꜹ", "Ꜻ"]
|
||||||
|
ziAY: ["Ꜽ"]
|
||||||
|
ziB: ["Ḃ", "Ḅ", "ʙ", "ᴃ", "ᴮ", "ᴯ", "Ƀ", "Ƃ", "Ḇ", "Ɓ", "Ꞗ"]
|
||||||
|
ziC: ["Ç", "Ć", "Č", "Ĉ", "Ċ", "ᴄ", "Ȼ", "Ꞓ", "Ƈ", "Ḉ", "Ꜿ"]
|
||||||
|
ziD: ["Ď", "Ḋ", "ᴅ", "ᴆ", "ᴰ", "Đ", "Ƌ", "Ḑ", "Ḓ", "Ḏ", "Ḍ", "Ɖ", "Ɗ", "Ð", "DZ", "Dz", "DŽ", "Dž"]
|
||||||
|
ziE: ["Ē", "É", "Ě", "È", "Ȅ", "Ê", "Ĕ", "Ȇ", "Ė", "Ë", "Ẽ", "ᴇ", "ᴱ", "Ɇ", "Ẻ", "Ȩ", "Ę", "Ḙ", "Ẹ", "Ḛ", "Ḗ", "Ḕ", "Ế", "Ề", "Ễ", "Ể", "Ḝ", "Ệ", "Ə", "Ɛ", "Ɜ", "Ǝ", "ⱻ", "ᴲ", "Ȝ"]
|
||||||
|
ziF: ["Ḟ", "ꜰ", "Ƒ", "Ꞙ", "ꟻ"]
|
||||||
|
ziG: ["Ḡ", "Ǵ", "Ǧ", "Ĝ", "Ğ", "Ġ", "ʛ", "ᴳ", "Ǥ", "Ꞡ", "Ģ", "Ɠ", "Ɡ", "Ɣ"]
|
||||||
|
ziH: ["Ĥ", "Ȟ", "Ḣ", "Ḧ", "ʜ", "ᴴ", "Ħ", "Ɦ", "Ꜧ", "Ḩ", "Ḫ", "Ḥ", "Ⱨ", "Ɥ", "Ⱶ"]
|
||||||
|
ziHV: ["Ƕ"]
|
||||||
|
ziI: ["Ī", "Í", "Ǐ", "Ì", "Ȉ", "Î", "Ĭ", "Ȋ", "Ï", "Ĩ", "ɪ", "ᴵ", "ᶦ", "Ɨ", "ᵻ", "ᶧ", "Ỉ", "Į", "Ị", "Ḭ", "Ḯ", "ꟾ", "Ɩ"]
|
||||||
|
ziIJ: ["IJ"]
|
||||||
|
ziJ: ["Ĵ", "ᴊ", "ᴶ", "Ɉ", "Ʝ"]
|
||||||
|
ziK: ["Ḱ", "Ǩ", "ᴋ", "ᴷ", "Ꝁ", "Ꝃ", "Ꞣ", "Ꝅ", "Ķ", "Ḵ", "Ḳ", "Ƙ", "Ⱪ", "Ʞ"]
|
||||||
|
ziL: ["Ĺ", "ʟ", "ᶫ", "Ƚ", "Ꝉ", "Ł", "ᴌ", "Ⱡ", "Ɫ", "Ɬ", "Ľ", "Ļ", "Ḻ", "Ḽ", "Ḷ", "Ŀ", "Ꝇ"]
|
||||||
|
ziLL: ["Ỻ"]
|
||||||
|
ziM: ["Ḿ", "Ṁ", "ᴍ", "ᴹ", "Ṃ", "Ɱ", "Ɯ", "ꟽ", "ꟿ"]
|
||||||
|
ziN: ["Ń", "Ň", "Ǹ", "Ṅ", "Ñ", "ɴ", "ᴺ", "ᴻ", "ᶰ", "Ɲ", "Ƞ", "Ŋ", "Ņ", "Ṉ", "Ṋ", "Ṇ", "Ꞑ"]
|
||||||
|
ziNJ: ["NJ"]
|
||||||
|
ziNj: ["Nj"]
|
||||||
|
ziO: ["Ō", "Ó", "Ő", "Ǒ", "Ò", "Ô", "Ŏ", "Ȯ", "Ö", "Õ", "ᴏ", "ᴼ", "Ɔ", "ᴐ", "Ø", "Ǫ", "Ọ", "Ơ", "Ɵ", "Ꝋ", "Ꝍ", "Ṓ", "Ṑ", "Ố", "Ồ", "Ỗ", "Ổ", "Ȱ", "Ȫ", "Ȭ", "Ṍ", "Ṏ", "Ộ", "Ǭ", "Ǿ", "Ớ", "Ờ", "Ỡ", "Ở", "Ợ"]
|
||||||
|
ziOE: ["Œ", "ɶ"]
|
||||||
|
ziOI: ["Ƣ"]
|
||||||
|
ziOO: ["Ꝏ"]
|
||||||
|
ziOU: ["Ȣ", "ᴽ"]
|
||||||
|
ziP: ["Ṕ", "Ṗ", "ᴘ", "ᴾ", "Ᵽ", "Ꝑ", "Ƥ", "Ꝓ", "Ꝕ", "ꟼ"]
|
||||||
|
ziQ: ["Ɋ", "Ꝗ", "Ꝙ"]
|
||||||
|
ziR: ["Ŕ", "Ř", "Ȑ", "Ȓ", "Ṙ", "ʀ", "ᴙ", "ᴿ", "Ʀ", "ꭆ", "Ɍ", "Ꞧ", "Ŗ", "Ṟ", "Ṛ", "Ṝ", "Ɽ", "ꝶ", "ʶ", "ʁ", "Ꝛ", "Ꝝ"]
|
||||||
|
ziRx: ["℞"]
|
||||||
|
ziS: ["Ś", "Ŝ", "Š", "Ṡ", "ꜱ", "Ꞩ", "Ş", "Ṣ", "Ș", "Ṥ", "Ṧ", "Ṩ", "Ʃ", "ẞ"]
|
||||||
|
ziT: ["Ť", "Ṫ", "ᴛ", "ᵀ", "Ʈ", "Þ", "Ꝥ", "Ꝧ", "Ŧ", "Ⱦ", "Ţ", "Ṯ", "Ṱ", "Ṭ", "Ț", "Ƭ", "Ʇ"]
|
||||||
|
ziTZ: ["Ꜩ"]
|
||||||
|
ziU: ["Ū", "Ú", "Ű", "Ǔ", "Ù", "Ȕ", "Û", "Ŭ", "Ȗ", "Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ů", "Ũ", "ᴜ", "ᵁ", "ᶸ", "Ʉ", "Ủ", "Ų", "Ṷ", "Ụ", "Ṳ", "Ṵ", "Ư", "Ʊ", "Ṻ", "Ṹ", "Ứ", "Ừ", "Ữ", "Ử", "Ự"]
|
||||||
|
ziV: ["Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ṽ", "ᴠ", "ⱽ", "Ṿ", "Ꝟ", "Ʋ", "Ỽ", "Ʌ"]
|
||||||
|
ziVY: ["Ꝡ"]
|
||||||
|
ziW: ["Ẃ", "Ẁ", "Ŵ", "Ẇ", "Ẅ", "W̊", "ᴡ", "ᵂ", "Ẉ", "Ƿ", "Ⱳ"]
|
||||||
|
ziX: ["Ẋ", "Ẍ"]
|
||||||
|
ziY: ["Ȳ", "Ý", "Ỳ", "Ŷ", "Ẏ", "Ÿ", "Ỹ", "ʏ", "Ɏ", "Ỷ", "Ỵ", "Ƴ", "Ỿ"]
|
||||||
|
ziZ: ["Ź", "Ž", "Ẑ", "Ż", "ᴢ", "Ƶ", "Ẕ", "Ẓ", "Ȥ", "Ⱬ Ʒ", "ᴣ", "Ǯ", "Ƹ", "Ɀ", "Ꝣ"]
|
||||||
|
zia: ["ā", "á", "ǎ", "à", "ȁ", "â", "ă", "ȃ", "ȧ", "ä", "å", "ã", "ₐ", "ᵃ", "ª", "ⱥ", "ꬰ", "ả", "ą", "ạ", "ḁ", "ẚ", "ấ", "ầ", "ẫ", "ẩ", "ắ", "ằ", "ẵ", "ẳ", "ǡ", "ǟ", "ǻ", "ậ", "ặ", "ᶏ", "ɐ", "ᵄ", "ɑ", "ᵅ", "ᶐ", "ɒ", "ᶛ"]
|
||||||
|
ziaa: ["ꜳ"]
|
||||||
|
ziae: ["æ", "ǣ", "ǽ", "ᵆ", "ᴂ"]
|
||||||
|
ziao: ["ꜵ"]
|
||||||
|
ziau: ["ꜷ"]
|
||||||
|
ziav: ["ꜹ", "ꜻ"]
|
||||||
|
ziay: ["ꜽ"]
|
||||||
|
zib: ["ḃ", "ḅ", "ᵇ", "ƀ", "ƃ", "ḇ", "ɓ", "ᵬ", "ᶀ", "ꞗ"]
|
||||||
|
zibd: ["、", "。", "「", "」", "『", "』", "【", "】", "〈", "〉", "《", "》", "₋", "⁻", "―", "˗", "ˉ", "_", "﹍", "﹎", ".", "¡", "‼", "⁉", "¿", "؟", "⁈", "⁇", "、", "。", "〃", "〄", "々", "〆", "〇", "〒", "〓", "〔", "〕", "〖", "〗", "〘", "〙", "〚", "〛", "〜", "〝", "〞", "〟", "〠", "〰", "〱", "〲", "〳", "〴", "〵", "〶", "〷", "〻", "〼", "〽"]
|
||||||
|
zibdz: ["﹅", "﹆", "﹁", "﹂", "﹃", "﹄", "︙", "︱", "︻", "︼", "︗", "︘", "︵", "︶", "︷", "︸", "︹", "︺", "︿", "﹀", "︽", "︾", "︰", "︲", "︳", "︴", "﹉", "﹊", "﹋", "﹌", "﹍", "﹎", "﹏", "﹇", "﹈", "︐", "︑", "︒", "︔", "︕", "︖"]
|
||||||
|
zibg: ["☰", "☱", "☲", "☳", "☴", "☵", "☶", "☷"]
|
||||||
|
zibgm: ["乾", "兌", "離", "震", "巽", "坎", "艮", "坤"]
|
||||||
|
zibh: ["㇀", "㇁", "㇂", "㇃", "㇄", "㇅", "㇆", "㇇", "㇈", "㇉", "㇊", "㇋", "㇌", "㇍", "㇎", "㇏", "㇐", "㇑", "㇒", "㇓", "㇔", "㇕", "㇖", "㇗", "㇘", "㇙", "㇚", "㇛", "㇜", "㇝", "㇞", "㇟", "㇠", "㇡", "㇢", "㇣"]
|
||||||
|
zibq: ["☻", "☺", "☹"]
|
||||||
|
zic: ["ç", "ć", "č", "ĉ", "ċ", "ᶜ", "ȼ", "ꞓ", "ƈ", "ḉ", "ꞔ", "ɕ", "ᶝ", "ꜿ"]
|
||||||
|
zid: ["ď", "ḋ", "ᵈ", "đ", "ƌ", "ᵭ", "ḑ", "ḓ", "ḏ", "ḍ", "ɖ", "ɗ", "ᶑ", "ᶁ", "ð", "ᶞ", "ꝱ", "ʤ", "ʣ", "ʥ", "ȡ", "ƍ", "dz", "dž", "ẟ"]
|
||||||
|
zidb: ["ȸ"]
|
||||||
|
zidn: ["", "❖", "⌘", "⌃", "⌥", "⎇", "⇧", "⇪", "␣", "⇥", "⇤", "↩", "⌅", "⌤", "⌫", "⌦", "⌧", "⎋", "⌨", "◁", "⌀", "⌖", "⌗", "⏏", "↖", "↘", "⇞", "⇟", "⌚", "⏰", "⏱", "⏲", "⏳", "⌛", "⌜", "⌝⌞⌟", "⍑", "⏩", "⏪", "⏫", "⏬", "⏭", "⏮", "⏯"]
|
||||||
|
zidw: ["Å", "℃", "%", "‰", "‱", "°", "℉", "㏃", "㏆", "㎈", "㏄", "㏅", "㎝", "㎠", "㎤", "㏈", "㎗", "㎙", "㎓", "㎬", "㏉", "㏊", "㏋", "㎐", "㏌", "㎄", "㎅", "㎉", "㎏", "㎑", "㏍", "㎘", "㎞", "㏎", "㎢", "㎦", "㎪", "㏏", "㎸", "㎾", "㏀", "㏐", "㏓", "㎧", "㎨", "㎡", "㎥", "㎃", "㏔", "㎆", "㎎", "㎒", "㏕", "㎖", "㎜", "㎟", "㎣", "㏖", "㎫", "㎳", "㎷", "㎹", "㎽", "㎿", "㏁", "㎁", "㎋", "㎚", "㎱", "㎵", "㎻", "㏘", "㎩", "㎀", "㎊", "㏗", "㏙", "㏚", "㎰", "㎴", "㎺", "㎭", "㎮", "㎯", "㏛", "㏜", "㎔", "㏝", "㎂", "㎌", "㎍", "㎕", "㎛", "㎲", "㎶", "㎼"]
|
||||||
|
zidz: ["子", "丑", "寅", "卯", "辰", "巳", "午", "未", "申", "酉", "戌", "亥"]
|
||||||
|
zie: ["ē", "é", "ě", "è", "ȅ", "ê", "ĕ", "ȇ", "ė", "ë", "ẽ", "ₑ", "ᵉ", "ɇ", "ꬳ", "ẻ", "ȩ", "ę", "ḙ", "ẹ", "ḛ", "ḗ", "ḕ", "ế", "ề", "ễ", "ể", "ḝ", "ệ", "ᶒ", "ꬴ", "ɘ", "ə", "ɚ", "ᶕ", "ɛ", "ᵋ", "ᶓ", "ɜ", "ᵌ", "ᴈ", "ᶟ", "ɝ", "ᶔ", "ɞ", "ʚ", "ǝ", "ₔ", "ᵊ", "ȝ", "ⱸ"]
|
||||||
|
ziey: ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"]
|
||||||
|
zieyd: ["А", "Б", "В", "Г", "Д", "Е", "Ё", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я"]
|
||||||
|
zif: ["ḟ", "ᶠ", "ƒ", "ᵮ", "ᶂ", "ꞙ"]
|
||||||
|
ziff: ["ff"]
|
||||||
|
ziffi: ["ffi"]
|
||||||
|
ziffl: ["ffl"]
|
||||||
|
zifh: ["©", "®", "℗", "℠", "™", "℡", "℻", "☇", "☈", "☉", "☊", "☋", "☌", "☍", "☎", "☏", "☐", "☑", "☒", "☓", "☕", "☖", "☗", "⛉", "⛊", "☘", "☙", "☚", "☛", "☜", "☝", "☞", "☟", "☠", "☡", "☢", "☣", "☤", "☥", "☦", "☧", "☨", "☩", "☪", "☫", "☬", "☭", "☮", "☯", "☸", "♨", "♰", "♱", "♲", "♳", "♴", "♵", "♶", "♷", "♸", "♹", "♺", "♻", "♼", "♽", "♾", "♿", "⚆", "⚇", "⚈", "⚉", "⚐", "⚑", "⚒", "⚓", "⚔", "⚕", "⚖", "⚗", "⚘", "⚙", "⚚", "⚛", "⚜", "⚝", "⚞", "⚟", "⚠", "⚡", "⚰", "⚱", "⚲", "⚳", "⚴", "⚵", "⚶", "⚷", "⚸", "⚹", "⚺", "⚻", "⚼", "⚽", "⚾", "⚿", "⛀", "⛁", "⛂", "⛃", "⛋", "⛌", "⛍", "⛎", "⛏", "⛐", "⛑", "⛒", "⛓", "⛔", "⛕", "⛖", "⛗", "⛘", "⛙", "⛚", "⛛", "⛜", "⛝", "⛞", "⛟", "⛠", "⛡", "⛢", "⛣", "⛨", "⛩", "⛪", "⛫", "⛬", "⛭", "⛮", "⛯", "⛰", "⛱", "⛲", "⛳", "⛴", "⛵", "⛶", "⛷", "⛸", "⛹", "⛺", "⛻", "⛼", "⛽", "⛾", "⛿"]
|
||||||
|
zifi: ["fi"]
|
||||||
|
zifk: ["▀", "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█", "▉", "▊", "▋", "▌", "▍", "▎", "▏", "▐", "░", "▒", "▓", "▔", "▕", "▖", "▗", "▘", "▙", "▚", "▛", "▜", "▝", "▞", "▟"]
|
||||||
|
zifl: ["fl"]
|
||||||
|
zifn: ["ʩ"]
|
||||||
|
zifs: ["⅟", "½", "↉", "⅓", "⅔", "¼", "⅕", "⅖", "⅗", "⅘", "⅙", "⅚", "⅐", "⅛", "⅜", "⅝", "⅞", "⅑", "⅒"]
|
||||||
|
zig: ["ḡ", "ǵ", "ǧ", "ĝ", "ğ", "ġ", "ᵍ", "ǥ", "ꞡ", "ģ", "ɠ", "ᵷ", "ᶃ", "ɡ", "ꬶ", "ᶢ", "ɣ", "ˠ", "ɤ", "ᵹ"]
|
||||||
|
zigz: ["甲子", "乙丑", "丙寅", "丁卯", "戊辰", "己巳", "庚午", "辛未", "壬申", "癸酉", "甲戌", "乙亥", "丙子", "丁丑", "戊寅", "己卯", "庚辰", "辛巳", "壬午", "癸未", "甲申", "乙酉", "丙戌", "丁亥", "戊子", "己丑", "庚寅", "辛卯", "壬辰", "癸巳", "甲午", "乙未", "丙申", "丁酉", "戊戌", "己亥", "庚子", "辛丑", "壬寅", "癸卯", "甲辰", "乙巳", "丙午", "丁未", "戊申", "己酉", "庚戌", "辛亥", "壬子", "癸丑", "甲寅", "乙卯", "丙辰", "丁巳", "戊午", "己未", "庚申", "辛酉", "壬戌", "癸亥"]
|
||||||
|
zih: ["ĥ", "ȟ", "ḣ", "ḧ", "ͪ", "ħ", "ɦ", "ʱ", "ꜧ", "ꭜ", "ɧ", "ḩ", "ẖ", "ḫ", "ḥ", "ⱨ", "ꞕ", "ɥ", "ᶣ", "ʮ", "ʯ", "ⱶ"]
|
||||||
|
zihb: ["¥", "¥", "¤", "¢", "$", "$", "£", "£", "৳", "฿", "₠", "₡", "₢", "₣", "₤", "₥", "₦", "₧", "₩", "₪", "₫", "€", "₭", "₮", "₯", "₰", "₱", "₲", "₳", "₴", "₵", "₶", "₷", "₸", "₹", "₺", "₨", "﷼"]
|
||||||
|
zihv: ["ƕ"]
|
||||||
|
zihw: ["ㄱ", "ㄴ", "ㄷ", "ㄹ", "ㅁ", "ㅂ", "ㅅ", "ㅇ", "ㅈ", "ㅊ", "ㅋ", "ㅌ", "ㅍ", "ㅎ"]
|
||||||
|
zihwh: ["㈀", "㈁", "㈂", "㈃", "㈄", "㈅", "㈆", "㈇", "㈈", "㈉", "㈊", "㈋", "㈌", "㈍", "㈎", "㈏", "㈐", "㈑", "㈒", "㈓", "㈔", "㈕", "㈖", "㈗", "㈘", "㈙", "㈚", "㈛", "㈜", "㈝", "㈞"]
|
||||||
|
zihwq: ["㉠", "㉡", "㉢", "㉣", "㉤", "㉥", "㉦", "㉧", "㉨", "㉩", "㉪", "㉫", "㉬", "㉭", "㉮", "㉯", "㉰", "㉱", "㉲", "㉳", "㉴", "㉵", "㉶", "㉷", "㉸", "㉹", "㉺", "㉻", "㉼", "㉽", "㉾", "㉿"]
|
||||||
|
zihzh: ["㈠", "㈡", "㈢", "㈣", "㈤", "㈥", "㈦", "㈧", "㈨", "㈩", "㈪", "㈫", "㈬", "㈭", "㈮", "㈯", "㈰", "㈱", "㈲", "㈳", "㈴", "㈵", "㈶", "㈷", "㈸", "㈹", "㈺", "㈻", "㈼", "㈽", "㈾", "㈿", "㉀", "㉁", "㉂", "㉃"]
|
||||||
|
zihzq: ["㊀", "㊁", "㊂", "㊃", "㊄", "㊅", "㊆", "㊇", "㊈", "㊉", "㊊", "㊋", "㊌", "㊍", "㊎", "㊏", "㊐", "㊑", "㊒", "㊓", "㊔", "㊕", "㊖", "㊗", "㊘", "㊙", "㊚", "㊛", "㊜", "㊝", "㊞", "㊟", "㊠", "㊡", "㊢", "㊣", "㊤", "㊥", "㊦", "㊧", "㊨", "㊩", "㊪", "㊫", "㊬", "㊭", "㊮", "㊯", "㊰", "㉄", "㉅", "㉆", "㉇"]
|
||||||
|
zii: ["ī", "í", "ǐ", "ì", "ȉ", "î", "ĭ", "ȋ", "ï", "ĩ", "ᵢ", "ı", "ɨ", "ᶤ", "ỉ", "į", "ị", "ḭ", "ᴉ", "ᵎ", "ḯ", "ᶖ", "ɩ", "ᶥ", "ᵼ"]
|
||||||
|
ziij: ["ij"]
|
||||||
|
ziiro: ["い", "ろ", "は", "に", "ほ", "へ", "と", "ち", "り", "ぬ", "る", "を", "わ", "か", "よ", "た", "れ", "そ", "つ", "ね", "な", "ら", "む", "う", "ゐ", "の", "お", "く", "や", "ま", "け", "ふ", "こ", "え", "て", "あ", "さ", "き", "ゆ", "め", "み", "し", "ゑ", "ひ", "も", "せ", "す"]
|
||||||
|
zij: ["ĵ", "ǰ", "ⱼ", "ʲ", "ɉ", "ȷ", "ɟ", "ᶡ", "ʄ", "ʝ", "ᶨ"]
|
||||||
|
zijg: ["⿰", "⿱", "⿲", "⿳", "⿴", "⿵", "⿶", "⿷", "⿸", "⿹", "⿺", "⿻", "〾"]
|
||||||
|
zijh: ["■", "□", "▢", "▣", "▤", "▥", "▦", "▧", "▨", "▩", "▪", "▫", "▬", "▭", "▮", "▯", "▰", "▱", "▲", "△", "▴", "▵", "▶", "▷", "▸", "▹", "►", "▻", "▼", "▽", "▾", "▿", "◀", "◁", "◂", "◃", "◄", "◅", "◆", "◇", "◈", "◉", "◊", "○", "◌", "◍", "◎", "●", "◐", "◑", "◒", "◓", "◔", "◕", "◖", "◗", "◘", "◙", "◚", "◛", "◜", "◝", "◞", "◟", "◠", "◡", "◢", "◣", "◤", "◥", "◦", "◧", "◨", "◩", "◪", "◫", "◬", "◭", "◮", "◯", "◰", "◱", "◲", "◳", "◴", "◵", "◶", "◷", "◸", "◹", "◺", "◻", "◼", "◽", "◾", "◿"]
|
||||||
|
zijm: ["あ", "ぁ", "い", "ぃ", "う", "ぅ", "え", "ぇ", "お", "ぉ", "か", "ゕ", "が", "き", "ぎ", "く", "ぐ", "け", "ゖ", "げ", "こ", "ご", "さ", "ざ", "し", "じ", "す", "ず", "せ", "ぜ", "そ", "ぞ", "た", "だ", "ち", "ぢ", "つ", "っ", "づ", "て", "で", "と", "ど", "な", "に", "ぬ", "ね", "の", "は", "ば", "ぱ", "ひ", "び", "ぴ", "ふ", "ぶ", "ぷ", "へ", "べ", "ぺ", "ほ", "ぼ", "ぽ", "ま", "み", "む", "め", "も", "や", "ゃ", "ゆ", "ゅ", "よ", "ょ", "ら", "り", "る", "れ", "ろ", "わ", "ゎ", "ゐ", "ゔ", "ゑ", "を", "ん", "・", "ー", "ゝ", "ゞ", "ゟ"]
|
||||||
|
zijma: ["あ", "か", "が", "さ", "ざ", "た", "だ", "な", "は", "ば", "ぱ", "ま", "や", "ら", "わ", "ア", "カ", "ガ", "サ", "ザ", "タ", "ダ", "ナ", "ハ", "バ", "パ", "マ", "ヤ", "ラ", "ワ"]
|
||||||
|
zijmb: ["ば", "び", "ぶ", "べ", "ぼ", "バ", "ビ", "ブ", "ベ", "ボ"]
|
||||||
|
zijmbj: ["ア", "ァ", "イ", "ィ", "ウ", "ゥ", "エ", "ェ", "オ", "ォ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "ッ", "テ", "ト", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "ヒ", "フ", "ヘ", "ホ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ャ", "ユ", "ュ", "ヨ", "ョ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ヲ", "ン", "・", "ー", "゙", "゚"]
|
||||||
|
zijmd: ["だ", "ぢ", "づ", "で", "ど", "ダ", "ヂ", "ヅ", "デ", "ド"]
|
||||||
|
zijme: ["え", "け", "げ", "せ", "ぜ", "て", "で", "ね", "へ", "べ", "ぺ", "め", "れ", "ゑ", "エ", "ケ", "ゲ", "セ", "ゼ", "テ", "デ", "ネ", "ヘ", "ベ", "ペ", "メ", "レ", "ヱ"]
|
||||||
|
zijmg: ["が", "ぎ", "ぐ", "げ", "ご", "ガ", "ギ", "グ", "ゲ", "ゴ"]
|
||||||
|
zijmh: ["は", "ひ", "ふ", "へ", "ほ", "ハ", "ヒ", "フ", "ヘ", "ホ"]
|
||||||
|
zijmi: ["い", "き", "ぎ", "し", "じ", "ち", "ぢ", "に", "ひ", "び", "ぴ", "み", "り", "ゐ", "イ", "キ", "ギ", "シ", "ジ", "チ", "ヂ", "ニ", "ヒ", "ビ", "ピ", "ミ", "リ", "ヰ"]
|
||||||
|
zijmk: ["か", "ゕ", "き", "く", "け", "ゖ", "こ", "カ", "ヵ", "キ", "ク", "ケ", "ヶ", "コ"]
|
||||||
|
zijmm: ["ま", "み", "む", "め", "も", "マ", "ミ", "ム", "メ", "モ"]
|
||||||
|
zijmn: ["な", "に", "ぬ", "ね", "の", "ん", "ナ", "ニ", "ヌ", "ネ", "ノ", "ン"]
|
||||||
|
zijmo: ["お", "こ", "ご", "そ", "ぞ", "と", "ど", "の", "ほ", "ぼ", "ぽ", "も", "ろ", "を", "オ", "コ", "ゴ", "ソ", "ゾ", "ト", "ド", "ノ", "ホ", "ボ", "ポ", "モ", "ロ", "ヲ"]
|
||||||
|
zijmp: ["ぱ", "ぴ", "ぷ", "ぺ", "ぽ", "パ", "ピ", "プ", "ペ", "ポ"]
|
||||||
|
zijmq: ["㋐", "㋑", "㋒", "㋓", "㋔", "㋕", "㋖", "㋗", "㋘", "㋙", "㋚", "㋛", "㋜", "㋝", "㋞", "㋟", "㋠", "㋡", "㋢", "㋣", "㋤", "㋥", "㋦", "㋧", "㋨", "㋩", "㋪", "㋫", "㋬", "㋭", "㋮", "㋯", "㋰", "㋱", "㋲", "㋳", "㋴", "㋵", "㋶", "㋷", "㋸", "㋹", "㋺", "㋻", "㋼", "㋽", "㋾"]
|
||||||
|
zijmr: ["ら", "り", "る", "れ", "ろ", "ラ", "リ", "ル", "レ", "ロ"]
|
||||||
|
zijms: ["さ", "し", "す", "せ", "そ", "サ", "シ", "ス", "セ", "ソ"]
|
||||||
|
zijmt: ["た", "ち", "つ", "っ", "て", "と", "タ", "チ", "ツ", "ッ", "テ", "ト"]
|
||||||
|
zijmu: ["う", "く", "ぐ", "す", "ず", "つ", "づ", "ぬ", "ふ", "ぶ", "ぷ", "む", "る", "ウ", "ク", "グ", "ス", "ズ", "ツ", "ヅ", "ヌ", "フ", "ブ", "プ", "ム", "ル"]
|
||||||
|
zijmw: ["わ", "ゐ", "ゑ", "を", "ワ", "ヰ", "ヱ", "ヲ"]
|
||||||
|
zijmy: ["や", "ゃ", "ゆ", "ゅ", "よ", "ょ", "ヤ", "ャ", "ユ", "ュ", "ヨ", "ョ"]
|
||||||
|
zijmz: ["ざ", "じ", "ず", "ぜ", "ぞ", "ザ", "ジ", "ズ", "ゼ", "ゾ"]
|
||||||
|
zijq: ["立春", "雨水", "驚蟄", "春分", "清明", "穀雨", "立夏", "小滿", "芒種", "夏至", "小暑", "大暑", "立秋", "處暑", "白露", "秋分", "寒露", "霜降", "立冬", "小雪", "大雪", "冬至", "小寒", "大寒"]
|
||||||
|
zijt: ["↑", "↓", "←", "→", "↕", "↔", "↖", "↗", "↙", "↘", "↚", "↛", "↮", "↜", "↝", "↞", "↟", "↠", "↡", "↢", "↣", "↤", "↥", "↦", "↧", "↨", "↩", "↪", "↫", "↬", "↭", "↯", "↰", "↱", "↲", "↳", "↴", "↵", "↶", "↷", "↸", "↹", "↺", "↻", "↼", "↽", "↾", "↿", "⇀", "⇁", "⇂", "⇃", "⇄", "⇅", "⇆", "⇇", "⇈", "⇉", "⇊", "⇋", "⇌", "⇐", "⇍", "⇑", "⇒", "⇏", "⇓", "⇔", "⇎", "⇕", "⇖", "⇗", "⇘", "⇙", "⇚", "⇛", "⇜", "⇝", "⇞", "⇟", "⇠", "⇡", "⇢", "⇣", "⇤", "⇥", "⇦", "⇧", "⇨", "⇩", "⇪", "⇫", "⇬", "⇭", "⇮", "⇯", "⇰", "⇱", "⇲", "⇳", "⇴", "⇵", "⇶", "⇷", "⇸", "⇹", "⇺", "⇻", "⇼", "⇽", "➔", "➘", "➙", "➚", "➛", "➜", "➝", "➞", "➟", "➠", "➡", "➢", "➣", "➤", "➥", "➦", "➧", "➨", "➩", "➪", "➫", "➬", "➭", "➮", "➱", "➲", "➳", "➴", "➵", "➶", "➷", "➸", "➹", "➺", "➻", "➼", "➽", "➾"]
|
||||||
|
zik: ["ḱ", "ǩ", "ₖ", "ᵏ", "ꝁ", "ꝃ", "ꞣ", "ꝅ", "ķ", "ḵ", "ḳ", "ƙ", "ᶄ", "ⱪ", "ʞ", "ĸ"]
|
||||||
|
zikx: ["一", "丨", "丶", "丿", "乙", "亅", "二", "亠", "人", "儿", "入", "八", "冂", "冖", "冫", "几", "凵", "刀", "力", "勹", "匕", "匚", "匸", "十", "卜", "卩", "厂", "厶", "又", "口", "囗", "土", "士", "夂", "夊", "夕", "大", "女", "子", "宀", "寸", "小", "尢", "尸", "屮", "山", "巛", "工", "己", "巾", "干", "幺", "广", "廴", "廾", "弋", "弓", "彐", "彡", "彳", "心", "戈", "戶", "手", "支", "攴", "文", "斗", "斤", "方", "无", "日", "曰", "月", "木", "欠", "止", "歹", "殳", "毋", "比", "毛", "氏", "气", "水", "火", "爪", "父", "爻", "爿", "片", "牙", "牛", "犬", "玄", "玉", "瓜", "瓦", "甘", "生", "用", "田", "疋", "疒", "癶", "白", "皮", "皿", "目", "矛", "矢", "石", "示", "禸", "禾", "穴", "立", "竹", "米", "糸", "缶", "网", "羊", "羽", "老", "而", "耒", "耳", "聿", "肉", "臣", "自", "至", "臼", "舌", "舛", "舟", "艮", "色", "艸", "虍", "虫", "血", "行", "衣", "襾", "見", "角", "言", "谷", "豆", "豕", "豸", "貝", "赤", "走", "足", "身", "車", "辛", "辰", "辵", "邑", "酉", "釆", "里", "金", "長", "門", "阜", "隶", "隹", "雨", "靑", "非", "面", "革", "韋", "韭", "音", "頁", "風", "飛", "食", "首", "香", "馬", "骨", "高", "髟", "鬥", "鬯", "鬲", "鬼", "魚", "鳥", "鹵", "鹿", "麥", "麻", "黃", "黍", "黑", "黹", "黽", "鼎", "鼓", "鼠", "鼻", "齊", "齒", "龍", "龜", "龠"]
|
||||||
|
zil: ["ĺ", "ˡ", "ł", "ꝉ", "ƚ", "ⱡ", "ɫ", "ꭞ", "ꬸ", "ɬ", "ľ", "ļ", "ḻ", "ḽ", "ḷ", "ŀ", "ꝲ", "ƛ", "ᶅ", "ᶪ", "ɭ", "ᶩ", "ḹ", "ꬷ", "ꭝ", "ꬹ", "ȴ", "ꝇ"]
|
||||||
|
zilj: ["lj"]
|
||||||
|
zill: ["ỻ"]
|
||||||
|
zilm: ["ⅰ", "ⅱ", "ⅲ", "ⅳ", "ⅴ", "ⅵ", "ⅶ", "ⅷ", "ⅸ", "ⅹ", "ⅺ", "ⅻ", "ⅼ", "ⅽ", "ⅾ", "ⅿ"]
|
||||||
|
zilmd: ["Ⅰ", "Ⅱ", "Ⅲ", "Ⅳ", "Ⅴ", "Ⅵ", "Ⅶ", "Ⅷ", "Ⅸ", "Ⅹ", "Ⅺ", "Ⅻ", "Ⅼ", "Ⅽ", "Ⅾ", "Ⅿ"]
|
||||||
|
zils: ["ʪ"]
|
||||||
|
zilssg: ["䷀", "䷁", "䷂", "䷃", "䷄", "䷅", "䷆", "䷇", "䷈", "䷉", "䷊", "䷋", "䷌", "䷍", "䷎", "䷏", "䷐", "䷑", "䷒", "䷓", "䷔", "䷕", "䷖", "䷗", "䷘", "䷙", "䷚", "䷛", "䷜", "䷝", "䷞", "䷟", "䷠", "䷡", "䷢", "䷣", "䷤", "䷥", "䷦", "䷧", "䷨", "䷩", "䷪", "䷫", "䷬", "䷭", "䷮", "䷯", "䷰", "䷱", "䷲", "䷳", "䷴", "䷵", "䷶", "䷷", "䷸", "䷹", "䷺", "䷻", "䷼", "䷽", "䷾", "䷿"]
|
||||||
|
zilssgm: ["乾", "坤", "屯", "蒙", "需", "訟", "師", "比", "小畜", "履", "泰", "否", "同人", "大有", "謙", "豫", "隨", "蠱", "臨", "觀", "噬嗑", "賁", "剝", "復", "无妄", "大畜", "頤", "大過", "坎", "離", "咸", "恆", "遯", "大壯", "晉", "明夷", "家人", "睽", "蹇", "解", "損", "益", "夬", "姤", "萃", "升", "困", "井", "革", "鼎", "震", "艮", "漸", "歸妹", "豐", "旅", "巽", "兌", "渙", "節", "中孚", "小過", "既濟", "未濟"]
|
||||||
|
zilx: ["♂", "♀", "⚢", "⚣", "⚤", "⚥", "⚦", "⚧", "⚨", "⚩", "⚪", "⚫", "⚬", "⚭", "⚮", "⚯"]
|
||||||
|
zilz: ["ʫ", "ɮ"]
|
||||||
|
zim: ["ḿ", "ṁ", "ᵐ", "ₘ", "ṃ", "ᵯ", "ɱ", "ᶬ", "ꬺ", "ᶆ", "ꝳ", "ɯ", "ᵚ", "ɰ", "ᶭ", "ᴟ"]
|
||||||
|
zimj: ["🀀", "🀁", "🀂", "🀃", "🀄", "🀅", "🀆", "🀇", "🀈", "🀉", "🀊", "🀋", "🀌", "🀍", "🀎", "🀏", "🀐", "🀑", "🀒", "🀓", "🀔", "🀕", "🀖", "🀗", "🀘", "🀙", "🀚", "🀛", "🀜", "🀝", "🀞", "🀟", "🀠", "🀡", "🀢", "🀣", "🀤", "🀥", "🀦", "🀧", "🀨", "🀩", "🀪", "🀫"]
|
||||||
|
zin: ["ń", "ň", "ǹ", "ṅ", "ñ", "ₙ", "ⁿ", "ɲ", "ᶮ", "ɳ", "ᶯ", "ȵ", "ƞ", "ŋ", "ᵑ", "ꬻ", "ꬼ", "ꝴ", "ʼn", "ꞥ", "ņ", "ṉ", "ṋ", "ṇ", "ᵰ", "ꞑ", "ᶇ"]
|
||||||
|
zinj: ["nj"]
|
||||||
|
zio: ["ō", "ó", "ő", "ǒ", "ò", "ô", "ŏ", "ȯ", "ö", "õ", "ₒ", "ᵒ", "º", "ɔ", "ᵓ", "ᶗ", "ꬿ", "ø", "ǫ", "ọ", "ơ", "ɵ", "ᶱ", "ᴑ", "ᴒ", "ᴓ", "ꝋ", "ꝍ", "ṓ", "ṑ", "ố", "ồ", "ỗ", "ổ", "ȱ", "ȫ", "ȭ", "ṍ", "ṏ", "ộ", "ǭ", "ǿ", "ớ", "ờ", "ỡ", "ở", "ợ", "ɷ", "ⱺ", "ᴖ", "ᵔ", "ᴗ", "ᵕ"]
|
||||||
|
zioe: ["œ", "ᴔ"]
|
||||||
|
zioi: ["ƣ"]
|
||||||
|
zioo: ["ꝏ"]
|
||||||
|
ziou: ["ȣ"]
|
||||||
|
zip: ["ṕ", "ṗ", "ᵖ", "ᵽ", "ꝑ", "ᵱ", "ƥ", "ᶈ", "ꝓ", "ꝕ", "ɸ", "ᶲ", "ⱷ"]
|
||||||
|
zipjm: ["ア", "ァ", "イ", "ィ", "ウ", "ゥ", "エ", "ェ", "オ", "ォ", "カ", "ヵ", "ガ", "キ", "ギ", "ク", "グ", "ケ", "ヶ", "ゲ", "コ", "ゴ", "サ", "ザ", "シ", "ジ", "ス", "ズ", "セ", "ゼ", "ソ", "ゾ", "タ", "ダ", "チ", "ヂ", "ツ", "ッ", "ヅ", "テ", "デ", "ト", "ド", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "バ", "パ", "ヒ", "ビ", "ピ", "フ", "ブ", "プ", "ヘ", "ベ", "ペ", "ホ", "ボ", "ポ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ャ", "ユ", "ュ", "ヨ", "ョ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ヮ", "ヰ", "ヸ", "ヴ", "ヱ", "ヹ", "ヲ", "ヺ", "ン", "・", "ー", "ヽ", "ヾ", "ヿ", "ㇰ", "ㇱ", "ㇲ", "ㇳ", "ㇴ", "ㇵ", "ㇶ", "ㇷ", "ㇸ", "ㇹ", "ㇺ", "ㇻ", "ㇼ", "ㇽ", "ㇾ", "ㇿ"]
|
||||||
|
zipk: ["♠", "♥", "♣", "♦", "♤", "♡", "♧", "♢"]
|
||||||
|
zipp: ["乛", "冫", "丷", "龹", "⺌", "龸", "亻", "亼", "亽", "仒", "冖", "冂", "冃", "冄", "宀", "罒", "㓁", "罓", "冈", "凵", "厶", "刂", "勹", "匚", "匸", "卩", "阝", "厂", "丆", "广", "壬", "訁", "讠", "釒", "钅", "飠", "饣", "龺", "攵", "夂", "夊", "尢", "尣", "兂", "旡", "巜", "巛", "彐", "彑", "彡", "彳", "龰", "辶", "廴", "㞢", "忄", "㣺", "扌", "爫", "龵", "廾", "歺", "癶", "氵", "氺", "火", "灬", "爿", "丬", "疒", "牜", "⺶", "犭", "豕", "豸", "虍", "艹", "卝", "龷", "丗", "龶", "芈", "丵", "菐", "黹", "礻", "衤", "糸", "糹", "纟", "龻", "镸", "髟", "襾", "覀", "吅", "㗊", "㠭", "㸚", "叕"]
|
||||||
|
zipy: ["ā", "á", "ǎ", "à", "ō", "ó", "ǒ", "ò", "ê", "ê̄", "ế", "ê̌", "ề", "ē", "é", "ě", "è", "ī", "í", "ǐ", "ì", "ū", "ú", "ǔ", "ù", "ü", "ǖ", "ǘ", "ǚ", "ǜ", "ḿ", "m̀", "ń", "ň", "ǹ", "ẑ", "ĉ", "ŝ", "ŋ"]
|
||||||
|
zipyd: ["Ā", "Á", "Ǎ", "À", "Ō", "Ó", "Ǒ", "Ò", "Ê", "Ê̄", "Ế", "Ê̌", "Ề", "Ē", "É", "Ě", "È", "Ī", "Í", "Ǐ", "Ì", "Ū", "Ú", "Ǔ", "Ù", "Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ḿ", "M̀", "Ń", "Ň", "Ǹ", "Ẑ", "Ĉ", "Ŝ", "Ŋ"]
|
||||||
|
ziq: ["ɋ", "ꝗ", "ꝙ", "ʠ"]
|
||||||
|
ziqp: ["ȹ"]
|
||||||
|
zir: ["ŕ", "ř", "ȑ", "ȓ", "ṙ", "ᵣ", "ɍ", "ꞧ", "ᵲ", "ŗ", "ṟ", "ṛ", "ṝ", "ᵳ", "ɽ", "ᶉ", "ꭇ", "ꭈ", "ꭊ", "ꭉ", "ꝵ", "ꭋ", "ꭌ", "ɹ", "ʴ", "ɺ", "ɻ", "ʵ", "ⱹ", "ɼ", "ʳ", "ɾ", "ɿ", "ꝛ", "ꝝ"]
|
||||||
|
zirq: ["㏠", "㏡", "㏢", "㏣", "㏤", "㏥", "㏦", "㏧", "㏨", "㏩", "㏪", "㏫", "㏬", "㏭", "㏮", "㏯", "㏰", "㏱", "㏲", "㏳", "㏴", "㏵", "㏶", "㏷", "㏸", "㏹", "㏺", "㏻", "㏼", "㏽", "㏾"]
|
||||||
|
zis: ["ś", "ŝ", "š", "ṡ", "ˢ", "ʂ", "ᶳ", "ᵴ", "ꞩ", "ᶊ", "ş", "ṣ", "ș", "ȿ", "ṥ", "ṧ", "ṩ", "ʃ", "ᶴ", "ʆ", "ᶘ", "ʅ", "ƪ", "ß", "ſ", "ẛ", "ẜ", "ẝ"]
|
||||||
|
zisb: ["¹", "²", "³", "⁴", "⁵", "⁶", "⁷", "⁸", "⁹", "⁰", "˜", "⁺", "⁻", "⁼", "⁽", "⁾", "ᴬ", "ᵃ", "ᵄ", "ᵅ", "ᶛ", "ᴭ", "ᵆ", "ᴮ", "ᴯ", "ᵇ", "ᵝ", "ᶜ", "ᵓ", "ᶝ", "ᴰ", "ᵈ", "ᶞ", "ᵟ", "ᴱ", "ᵉ", "ᴲ", "ᵊ", "ᵋ", "ᶟ", "ᵌ", "ᶠ", "ᶡ", "ᶲ", "ᵠ", "ᴳ", "ᵍ", "ᶢ", "ˠ", "ᵞ", "ᴴ", "ʰ", "ᶣ", "ʱ", "ᴵ", "ⁱ", "ᶤ", "ᵎ", "ᶥ", "ᴶ", "ʲ", "ᶨ", "ᴷ", "ᵏ", "ᴸ", "ᶫ", "ˡ", "ᶩ", "ᶪ", "ᴹ", "ᵐ", "ᶬ", "ᵚ", "ᶭ", "ᴺ", "ᴻ", "ⁿ", "ᵑ", "ᶮ", "ᶯ", "ᴼ", "ᵒ", "ᶱ", "ᴽ", "ᴾ", "ᵖ", "ᴿ", "ʳ", "ʶ", "ʴ", "ʵ", "ˢ", "ᶴ", "ᶳ", "ᵀ", "ᵗ", "ᶵ", "ᶿ", "ᵁ", "ᵘ", "ᶶ", "ᶷ", "ᵙ", "ⱽ", "ᵛ", "ᶺ", "ᶹ", "ᵂ", "ʷ", "ˣ", "ᵡ", "ʸ", "ᶻ", "ᶾ", "ᶽ", "ᶼ"]
|
||||||
|
zisd: ["ˉ", "ˊ", "ˇ", "ˋ", "ˆ", "˙", "˜", "˥", "˦", "˧", "˨", "˩", "꜀", "꜁", "꜂", "꜃", "꜄", "꜅", "꜆", "꜇"]
|
||||||
|
ziseg: ["白羊宮", "金牛宮", "雙子宮", "巨蟹宮", "獅子宮", "室女宮", "天秤宮", "天蠍宮", "人馬宮", "摩羯宮", "寶瓶宮", "雙魚宮"]
|
||||||
|
zisj: ["㍙", "㍚", "㍛", "㍜", "㍝", "㍞", "㍟", "㍠", "㍡", "㍢", "㍣", "㍤", "㍥", "㍦", "㍧", "㍨", "㍩", "㍪", "㍫", "㍬", "㍭", "㍮", "㍯", "㍰", "㍘"]
|
||||||
|
zisx: ["±", "÷", "×", "∈", "∏", "∑", "-", "+", "<", "≮", "=", "≠", ">", "≯", "∕", "√", "∝", "∞", "∟", "∠", "∥", "∧", "∨", "∩", "∪", "∫", "∮", "∴", "∵", "∷", "∽", "≈", "≌", "≒", "≡", "≤", "≥", "≦", "≧", "⊕", "⊙", "⊥", "⊿", "㏑", "㏒"]
|
||||||
|
zisz: ["⚀", "⚁", "⚂", "⚃", "⚄", "⚅"]
|
||||||
|
ziszd: ["⒈", "⒉", "⒊", "⒋", "⒌", "⒍", "⒎", "⒏", "⒐", "⒑", "⒒", "⒓", "⒔", "⒕", "⒖", "⒗", "⒘", "⒙", "⒚", "⒛"]
|
||||||
|
ziszh: ["⑴", "⑵", "⑶", "⑷", "⑸", "⑹", "⑺", "⑻", "⑼", "⑽", "⑾", "⑿", "⒀", "⒁", "⒂", "⒃", "⒄", "⒅", "⒆", "⒇"]
|
||||||
|
ziszm: ["〡", "〢", "〣", "〤", "〥", "〦", "〧", "〨", "〩", "〸", "〹", "〺"]
|
||||||
|
ziszq: ["①", "②", "③", "④", "⑤", "⑥", "⑦", "⑧", "⑨", "⑩", "⑪", "⑫", "⑬", "⑭", "⑮", "⑯", "⑰", "⑱", "⑲", "⑳", "㉑", "㉒", "㉓", "㉔", "㉕", "㉖", "㉗", "㉘", "㉙", "㉚", "㉛", "㉜", "㉝", "㉞", "㉟", "㊱", "㊲", "㊳", "㊴", "㊵", "㊶", "㊷", "㊸", "㊹", "㊺", "㊻", "㊼", "㊽", "㊾", "㊿", "⓿", "❶", "❷", "❸", "❹", "❺", "❻", "❼", "❽", "❾", "❿", "⓫", "⓬", "⓭", "⓮", "⓯", "⓰", "⓱", "⓲", "⓳", "⓴"]
|
||||||
|
zit: ["ť", "ṫ", "ẗ", "ᵗ", "ₜ", "ʈ", "þ", "ꝥ", "ꝧ", "ŧ", "ⱦ", "ţ", "ṯ", "ṱ", "ṭ", "ț", "ƭ", "ᵵ", "ƫ", "ᶵ", "ʇ", "ȶ", "ꝷ"]
|
||||||
|
zitc: ["ʨ"]
|
||||||
|
zitg: ["甲", "乙", "丙", "丁", "戊", "己", "庚", "辛", "壬", "癸"]
|
||||||
|
zith: ["ᵺ"]
|
||||||
|
zitq: ["☀", "☁", "⛅", "⛈", "⛆", "☂", "☔", "☃", "⛄", "⛇"]
|
||||||
|
zits: ["ʦ", "ʧ"]
|
||||||
|
zitt: ["☄", "☼", "☽", "☾", "☿", "♀", "♁", "♂", "♃", "♄", "♅", "♆", "♇"]
|
||||||
|
zitxj: ["⚊", "⚋", "⚌", "⚍", "⚎", "⚏", "𝌀", "𝌁", "𝌂", "𝌃", "𝌄", "𝌅", "𝌆", "𝌇", "𝌈", "𝌉", "𝌊", "𝌋", "𝌌", "𝌍", "𝌎", "𝌏", "𝌐", "𝌑", "𝌒", "𝌓", "𝌔", "𝌕", "𝌖", "𝌗", "𝌘", "𝌙", "𝌚", "𝌛", "𝌜", "𝌝", "𝌞", "𝌟", "𝌠", "𝌡", "𝌢", "𝌣", "𝌤", "𝌥", "𝌦", "𝌧", "𝌨", "𝌩", "𝌪", "𝌫", "𝌬", "𝌭", "𝌮", "𝌯", "𝌰", "𝌱", "𝌲", "𝌳", "𝌴", "𝌵", "𝌶", "𝌷", "𝌸", "𝌹", "𝌺", "𝌻", "𝌼", "𝌽", "𝌾", "𝌿", "𝍀", "𝍁", "𝍂", "𝍃", "𝍄", "𝍅", "𝍆", "𝍇", "𝍈", "𝍉", "𝍊", "𝍋", "𝍌", "𝍍", "𝍎", "𝍏", "𝍐", "𝍑", "𝍒", "𝍓", "𝍔", "𝍕", "𝍖"]
|
||||||
|
zitz: ["ꜩ"]
|
||||||
|
ziu: ["ū", "ú", "ű", "ǔ", "ù", "ȕ", "û", "ŭ", "ȗ", "ü", "ǖ", "ǘ", "ǚ", "ǜ", "ů", "ũ", "ᵤ", "ᵘ", "ʉ", "ᶶ", "ủ", "ų", "ṷ", "ụ", "ṳ", "ṵ", "ư", "ʊ", "ᶷ", "ᵿ", "ᶙ", "ṻ", "ṹ", "ứ", "ừ", "ữ", "ử", "ự", "ꭒ", "ꭟ", "ꝸ", "ꭎ", "ꭏ", "ᴝ", "ᵙ", "ᴞ"]
|
||||||
|
ziue: ["ᵫ"]
|
||||||
|
ziv: ["ü", "ǖ", "ǘ", "ǚ", "ǜ", "ṽ", "ᵛ", "ᵥ", "ṿ", "ꝟ", "ʋ", "ᶹ", "ᶌ", "ⱴ", "ⱱ", "ỽ", "ʌ", "ᶺ"]
|
||||||
|
zivy: ["ꝡ"]
|
||||||
|
ziw: ["ẃ", "ẁ", "ŵ", "ẇ", "ẅ", "ẘ", "ʷ", "ẉ", "ƿ", "ʍ", "ⱳ"]
|
||||||
|
ziww: ["ʬ"]
|
||||||
|
zix: ["ẋ", "ẍ", "ᶍ", "ˣ", "ₓ", "ꭖ", "ꭗ", "ꭘ", "ꭙ"]
|
||||||
|
zixb: ["₁", "₂", "₃", "₄", "₅", "₆", "₇", "₈", "₉", "₀", "₊", "₋", "₌", "₍", "₎", "‸", "ᴀ", "ₐ", "ᴁ", "ʙ", "ᴃ", "ᵦ", "ᴄ", "ᴐ", "ᴒ", "ᴅ", "ᴆ", "ᴇ", "ₑ", "ₔ", "ᵩ", "ɢ", "ʛ", "ᴦ", "ᵧ", "ʜ", "ₕ", "ɪ", "ᵻ", "ᵢ", "ᴊ", "ⱼ", "ᴋ", "ₖ", "ʟ", "ₗ", "ᴌ", "ᴧ", "ᴍ", "ₘ", "ꟺ", "ɴ", "ᴎ", "ₙ", "ᴏ", "ₒ", "ɶ", "ʘ", "ᴓ", "ᴑ", "ᴘ", "ₚ", "ᴨ", "ᴪ", "ʀ", "ᵣ", "ᴙ", "ʁ", "ᴚ", "ᵨ", "ₛ", "ᴛ", "ₜ", "ᴜ", "ᵤ", "ᵾ", "ᴠ", "ᵥ", "ᴡ", "ₓ", "ᵪ", "ʏ", "ᴢ", "ᴣ"]
|
||||||
|
zixh: ["★", "☆", "⛤", "⛥", "⛦", "⛧", "✡", "❋", "❊", "❉", "❈", "❇", "❆", "❅", "❄", "❃", "❂", "❁", "❀", "✿", "✾", "✽", "✼", "✻", "✺", "✹", "✸", "✷", "✶", "✵", "✴", "✳", "✲", "✱", "✰", "✯", "✮", "✭", "✬", "✫", "✪", "✩", "✧", "✦", "✥", "✤", "✣", "✢"]
|
||||||
|
zixl: ["α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "ς", "τ", "υ", "φ", "χ", "ψ", "ω"]
|
||||||
|
zixld: ["Α", "Β", "Γ", "Δ", "Ε", "Ζ", "Η", "Θ", "Ι", "Κ", "Λ", "Μ", "Ν", "Ξ", "Ο", "Π", "Ρ", "Σ", "Τ", "Υ", "Φ", "Χ", "Ψ", "Ω"]
|
||||||
|
zixq: ["♔", "♕", "♖", "♗", "♘", "♙", "♚", "♛", "♜", "♝", "♞", "♟"]
|
||||||
|
zixz: ["♈", "♉", "♊", "♋", "♌", "♍", "♎", "♏", "♐", "♑", "♒", "♓"]
|
||||||
|
zixzm: ["白羊座", "金牛座", "雙子座", "巨蟹座", "獅子座", "室女座", "天秤座", "天蠍座", "人馬座", "摩羯座", "寶瓶座", "雙魚座"]
|
||||||
|
ziy: ["ȳ", "ý", "ỳ", "ŷ", "ẏ", "ÿ", "ẙ", "ỹ", "ʸ", "ɏ", "ỷ", "ỵ", "ƴ", "ʎ", "ỿ", "ꭚ"]
|
||||||
|
ziyf: ["㋀", "㋁", "㋂", "㋃", "㋄", "㋅", "㋆", "㋇", "㋈", "㋉", "㋊", "㋋"]
|
||||||
|
ziyr: ["月", "火", "水", "木", "金", "土", "日", "㊊", "㊋", "㊌", "㊍", "㊎", "㊏", "㊐", "㊗", "㊡", "㈪", "㈫", "㈬", "㈭", "㈮", "㈯", "㈰", "㈷", "㉁", "㉀"]
|
||||||
|
ziyy: ["𝄞", "♩", "♪", "♫", "♬", "♭", "♮", "♯"]
|
||||||
|
ziz: ["ź", "ž", "ẑ", "ż", "ᶻ", "ʐ", "ᶼ", "ʑ", "ᶽ", "ƶ", "ẕ", "ẓ", "ᵶ", "ȥ", "ⱬ", "ᶎ", "ʒ", "ᶾ", "ǯ", "ʓ", "ƹ", "ƺ", "ᶚ", "θ", "ᶿ", "ɀ", "ꝣ"]
|
||||||
|
zizmh: ["⒜", "⒝", "⒞", "⒟", "⒠", "⒡", "⒢", "⒣", "⒤", "⒥", "⒦", "⒧", "⒨", "⒩", "⒪", "⒫", "⒬", "⒭", "⒮", "⒯", "⒰", "⒱", "⒲", "⒳", "⒴", "⒵"]
|
||||||
|
zizmq: ["ⓐ", "Ⓐ", "ⓑ", "Ⓑ", "ⓒ", "Ⓒ", "ⓓ", "Ⓓ", "ⓔ", "Ⓔ", "ⓕ", "Ⓕ", "ⓖ", "Ⓖ", "ⓗ", "Ⓗ", "ⓘ", "Ⓘ", "ⓙ", "Ⓙ", "ⓚ", "Ⓚ", "ⓛ", "Ⓛ", "ⓜ", "Ⓜ", "ⓝ", "Ⓝ", "ⓞ", "Ⓞ", "ⓟ", "Ⓟ", "ⓠ", "Ⓠ", "ⓡ", "Ⓡ", "ⓢ", "Ⓢ", "ⓣ", "Ⓣ", "ⓤ", "Ⓤ", "ⓥ", "Ⓥ", "ⓦ", "Ⓦ", "ⓧ", "Ⓧ", "ⓨ", "Ⓨ", "ⓩ", "Ⓩ"]
|
||||||
|
zizy: ["ㄅ", "ㄆ", "ㄇ", "ㄈ", "ㄉ", "ㄊ", "ㄋ", "ㄌ", "ㄍ", "ㄎ", "ㄏ", "ㄐ", "ㄑ", "ㄒ", "ㄓ", "ㄔ", "ㄕ", "ㄖ", "ㄗ", "ㄘ", "ㄙ", "ㄧ", "ㄨ", "ㄩ", "ㄚ", "ㄛ", "ㄜ", "ㄝ", "ㄞ", "ㄟ", "ㄠ", "ㄡ", "ㄢ", "ㄣ", "ㄤ", "ㄥ", "ㄦ", "ㄪ", "ㄫ", "ㄬ", "ㄭ", "ㆠ", "ㆡ", "ㆢ", "ㆣ", "ㆤ", "ㆥ", "ㆦ", "ㆧ", "ㆨ", "ㆩ", "ㆪ", "ㆫ", "ㆬ", "ㆭ", "ㆮ", "ㆯ", "ㆰ", "ㆱ", "ㆲ", "ㆳ", "ㆴ", "ㆵ", "ㆶ", "ㆷ"]
|
||||||
|
recognizer:
|
||||||
|
import_preset: default
|
||||||
|
patterns:
|
||||||
|
gregorian_to_lunar: "^N[0-9]{1,8}"
|
||||||
|
helper: "^aid$"
|
||||||
|
number: "^R[0-9]+[.]?[0-9]*"
|
||||||
|
punct: "^zi([0-9]0?|[A-Za-z]+)$"
|
||||||
|
reverse_lookup: "^z[a-z]*'?$"
|
||||||
|
unicode: "^U[a-f0-9]+"
|
||||||
|
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||||
|
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||||
|
repeat_last_input:
|
||||||
|
initial_quality: 1
|
||||||
|
input: z
|
||||||
|
size: 1
|
||||||
|
reverse_lookup:
|
||||||
|
dictionary: 092wb_py
|
||||||
|
preedit_format:
|
||||||
|
- "xform/([nl])v/$1ü/"
|
||||||
|
- "xform/([nl])ue/$1üe/"
|
||||||
|
- "xform/([jqxy])v/$1u/"
|
||||||
|
prefix: z
|
||||||
|
suffix: "'"
|
||||||
|
tips:
|
||||||
|
- "反查"
|
||||||
|
schema:
|
||||||
|
author:
|
||||||
|
- "发明人 行走的风景"
|
||||||
|
dependencies:
|
||||||
|
- 092wb_core
|
||||||
|
- 092wb_py
|
||||||
|
- 092wb_wb_spelling
|
||||||
|
description: |
|
||||||
|
092五笔
|
||||||
|
|
||||||
|
name: "092五笔"
|
||||||
|
schema_id: 092wb
|
||||||
|
version: 2024.04.07
|
||||||
|
selector:
|
||||||
|
bindings:
|
||||||
|
ISO_Left_Tab: previous_candidate
|
||||||
|
"Shift+Tab": previous_candidate
|
||||||
|
Tab: next_candidate
|
||||||
|
speller:
|
||||||
|
auto_clear: max_length
|
||||||
|
auto_select: true
|
||||||
|
delimiter: "`"
|
||||||
|
max_code_length: 4
|
||||||
|
switches:
|
||||||
|
- name: ascii_mode
|
||||||
|
reset: 0
|
||||||
|
states: ["中", "A"]
|
||||||
|
- name: zh_trad
|
||||||
|
reset: 0
|
||||||
|
states: ["简", "繁"]
|
||||||
|
- name: new_spelling
|
||||||
|
reset: 0
|
||||||
|
states: ["隐", "拆"]
|
||||||
|
- name: extended_char
|
||||||
|
reset: 0
|
||||||
|
states: ["扩", "常"]
|
||||||
|
- name: new_hide_pinyin
|
||||||
|
reset: 1
|
||||||
|
states: ["音", "隐"]
|
||||||
|
- name: ascii_punct
|
||||||
|
reset: 0
|
||||||
|
states: ["。,", ".,"]
|
||||||
|
- name: full_shape
|
||||||
|
reset: 0
|
||||||
|
states: ["半", "全"]
|
||||||
|
- name: emoji
|
||||||
|
reset: 0
|
||||||
|
states: ["😔", "😀"]
|
||||||
|
traditionalize:
|
||||||
|
opencc_config: 092wb_s2t.json
|
||||||
|
option_name: zh_trad
|
||||||
|
tags:
|
||||||
|
- abc
|
||||||
|
- number
|
||||||
|
- gregorian_to_lunar
|
||||||
|
translator:
|
||||||
|
db_class: tabledb
|
||||||
|
dictionary: 092wb
|
||||||
|
disable_user_dict_for_patterns:
|
||||||
|
- "^z.*$"
|
||||||
|
enable_charset_filter: false
|
||||||
|
enable_completion: false
|
||||||
|
enable_encoder: false
|
||||||
|
enable_sentence: false
|
||||||
|
enable_user_dict: false
|
||||||
|
encode_commit_history: false
|
||||||
|
initial_quality: 100000
|
||||||
|
max_phrase_length: 4
|
||||||
BIN
build/092wb.table.bin
Normal file
BIN
build/092wb.table.bin
Normal file
Binary file not shown.
BIN
build/092wb_core.prism.bin
Normal file
BIN
build/092wb_core.prism.bin
Normal file
Binary file not shown.
BIN
build/092wb_core.reverse.bin
Normal file
BIN
build/092wb_core.reverse.bin
Normal file
Binary file not shown.
136
build/092wb_core.schema.yaml
Normal file
136
build/092wb_core.schema.yaml
Normal file
@@ -0,0 +1,136 @@
|
|||||||
|
__build_info:
|
||||||
|
rime_version: 1.16.0
|
||||||
|
timestamps:
|
||||||
|
092wb_core.custom: 0
|
||||||
|
092wb_core.schema: 1768191297
|
||||||
|
092wb_key_bindings: 1768191297
|
||||||
|
092wb_key_bindings.custom: 0
|
||||||
|
092wb_punctuation: 1768191297
|
||||||
|
092wb_punctuation.custom: 0
|
||||||
|
default: 1768129037
|
||||||
|
default.custom: 1768191297
|
||||||
|
key_bindings: 1768129037
|
||||||
|
key_bindings.custom: 0
|
||||||
|
punctuation: 1768129037
|
||||||
|
punctuation.custom: 0
|
||||||
|
engine:
|
||||||
|
filters:
|
||||||
|
- uniquifier
|
||||||
|
processors:
|
||||||
|
- ascii_composer
|
||||||
|
- recognizer
|
||||||
|
- key_binder
|
||||||
|
- speller
|
||||||
|
- punctuator
|
||||||
|
- selector
|
||||||
|
- navigator
|
||||||
|
- express_editor
|
||||||
|
segmentors:
|
||||||
|
- ascii_segmentor
|
||||||
|
- matcher
|
||||||
|
- abc_segmentor
|
||||||
|
- punct_segmentor
|
||||||
|
- fallback_segmentor
|
||||||
|
translators:
|
||||||
|
- punct_translator
|
||||||
|
- reverse_lookup_translator
|
||||||
|
- script_translator
|
||||||
|
menu:
|
||||||
|
page_size: 10
|
||||||
|
punctuator:
|
||||||
|
full_shape:
|
||||||
|
" ": {commit: " "}
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "×"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "\"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
half_shape:
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "*"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "、"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
import_preset: default
|
||||||
|
recognizer:
|
||||||
|
import_preset: default
|
||||||
|
patterns:
|
||||||
|
gregorian_to_lunar: "^N[0-9]{1,8}"
|
||||||
|
helper: "^aid$"
|
||||||
|
number: "^R[0-9]+[.]?[0-9]*"
|
||||||
|
punct: "^zi([0-9]0?|[A-Za-z]+)$"
|
||||||
|
reverse_lookup: "^z[a-z]*'?$"
|
||||||
|
unicode: "^U[a-f0-9]+"
|
||||||
|
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||||
|
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||||
|
schema:
|
||||||
|
name: "自定义过滤"
|
||||||
|
schema_id: 092wb_core
|
||||||
|
version: 1.0
|
||||||
|
selector:
|
||||||
|
bindings:
|
||||||
|
ISO_Left_Tab: previous_candidate
|
||||||
|
"Shift+Tab": previous_candidate
|
||||||
|
Tab: next_candidate
|
||||||
|
speller:
|
||||||
|
alphabet: 1
|
||||||
|
switches:
|
||||||
|
- name: ascii_mode
|
||||||
|
reset: 0
|
||||||
|
states: ["中文", "西文"]
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb_core
|
||||||
BIN
build/092wb_core.table.bin
Normal file
BIN
build/092wb_core.table.bin
Normal file
Binary file not shown.
BIN
build/092wb_py.prism.bin
Normal file
BIN
build/092wb_py.prism.bin
Normal file
Binary file not shown.
BIN
build/092wb_py.reverse.bin
Normal file
BIN
build/092wb_py.reverse.bin
Normal file
Binary file not shown.
392
build/092wb_py.schema.yaml
Normal file
392
build/092wb_py.schema.yaml
Normal file
@@ -0,0 +1,392 @@
|
|||||||
|
__build_info:
|
||||||
|
rime_version: 1.16.0
|
||||||
|
timestamps:
|
||||||
|
092wb_key_bindings: 1768191297
|
||||||
|
092wb_key_bindings.custom: 0
|
||||||
|
092wb_punctuation: 1768191297
|
||||||
|
092wb_punctuation.custom: 0
|
||||||
|
092wb_py.custom: 0
|
||||||
|
092wb_py.schema: 1768191297
|
||||||
|
092wb_symbols: 1768191297
|
||||||
|
092wb_symbols.custom: 0
|
||||||
|
default: 1768129037
|
||||||
|
default.custom: 1768191297
|
||||||
|
key_bindings: 1768129037
|
||||||
|
key_bindings.custom: 0
|
||||||
|
punctuation: 1768129037
|
||||||
|
punctuation.custom: 0
|
||||||
|
engine:
|
||||||
|
filters:
|
||||||
|
- simplifier
|
||||||
|
- uniquifier
|
||||||
|
processors:
|
||||||
|
- ascii_composer
|
||||||
|
- recognizer
|
||||||
|
- key_binder
|
||||||
|
- speller
|
||||||
|
- punctuator
|
||||||
|
- selector
|
||||||
|
- navigator
|
||||||
|
- express_editor
|
||||||
|
segmentors:
|
||||||
|
- ascii_segmentor
|
||||||
|
- matcher
|
||||||
|
- abc_segmentor
|
||||||
|
- punct_segmentor
|
||||||
|
- fallback_segmentor
|
||||||
|
translators:
|
||||||
|
- punct_translator
|
||||||
|
- script_translator
|
||||||
|
- reverse_lookup_translator
|
||||||
|
key_binder:
|
||||||
|
bindings:
|
||||||
|
- {accept: minus, send: Page_Up, when: has_menu}
|
||||||
|
- {accept: equal, send: Page_Down, when: has_menu}
|
||||||
|
- {accept: semicolon, send: 2, when: has_menu}
|
||||||
|
- {accept: apostrophe, send: 3, when: has_menu}
|
||||||
|
- {accept: space, send: Escape, when: composing}
|
||||||
|
- {accept: space, send: space, when: has_menu}
|
||||||
|
- {accept: "Control+Shift+f", toggle: zh_trad, when: always}
|
||||||
|
- {accept: "Control+Shift+h", toggle: new_spelling, when: always}
|
||||||
|
- {accept: "Control+Shift+j", toggle: new_hide_pinyin, when: always}
|
||||||
|
- {accept: "Control+Shift+u", toggle: extended_char, when: always}
|
||||||
|
- {accept: "Control+Shift+m", toggle: emoji, when: always}
|
||||||
|
- {accept: "Control+Shift+F", toggle: zh_trad, when: always}
|
||||||
|
- {accept: "Control+Shift+H", toggle: new_spelling, when: always}
|
||||||
|
- {accept: "Control+Shift+J", toggle: new_hide_pinyin, when: always}
|
||||||
|
- {accept: "Control+Shift+U", toggle: extended_char, when: always}
|
||||||
|
- {accept: "Control+Shift+M", toggle: emoji, when: always}
|
||||||
|
- {accept: "Shift+space", toggle: full_shape, when: always}
|
||||||
|
- {accept: "Control+period", toggle: ascii_punct, when: always}
|
||||||
|
import_preset: default
|
||||||
|
menu:
|
||||||
|
page_size: 10
|
||||||
|
punctuator:
|
||||||
|
digit_separators: ",.:"
|
||||||
|
full_shape:
|
||||||
|
" ": {commit: " "}
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "×"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "\"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
half_shape:
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "*"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "、"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
import_preset: 092wb_symbols
|
||||||
|
symbols:
|
||||||
|
zi0: ["〇", "零", "₀", "⁰", "⓪", "⓿", "0"]
|
||||||
|
zi1: ["一", "壹", "₁", "¹", "Ⅰ", "ⅰ", "①", "➀", "❶", "➊", "⓵", "⑴", "⒈", "1", "㊀", "㈠", "弌", "壱", "幺", "㆒"]
|
||||||
|
zi10: ["十", "拾", "₁₀", "¹⁰", "Ⅹ", "ⅹ", "⑩", "➉", "❿", "➓", "⓾", "⑽", "⒑", "10", "㊉", "㈩", "什"]
|
||||||
|
zi2: ["二", "貳", "₂", "²", "Ⅱ", "ⅱ", "②", "➁", "❷", "➋", "⓶", "⑵", "⒉", "2", "㊁", "㈡", "弍", "弐", "貮", "㒃", "㒳", "兩", "倆", "㆓"]
|
||||||
|
zi3: ["三", "叄", "₃", "³", "Ⅲ", "ⅲ", "③", "➂", "❸", "➌", "⓷", "⑶", "⒊", "3", "㊂", "㈢", "參", "参", "叁", "弎", "仨", "㆔"]
|
||||||
|
zi4: ["四", "肆", "₄", "⁴", "Ⅳ", "ⅳ", "④", "➃", "❹", "➍", "⓸", "⑷", "⒋", "4", "㊃", "㈣", "亖"]
|
||||||
|
zi5: ["五", "伍", "₅", "⁵", "Ⅴ", "ⅴ", "⑤", "➄", "❺", "➎", "⓹", "⑸", "⒌", "5", "㊄", "㈤", "㐅", "㠪", "𠄡"]
|
||||||
|
zi6: ["六", "陸", "₆", "⁶", "Ⅵ", "ⅵ", "⑥", "➅", "❻", "➏", "⓺", "⑹", "⒍", "6", "㊅", "㈥", "ↅ"]
|
||||||
|
zi7: ["七", "柒", "₇", "⁷", "Ⅶ", "ⅶ", "⑦", "➆", "❼", "➐", "⓻", "⑺", "⒎", "7", "㊆", "㈦", "漆"]
|
||||||
|
zi8: ["八", "捌", "₈", "⁸", "Ⅷ", "ⅷ", "⑧", "➇", "❽", "➑", "⓼", "⑻", "⒏", "8", "㊇", "㈧"]
|
||||||
|
zi9: ["九", "玖", "₉", "⁹", "Ⅸ", "ⅸ", "⑨", "➈", "❾", "➒", "⓽", "⑼", "⒐", "9", "㊈", "㈨"]
|
||||||
|
ziA: ["Ā", "Á", "Ǎ", "À", "Ȁ", "Â", "Ă", "Ȃ", "Ȧ", "Ä", "Å", "Ã", "ᴀ", "ᴬ", "Ⱥ", "Ả", "Ą", "Ạ", "Ḁ", "Ấ", "Ầ", "Ẫ", "Ẩ", "Ắ", "Ằ", "Ẵ", "Ẳ", "Ǡ", "Ǟ", "Ǻ", "Ậ", "Ặ", "Ɐ", "Ɑ", "Ɒ"]
|
||||||
|
ziAA: ["Ꜳ"]
|
||||||
|
ziAE: ["Æ", "Ǣ", "Ǽ", "ᴭ", "ᴁ"]
|
||||||
|
ziAO: ["Ꜵ"]
|
||||||
|
ziAU: ["Ꜷ"]
|
||||||
|
ziAV: ["Ꜹ", "Ꜻ"]
|
||||||
|
ziAY: ["Ꜽ"]
|
||||||
|
ziB: ["Ḃ", "Ḅ", "ʙ", "ᴃ", "ᴮ", "ᴯ", "Ƀ", "Ƃ", "Ḇ", "Ɓ", "Ꞗ"]
|
||||||
|
ziC: ["Ç", "Ć", "Č", "Ĉ", "Ċ", "ᴄ", "Ȼ", "Ꞓ", "Ƈ", "Ḉ", "Ꜿ"]
|
||||||
|
ziD: ["Ď", "Ḋ", "ᴅ", "ᴆ", "ᴰ", "Đ", "Ƌ", "Ḑ", "Ḓ", "Ḏ", "Ḍ", "Ɖ", "Ɗ", "Ð", "DZ", "Dz", "DŽ", "Dž"]
|
||||||
|
ziE: ["Ē", "É", "Ě", "È", "Ȅ", "Ê", "Ĕ", "Ȇ", "Ė", "Ë", "Ẽ", "ᴇ", "ᴱ", "Ɇ", "Ẻ", "Ȩ", "Ę", "Ḙ", "Ẹ", "Ḛ", "Ḗ", "Ḕ", "Ế", "Ề", "Ễ", "Ể", "Ḝ", "Ệ", "Ə", "Ɛ", "Ɜ", "Ǝ", "ⱻ", "ᴲ", "Ȝ"]
|
||||||
|
ziF: ["Ḟ", "ꜰ", "Ƒ", "Ꞙ", "ꟻ"]
|
||||||
|
ziG: ["Ḡ", "Ǵ", "Ǧ", "Ĝ", "Ğ", "Ġ", "ʛ", "ᴳ", "Ǥ", "Ꞡ", "Ģ", "Ɠ", "Ɡ", "Ɣ"]
|
||||||
|
ziH: ["Ĥ", "Ȟ", "Ḣ", "Ḧ", "ʜ", "ᴴ", "Ħ", "Ɦ", "Ꜧ", "Ḩ", "Ḫ", "Ḥ", "Ⱨ", "Ɥ", "Ⱶ"]
|
||||||
|
ziHV: ["Ƕ"]
|
||||||
|
ziI: ["Ī", "Í", "Ǐ", "Ì", "Ȉ", "Î", "Ĭ", "Ȋ", "Ï", "Ĩ", "ɪ", "ᴵ", "ᶦ", "Ɨ", "ᵻ", "ᶧ", "Ỉ", "Į", "Ị", "Ḭ", "Ḯ", "ꟾ", "Ɩ"]
|
||||||
|
ziIJ: ["IJ"]
|
||||||
|
ziJ: ["Ĵ", "ᴊ", "ᴶ", "Ɉ", "Ʝ"]
|
||||||
|
ziK: ["Ḱ", "Ǩ", "ᴋ", "ᴷ", "Ꝁ", "Ꝃ", "Ꞣ", "Ꝅ", "Ķ", "Ḵ", "Ḳ", "Ƙ", "Ⱪ", "Ʞ"]
|
||||||
|
ziL: ["Ĺ", "ʟ", "ᶫ", "Ƚ", "Ꝉ", "Ł", "ᴌ", "Ⱡ", "Ɫ", "Ɬ", "Ľ", "Ļ", "Ḻ", "Ḽ", "Ḷ", "Ŀ", "Ꝇ"]
|
||||||
|
ziLL: ["Ỻ"]
|
||||||
|
ziM: ["Ḿ", "Ṁ", "ᴍ", "ᴹ", "Ṃ", "Ɱ", "Ɯ", "ꟽ", "ꟿ"]
|
||||||
|
ziN: ["Ń", "Ň", "Ǹ", "Ṅ", "Ñ", "ɴ", "ᴺ", "ᴻ", "ᶰ", "Ɲ", "Ƞ", "Ŋ", "Ņ", "Ṉ", "Ṋ", "Ṇ", "Ꞑ"]
|
||||||
|
ziNJ: ["NJ"]
|
||||||
|
ziNj: ["Nj"]
|
||||||
|
ziO: ["Ō", "Ó", "Ő", "Ǒ", "Ò", "Ô", "Ŏ", "Ȯ", "Ö", "Õ", "ᴏ", "ᴼ", "Ɔ", "ᴐ", "Ø", "Ǫ", "Ọ", "Ơ", "Ɵ", "Ꝋ", "Ꝍ", "Ṓ", "Ṑ", "Ố", "Ồ", "Ỗ", "Ổ", "Ȱ", "Ȫ", "Ȭ", "Ṍ", "Ṏ", "Ộ", "Ǭ", "Ǿ", "Ớ", "Ờ", "Ỡ", "Ở", "Ợ"]
|
||||||
|
ziOE: ["Œ", "ɶ"]
|
||||||
|
ziOI: ["Ƣ"]
|
||||||
|
ziOO: ["Ꝏ"]
|
||||||
|
ziOU: ["Ȣ", "ᴽ"]
|
||||||
|
ziP: ["Ṕ", "Ṗ", "ᴘ", "ᴾ", "Ᵽ", "Ꝑ", "Ƥ", "Ꝓ", "Ꝕ", "ꟼ"]
|
||||||
|
ziQ: ["Ɋ", "Ꝗ", "Ꝙ"]
|
||||||
|
ziR: ["Ŕ", "Ř", "Ȑ", "Ȓ", "Ṙ", "ʀ", "ᴙ", "ᴿ", "Ʀ", "ꭆ", "Ɍ", "Ꞧ", "Ŗ", "Ṟ", "Ṛ", "Ṝ", "Ɽ", "ꝶ", "ʶ", "ʁ", "Ꝛ", "Ꝝ"]
|
||||||
|
ziRx: ["℞"]
|
||||||
|
ziS: ["Ś", "Ŝ", "Š", "Ṡ", "ꜱ", "Ꞩ", "Ş", "Ṣ", "Ș", "Ṥ", "Ṧ", "Ṩ", "Ʃ", "ẞ"]
|
||||||
|
ziT: ["Ť", "Ṫ", "ᴛ", "ᵀ", "Ʈ", "Þ", "Ꝥ", "Ꝧ", "Ŧ", "Ⱦ", "Ţ", "Ṯ", "Ṱ", "Ṭ", "Ț", "Ƭ", "Ʇ"]
|
||||||
|
ziTZ: ["Ꜩ"]
|
||||||
|
ziU: ["Ū", "Ú", "Ű", "Ǔ", "Ù", "Ȕ", "Û", "Ŭ", "Ȗ", "Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ů", "Ũ", "ᴜ", "ᵁ", "ᶸ", "Ʉ", "Ủ", "Ų", "Ṷ", "Ụ", "Ṳ", "Ṵ", "Ư", "Ʊ", "Ṻ", "Ṹ", "Ứ", "Ừ", "Ữ", "Ử", "Ự"]
|
||||||
|
ziV: ["Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ṽ", "ᴠ", "ⱽ", "Ṿ", "Ꝟ", "Ʋ", "Ỽ", "Ʌ"]
|
||||||
|
ziVY: ["Ꝡ"]
|
||||||
|
ziW: ["Ẃ", "Ẁ", "Ŵ", "Ẇ", "Ẅ", "W̊", "ᴡ", "ᵂ", "Ẉ", "Ƿ", "Ⱳ"]
|
||||||
|
ziX: ["Ẋ", "Ẍ"]
|
||||||
|
ziY: ["Ȳ", "Ý", "Ỳ", "Ŷ", "Ẏ", "Ÿ", "Ỹ", "ʏ", "Ɏ", "Ỷ", "Ỵ", "Ƴ", "Ỿ"]
|
||||||
|
ziZ: ["Ź", "Ž", "Ẑ", "Ż", "ᴢ", "Ƶ", "Ẕ", "Ẓ", "Ȥ", "Ⱬ Ʒ", "ᴣ", "Ǯ", "Ƹ", "Ɀ", "Ꝣ"]
|
||||||
|
zia: ["ā", "á", "ǎ", "à", "ȁ", "â", "ă", "ȃ", "ȧ", "ä", "å", "ã", "ₐ", "ᵃ", "ª", "ⱥ", "ꬰ", "ả", "ą", "ạ", "ḁ", "ẚ", "ấ", "ầ", "ẫ", "ẩ", "ắ", "ằ", "ẵ", "ẳ", "ǡ", "ǟ", "ǻ", "ậ", "ặ", "ᶏ", "ɐ", "ᵄ", "ɑ", "ᵅ", "ᶐ", "ɒ", "ᶛ"]
|
||||||
|
ziaa: ["ꜳ"]
|
||||||
|
ziae: ["æ", "ǣ", "ǽ", "ᵆ", "ᴂ"]
|
||||||
|
ziao: ["ꜵ"]
|
||||||
|
ziau: ["ꜷ"]
|
||||||
|
ziav: ["ꜹ", "ꜻ"]
|
||||||
|
ziay: ["ꜽ"]
|
||||||
|
zib: ["ḃ", "ḅ", "ᵇ", "ƀ", "ƃ", "ḇ", "ɓ", "ᵬ", "ᶀ", "ꞗ"]
|
||||||
|
zibd: ["、", "。", "「", "」", "『", "』", "【", "】", "〈", "〉", "《", "》", "₋", "⁻", "―", "˗", "ˉ", "_", "﹍", "﹎", ".", "¡", "‼", "⁉", "¿", "؟", "⁈", "⁇", "、", "。", "〃", "〄", "々", "〆", "〇", "〒", "〓", "〔", "〕", "〖", "〗", "〘", "〙", "〚", "〛", "〜", "〝", "〞", "〟", "〠", "〰", "〱", "〲", "〳", "〴", "〵", "〶", "〷", "〻", "〼", "〽"]
|
||||||
|
zibdz: ["﹅", "﹆", "﹁", "﹂", "﹃", "﹄", "︙", "︱", "︻", "︼", "︗", "︘", "︵", "︶", "︷", "︸", "︹", "︺", "︿", "﹀", "︽", "︾", "︰", "︲", "︳", "︴", "﹉", "﹊", "﹋", "﹌", "﹍", "﹎", "﹏", "﹇", "﹈", "︐", "︑", "︒", "︔", "︕", "︖"]
|
||||||
|
zibg: ["☰", "☱", "☲", "☳", "☴", "☵", "☶", "☷"]
|
||||||
|
zibgm: ["乾", "兌", "離", "震", "巽", "坎", "艮", "坤"]
|
||||||
|
zibh: ["㇀", "㇁", "㇂", "㇃", "㇄", "㇅", "㇆", "㇇", "㇈", "㇉", "㇊", "㇋", "㇌", "㇍", "㇎", "㇏", "㇐", "㇑", "㇒", "㇓", "㇔", "㇕", "㇖", "㇗", "㇘", "㇙", "㇚", "㇛", "㇜", "㇝", "㇞", "㇟", "㇠", "㇡", "㇢", "㇣"]
|
||||||
|
zibq: ["☻", "☺", "☹"]
|
||||||
|
zic: ["ç", "ć", "č", "ĉ", "ċ", "ᶜ", "ȼ", "ꞓ", "ƈ", "ḉ", "ꞔ", "ɕ", "ᶝ", "ꜿ"]
|
||||||
|
zid: ["ď", "ḋ", "ᵈ", "đ", "ƌ", "ᵭ", "ḑ", "ḓ", "ḏ", "ḍ", "ɖ", "ɗ", "ᶑ", "ᶁ", "ð", "ᶞ", "ꝱ", "ʤ", "ʣ", "ʥ", "ȡ", "ƍ", "dz", "dž", "ẟ"]
|
||||||
|
zidb: ["ȸ"]
|
||||||
|
zidn: ["", "❖", "⌘", "⌃", "⌥", "⎇", "⇧", "⇪", "␣", "⇥", "⇤", "↩", "⌅", "⌤", "⌫", "⌦", "⌧", "⎋", "⌨", "◁", "⌀", "⌖", "⌗", "⏏", "↖", "↘", "⇞", "⇟", "⌚", "⏰", "⏱", "⏲", "⏳", "⌛", "⌜", "⌝⌞⌟", "⍑", "⏩", "⏪", "⏫", "⏬", "⏭", "⏮", "⏯"]
|
||||||
|
zidw: ["Å", "℃", "%", "‰", "‱", "°", "℉", "㏃", "㏆", "㎈", "㏄", "㏅", "㎝", "㎠", "㎤", "㏈", "㎗", "㎙", "㎓", "㎬", "㏉", "㏊", "㏋", "㎐", "㏌", "㎄", "㎅", "㎉", "㎏", "㎑", "㏍", "㎘", "㎞", "㏎", "㎢", "㎦", "㎪", "㏏", "㎸", "㎾", "㏀", "㏐", "㏓", "㎧", "㎨", "㎡", "㎥", "㎃", "㏔", "㎆", "㎎", "㎒", "㏕", "㎖", "㎜", "㎟", "㎣", "㏖", "㎫", "㎳", "㎷", "㎹", "㎽", "㎿", "㏁", "㎁", "㎋", "㎚", "㎱", "㎵", "㎻", "㏘", "㎩", "㎀", "㎊", "㏗", "㏙", "㏚", "㎰", "㎴", "㎺", "㎭", "㎮", "㎯", "㏛", "㏜", "㎔", "㏝", "㎂", "㎌", "㎍", "㎕", "㎛", "㎲", "㎶", "㎼"]
|
||||||
|
zidz: ["子", "丑", "寅", "卯", "辰", "巳", "午", "未", "申", "酉", "戌", "亥"]
|
||||||
|
zie: ["ē", "é", "ě", "è", "ȅ", "ê", "ĕ", "ȇ", "ė", "ë", "ẽ", "ₑ", "ᵉ", "ɇ", "ꬳ", "ẻ", "ȩ", "ę", "ḙ", "ẹ", "ḛ", "ḗ", "ḕ", "ế", "ề", "ễ", "ể", "ḝ", "ệ", "ᶒ", "ꬴ", "ɘ", "ə", "ɚ", "ᶕ", "ɛ", "ᵋ", "ᶓ", "ɜ", "ᵌ", "ᴈ", "ᶟ", "ɝ", "ᶔ", "ɞ", "ʚ", "ǝ", "ₔ", "ᵊ", "ȝ", "ⱸ"]
|
||||||
|
ziey: ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"]
|
||||||
|
zieyd: ["А", "Б", "В", "Г", "Д", "Е", "Ё", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я"]
|
||||||
|
zif: ["ḟ", "ᶠ", "ƒ", "ᵮ", "ᶂ", "ꞙ"]
|
||||||
|
ziff: ["ff"]
|
||||||
|
ziffi: ["ffi"]
|
||||||
|
ziffl: ["ffl"]
|
||||||
|
zifh: ["©", "®", "℗", "℠", "™", "℡", "℻", "☇", "☈", "☉", "☊", "☋", "☌", "☍", "☎", "☏", "☐", "☑", "☒", "☓", "☕", "☖", "☗", "⛉", "⛊", "☘", "☙", "☚", "☛", "☜", "☝", "☞", "☟", "☠", "☡", "☢", "☣", "☤", "☥", "☦", "☧", "☨", "☩", "☪", "☫", "☬", "☭", "☮", "☯", "☸", "♨", "♰", "♱", "♲", "♳", "♴", "♵", "♶", "♷", "♸", "♹", "♺", "♻", "♼", "♽", "♾", "♿", "⚆", "⚇", "⚈", "⚉", "⚐", "⚑", "⚒", "⚓", "⚔", "⚕", "⚖", "⚗", "⚘", "⚙", "⚚", "⚛", "⚜", "⚝", "⚞", "⚟", "⚠", "⚡", "⚰", "⚱", "⚲", "⚳", "⚴", "⚵", "⚶", "⚷", "⚸", "⚹", "⚺", "⚻", "⚼", "⚽", "⚾", "⚿", "⛀", "⛁", "⛂", "⛃", "⛋", "⛌", "⛍", "⛎", "⛏", "⛐", "⛑", "⛒", "⛓", "⛔", "⛕", "⛖", "⛗", "⛘", "⛙", "⛚", "⛛", "⛜", "⛝", "⛞", "⛟", "⛠", "⛡", "⛢", "⛣", "⛨", "⛩", "⛪", "⛫", "⛬", "⛭", "⛮", "⛯", "⛰", "⛱", "⛲", "⛳", "⛴", "⛵", "⛶", "⛷", "⛸", "⛹", "⛺", "⛻", "⛼", "⛽", "⛾", "⛿"]
|
||||||
|
zifi: ["fi"]
|
||||||
|
zifk: ["▀", "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█", "▉", "▊", "▋", "▌", "▍", "▎", "▏", "▐", "░", "▒", "▓", "▔", "▕", "▖", "▗", "▘", "▙", "▚", "▛", "▜", "▝", "▞", "▟"]
|
||||||
|
zifl: ["fl"]
|
||||||
|
zifn: ["ʩ"]
|
||||||
|
zifs: ["⅟", "½", "↉", "⅓", "⅔", "¼", "⅕", "⅖", "⅗", "⅘", "⅙", "⅚", "⅐", "⅛", "⅜", "⅝", "⅞", "⅑", "⅒"]
|
||||||
|
zig: ["ḡ", "ǵ", "ǧ", "ĝ", "ğ", "ġ", "ᵍ", "ǥ", "ꞡ", "ģ", "ɠ", "ᵷ", "ᶃ", "ɡ", "ꬶ", "ᶢ", "ɣ", "ˠ", "ɤ", "ᵹ"]
|
||||||
|
zigz: ["甲子", "乙丑", "丙寅", "丁卯", "戊辰", "己巳", "庚午", "辛未", "壬申", "癸酉", "甲戌", "乙亥", "丙子", "丁丑", "戊寅", "己卯", "庚辰", "辛巳", "壬午", "癸未", "甲申", "乙酉", "丙戌", "丁亥", "戊子", "己丑", "庚寅", "辛卯", "壬辰", "癸巳", "甲午", "乙未", "丙申", "丁酉", "戊戌", "己亥", "庚子", "辛丑", "壬寅", "癸卯", "甲辰", "乙巳", "丙午", "丁未", "戊申", "己酉", "庚戌", "辛亥", "壬子", "癸丑", "甲寅", "乙卯", "丙辰", "丁巳", "戊午", "己未", "庚申", "辛酉", "壬戌", "癸亥"]
|
||||||
|
zih: ["ĥ", "ȟ", "ḣ", "ḧ", "ͪ", "ħ", "ɦ", "ʱ", "ꜧ", "ꭜ", "ɧ", "ḩ", "ẖ", "ḫ", "ḥ", "ⱨ", "ꞕ", "ɥ", "ᶣ", "ʮ", "ʯ", "ⱶ"]
|
||||||
|
zihb: ["¥", "¥", "¤", "¢", "$", "$", "£", "£", "৳", "฿", "₠", "₡", "₢", "₣", "₤", "₥", "₦", "₧", "₩", "₪", "₫", "€", "₭", "₮", "₯", "₰", "₱", "₲", "₳", "₴", "₵", "₶", "₷", "₸", "₹", "₺", "₨", "﷼"]
|
||||||
|
zihv: ["ƕ"]
|
||||||
|
zihw: ["ㄱ", "ㄴ", "ㄷ", "ㄹ", "ㅁ", "ㅂ", "ㅅ", "ㅇ", "ㅈ", "ㅊ", "ㅋ", "ㅌ", "ㅍ", "ㅎ"]
|
||||||
|
zihwh: ["㈀", "㈁", "㈂", "㈃", "㈄", "㈅", "㈆", "㈇", "㈈", "㈉", "㈊", "㈋", "㈌", "㈍", "㈎", "㈏", "㈐", "㈑", "㈒", "㈓", "㈔", "㈕", "㈖", "㈗", "㈘", "㈙", "㈚", "㈛", "㈜", "㈝", "㈞"]
|
||||||
|
zihwq: ["㉠", "㉡", "㉢", "㉣", "㉤", "㉥", "㉦", "㉧", "㉨", "㉩", "㉪", "㉫", "㉬", "㉭", "㉮", "㉯", "㉰", "㉱", "㉲", "㉳", "㉴", "㉵", "㉶", "㉷", "㉸", "㉹", "㉺", "㉻", "㉼", "㉽", "㉾", "㉿"]
|
||||||
|
zihzh: ["㈠", "㈡", "㈢", "㈣", "㈤", "㈥", "㈦", "㈧", "㈨", "㈩", "㈪", "㈫", "㈬", "㈭", "㈮", "㈯", "㈰", "㈱", "㈲", "㈳", "㈴", "㈵", "㈶", "㈷", "㈸", "㈹", "㈺", "㈻", "㈼", "㈽", "㈾", "㈿", "㉀", "㉁", "㉂", "㉃"]
|
||||||
|
zihzq: ["㊀", "㊁", "㊂", "㊃", "㊄", "㊅", "㊆", "㊇", "㊈", "㊉", "㊊", "㊋", "㊌", "㊍", "㊎", "㊏", "㊐", "㊑", "㊒", "㊓", "㊔", "㊕", "㊖", "㊗", "㊘", "㊙", "㊚", "㊛", "㊜", "㊝", "㊞", "㊟", "㊠", "㊡", "㊢", "㊣", "㊤", "㊥", "㊦", "㊧", "㊨", "㊩", "㊪", "㊫", "㊬", "㊭", "㊮", "㊯", "㊰", "㉄", "㉅", "㉆", "㉇"]
|
||||||
|
zii: ["ī", "í", "ǐ", "ì", "ȉ", "î", "ĭ", "ȋ", "ï", "ĩ", "ᵢ", "ı", "ɨ", "ᶤ", "ỉ", "į", "ị", "ḭ", "ᴉ", "ᵎ", "ḯ", "ᶖ", "ɩ", "ᶥ", "ᵼ"]
|
||||||
|
ziij: ["ij"]
|
||||||
|
ziiro: ["い", "ろ", "は", "に", "ほ", "へ", "と", "ち", "り", "ぬ", "る", "を", "わ", "か", "よ", "た", "れ", "そ", "つ", "ね", "な", "ら", "む", "う", "ゐ", "の", "お", "く", "や", "ま", "け", "ふ", "こ", "え", "て", "あ", "さ", "き", "ゆ", "め", "み", "し", "ゑ", "ひ", "も", "せ", "す"]
|
||||||
|
zij: ["ĵ", "ǰ", "ⱼ", "ʲ", "ɉ", "ȷ", "ɟ", "ᶡ", "ʄ", "ʝ", "ᶨ"]
|
||||||
|
zijg: ["⿰", "⿱", "⿲", "⿳", "⿴", "⿵", "⿶", "⿷", "⿸", "⿹", "⿺", "⿻", "〾"]
|
||||||
|
zijh: ["■", "□", "▢", "▣", "▤", "▥", "▦", "▧", "▨", "▩", "▪", "▫", "▬", "▭", "▮", "▯", "▰", "▱", "▲", "△", "▴", "▵", "▶", "▷", "▸", "▹", "►", "▻", "▼", "▽", "▾", "▿", "◀", "◁", "◂", "◃", "◄", "◅", "◆", "◇", "◈", "◉", "◊", "○", "◌", "◍", "◎", "●", "◐", "◑", "◒", "◓", "◔", "◕", "◖", "◗", "◘", "◙", "◚", "◛", "◜", "◝", "◞", "◟", "◠", "◡", "◢", "◣", "◤", "◥", "◦", "◧", "◨", "◩", "◪", "◫", "◬", "◭", "◮", "◯", "◰", "◱", "◲", "◳", "◴", "◵", "◶", "◷", "◸", "◹", "◺", "◻", "◼", "◽", "◾", "◿"]
|
||||||
|
zijm: ["あ", "ぁ", "い", "ぃ", "う", "ぅ", "え", "ぇ", "お", "ぉ", "か", "ゕ", "が", "き", "ぎ", "く", "ぐ", "け", "ゖ", "げ", "こ", "ご", "さ", "ざ", "し", "じ", "す", "ず", "せ", "ぜ", "そ", "ぞ", "た", "だ", "ち", "ぢ", "つ", "っ", "づ", "て", "で", "と", "ど", "な", "に", "ぬ", "ね", "の", "は", "ば", "ぱ", "ひ", "び", "ぴ", "ふ", "ぶ", "ぷ", "へ", "べ", "ぺ", "ほ", "ぼ", "ぽ", "ま", "み", "む", "め", "も", "や", "ゃ", "ゆ", "ゅ", "よ", "ょ", "ら", "り", "る", "れ", "ろ", "わ", "ゎ", "ゐ", "ゔ", "ゑ", "を", "ん", "・", "ー", "ゝ", "ゞ", "ゟ"]
|
||||||
|
zijma: ["あ", "か", "が", "さ", "ざ", "た", "だ", "な", "は", "ば", "ぱ", "ま", "や", "ら", "わ", "ア", "カ", "ガ", "サ", "ザ", "タ", "ダ", "ナ", "ハ", "バ", "パ", "マ", "ヤ", "ラ", "ワ"]
|
||||||
|
zijmb: ["ば", "び", "ぶ", "べ", "ぼ", "バ", "ビ", "ブ", "ベ", "ボ"]
|
||||||
|
zijmbj: ["ア", "ァ", "イ", "ィ", "ウ", "ゥ", "エ", "ェ", "オ", "ォ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "ッ", "テ", "ト", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "ヒ", "フ", "ヘ", "ホ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ャ", "ユ", "ュ", "ヨ", "ョ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ヲ", "ン", "・", "ー", "゙", "゚"]
|
||||||
|
zijmd: ["だ", "ぢ", "づ", "で", "ど", "ダ", "ヂ", "ヅ", "デ", "ド"]
|
||||||
|
zijme: ["え", "け", "げ", "せ", "ぜ", "て", "で", "ね", "へ", "べ", "ぺ", "め", "れ", "ゑ", "エ", "ケ", "ゲ", "セ", "ゼ", "テ", "デ", "ネ", "ヘ", "ベ", "ペ", "メ", "レ", "ヱ"]
|
||||||
|
zijmg: ["が", "ぎ", "ぐ", "げ", "ご", "ガ", "ギ", "グ", "ゲ", "ゴ"]
|
||||||
|
zijmh: ["は", "ひ", "ふ", "へ", "ほ", "ハ", "ヒ", "フ", "ヘ", "ホ"]
|
||||||
|
zijmi: ["い", "き", "ぎ", "し", "じ", "ち", "ぢ", "に", "ひ", "び", "ぴ", "み", "り", "ゐ", "イ", "キ", "ギ", "シ", "ジ", "チ", "ヂ", "ニ", "ヒ", "ビ", "ピ", "ミ", "リ", "ヰ"]
|
||||||
|
zijmk: ["か", "ゕ", "き", "く", "け", "ゖ", "こ", "カ", "ヵ", "キ", "ク", "ケ", "ヶ", "コ"]
|
||||||
|
zijmm: ["ま", "み", "む", "め", "も", "マ", "ミ", "ム", "メ", "モ"]
|
||||||
|
zijmn: ["な", "に", "ぬ", "ね", "の", "ん", "ナ", "ニ", "ヌ", "ネ", "ノ", "ン"]
|
||||||
|
zijmo: ["お", "こ", "ご", "そ", "ぞ", "と", "ど", "の", "ほ", "ぼ", "ぽ", "も", "ろ", "を", "オ", "コ", "ゴ", "ソ", "ゾ", "ト", "ド", "ノ", "ホ", "ボ", "ポ", "モ", "ロ", "ヲ"]
|
||||||
|
zijmp: ["ぱ", "ぴ", "ぷ", "ぺ", "ぽ", "パ", "ピ", "プ", "ペ", "ポ"]
|
||||||
|
zijmq: ["㋐", "㋑", "㋒", "㋓", "㋔", "㋕", "㋖", "㋗", "㋘", "㋙", "㋚", "㋛", "㋜", "㋝", "㋞", "㋟", "㋠", "㋡", "㋢", "㋣", "㋤", "㋥", "㋦", "㋧", "㋨", "㋩", "㋪", "㋫", "㋬", "㋭", "㋮", "㋯", "㋰", "㋱", "㋲", "㋳", "㋴", "㋵", "㋶", "㋷", "㋸", "㋹", "㋺", "㋻", "㋼", "㋽", "㋾"]
|
||||||
|
zijmr: ["ら", "り", "る", "れ", "ろ", "ラ", "リ", "ル", "レ", "ロ"]
|
||||||
|
zijms: ["さ", "し", "す", "せ", "そ", "サ", "シ", "ス", "セ", "ソ"]
|
||||||
|
zijmt: ["た", "ち", "つ", "っ", "て", "と", "タ", "チ", "ツ", "ッ", "テ", "ト"]
|
||||||
|
zijmu: ["う", "く", "ぐ", "す", "ず", "つ", "づ", "ぬ", "ふ", "ぶ", "ぷ", "む", "る", "ウ", "ク", "グ", "ス", "ズ", "ツ", "ヅ", "ヌ", "フ", "ブ", "プ", "ム", "ル"]
|
||||||
|
zijmw: ["わ", "ゐ", "ゑ", "を", "ワ", "ヰ", "ヱ", "ヲ"]
|
||||||
|
zijmy: ["や", "ゃ", "ゆ", "ゅ", "よ", "ょ", "ヤ", "ャ", "ユ", "ュ", "ヨ", "ョ"]
|
||||||
|
zijmz: ["ざ", "じ", "ず", "ぜ", "ぞ", "ザ", "ジ", "ズ", "ゼ", "ゾ"]
|
||||||
|
zijq: ["立春", "雨水", "驚蟄", "春分", "清明", "穀雨", "立夏", "小滿", "芒種", "夏至", "小暑", "大暑", "立秋", "處暑", "白露", "秋分", "寒露", "霜降", "立冬", "小雪", "大雪", "冬至", "小寒", "大寒"]
|
||||||
|
zijt: ["↑", "↓", "←", "→", "↕", "↔", "↖", "↗", "↙", "↘", "↚", "↛", "↮", "↜", "↝", "↞", "↟", "↠", "↡", "↢", "↣", "↤", "↥", "↦", "↧", "↨", "↩", "↪", "↫", "↬", "↭", "↯", "↰", "↱", "↲", "↳", "↴", "↵", "↶", "↷", "↸", "↹", "↺", "↻", "↼", "↽", "↾", "↿", "⇀", "⇁", "⇂", "⇃", "⇄", "⇅", "⇆", "⇇", "⇈", "⇉", "⇊", "⇋", "⇌", "⇐", "⇍", "⇑", "⇒", "⇏", "⇓", "⇔", "⇎", "⇕", "⇖", "⇗", "⇘", "⇙", "⇚", "⇛", "⇜", "⇝", "⇞", "⇟", "⇠", "⇡", "⇢", "⇣", "⇤", "⇥", "⇦", "⇧", "⇨", "⇩", "⇪", "⇫", "⇬", "⇭", "⇮", "⇯", "⇰", "⇱", "⇲", "⇳", "⇴", "⇵", "⇶", "⇷", "⇸", "⇹", "⇺", "⇻", "⇼", "⇽", "➔", "➘", "➙", "➚", "➛", "➜", "➝", "➞", "➟", "➠", "➡", "➢", "➣", "➤", "➥", "➦", "➧", "➨", "➩", "➪", "➫", "➬", "➭", "➮", "➱", "➲", "➳", "➴", "➵", "➶", "➷", "➸", "➹", "➺", "➻", "➼", "➽", "➾"]
|
||||||
|
zik: ["ḱ", "ǩ", "ₖ", "ᵏ", "ꝁ", "ꝃ", "ꞣ", "ꝅ", "ķ", "ḵ", "ḳ", "ƙ", "ᶄ", "ⱪ", "ʞ", "ĸ"]
|
||||||
|
zikx: ["一", "丨", "丶", "丿", "乙", "亅", "二", "亠", "人", "儿", "入", "八", "冂", "冖", "冫", "几", "凵", "刀", "力", "勹", "匕", "匚", "匸", "十", "卜", "卩", "厂", "厶", "又", "口", "囗", "土", "士", "夂", "夊", "夕", "大", "女", "子", "宀", "寸", "小", "尢", "尸", "屮", "山", "巛", "工", "己", "巾", "干", "幺", "广", "廴", "廾", "弋", "弓", "彐", "彡", "彳", "心", "戈", "戶", "手", "支", "攴", "文", "斗", "斤", "方", "无", "日", "曰", "月", "木", "欠", "止", "歹", "殳", "毋", "比", "毛", "氏", "气", "水", "火", "爪", "父", "爻", "爿", "片", "牙", "牛", "犬", "玄", "玉", "瓜", "瓦", "甘", "生", "用", "田", "疋", "疒", "癶", "白", "皮", "皿", "目", "矛", "矢", "石", "示", "禸", "禾", "穴", "立", "竹", "米", "糸", "缶", "网", "羊", "羽", "老", "而", "耒", "耳", "聿", "肉", "臣", "自", "至", "臼", "舌", "舛", "舟", "艮", "色", "艸", "虍", "虫", "血", "行", "衣", "襾", "見", "角", "言", "谷", "豆", "豕", "豸", "貝", "赤", "走", "足", "身", "車", "辛", "辰", "辵", "邑", "酉", "釆", "里", "金", "長", "門", "阜", "隶", "隹", "雨", "靑", "非", "面", "革", "韋", "韭", "音", "頁", "風", "飛", "食", "首", "香", "馬", "骨", "高", "髟", "鬥", "鬯", "鬲", "鬼", "魚", "鳥", "鹵", "鹿", "麥", "麻", "黃", "黍", "黑", "黹", "黽", "鼎", "鼓", "鼠", "鼻", "齊", "齒", "龍", "龜", "龠"]
|
||||||
|
zil: ["ĺ", "ˡ", "ł", "ꝉ", "ƚ", "ⱡ", "ɫ", "ꭞ", "ꬸ", "ɬ", "ľ", "ļ", "ḻ", "ḽ", "ḷ", "ŀ", "ꝲ", "ƛ", "ᶅ", "ᶪ", "ɭ", "ᶩ", "ḹ", "ꬷ", "ꭝ", "ꬹ", "ȴ", "ꝇ"]
|
||||||
|
zilj: ["lj"]
|
||||||
|
zill: ["ỻ"]
|
||||||
|
zilm: ["ⅰ", "ⅱ", "ⅲ", "ⅳ", "ⅴ", "ⅵ", "ⅶ", "ⅷ", "ⅸ", "ⅹ", "ⅺ", "ⅻ", "ⅼ", "ⅽ", "ⅾ", "ⅿ"]
|
||||||
|
zilmd: ["Ⅰ", "Ⅱ", "Ⅲ", "Ⅳ", "Ⅴ", "Ⅵ", "Ⅶ", "Ⅷ", "Ⅸ", "Ⅹ", "Ⅺ", "Ⅻ", "Ⅼ", "Ⅽ", "Ⅾ", "Ⅿ"]
|
||||||
|
zils: ["ʪ"]
|
||||||
|
zilssg: ["䷀", "䷁", "䷂", "䷃", "䷄", "䷅", "䷆", "䷇", "䷈", "䷉", "䷊", "䷋", "䷌", "䷍", "䷎", "䷏", "䷐", "䷑", "䷒", "䷓", "䷔", "䷕", "䷖", "䷗", "䷘", "䷙", "䷚", "䷛", "䷜", "䷝", "䷞", "䷟", "䷠", "䷡", "䷢", "䷣", "䷤", "䷥", "䷦", "䷧", "䷨", "䷩", "䷪", "䷫", "䷬", "䷭", "䷮", "䷯", "䷰", "䷱", "䷲", "䷳", "䷴", "䷵", "䷶", "䷷", "䷸", "䷹", "䷺", "䷻", "䷼", "䷽", "䷾", "䷿"]
|
||||||
|
zilssgm: ["乾", "坤", "屯", "蒙", "需", "訟", "師", "比", "小畜", "履", "泰", "否", "同人", "大有", "謙", "豫", "隨", "蠱", "臨", "觀", "噬嗑", "賁", "剝", "復", "无妄", "大畜", "頤", "大過", "坎", "離", "咸", "恆", "遯", "大壯", "晉", "明夷", "家人", "睽", "蹇", "解", "損", "益", "夬", "姤", "萃", "升", "困", "井", "革", "鼎", "震", "艮", "漸", "歸妹", "豐", "旅", "巽", "兌", "渙", "節", "中孚", "小過", "既濟", "未濟"]
|
||||||
|
zilx: ["♂", "♀", "⚢", "⚣", "⚤", "⚥", "⚦", "⚧", "⚨", "⚩", "⚪", "⚫", "⚬", "⚭", "⚮", "⚯"]
|
||||||
|
zilz: ["ʫ", "ɮ"]
|
||||||
|
zim: ["ḿ", "ṁ", "ᵐ", "ₘ", "ṃ", "ᵯ", "ɱ", "ᶬ", "ꬺ", "ᶆ", "ꝳ", "ɯ", "ᵚ", "ɰ", "ᶭ", "ᴟ"]
|
||||||
|
zimj: ["🀀", "🀁", "🀂", "🀃", "🀄", "🀅", "🀆", "🀇", "🀈", "🀉", "🀊", "🀋", "🀌", "🀍", "🀎", "🀏", "🀐", "🀑", "🀒", "🀓", "🀔", "🀕", "🀖", "🀗", "🀘", "🀙", "🀚", "🀛", "🀜", "🀝", "🀞", "🀟", "🀠", "🀡", "🀢", "🀣", "🀤", "🀥", "🀦", "🀧", "🀨", "🀩", "🀪", "🀫"]
|
||||||
|
zin: ["ń", "ň", "ǹ", "ṅ", "ñ", "ₙ", "ⁿ", "ɲ", "ᶮ", "ɳ", "ᶯ", "ȵ", "ƞ", "ŋ", "ᵑ", "ꬻ", "ꬼ", "ꝴ", "ʼn", "ꞥ", "ņ", "ṉ", "ṋ", "ṇ", "ᵰ", "ꞑ", "ᶇ"]
|
||||||
|
zinj: ["nj"]
|
||||||
|
zio: ["ō", "ó", "ő", "ǒ", "ò", "ô", "ŏ", "ȯ", "ö", "õ", "ₒ", "ᵒ", "º", "ɔ", "ᵓ", "ᶗ", "ꬿ", "ø", "ǫ", "ọ", "ơ", "ɵ", "ᶱ", "ᴑ", "ᴒ", "ᴓ", "ꝋ", "ꝍ", "ṓ", "ṑ", "ố", "ồ", "ỗ", "ổ", "ȱ", "ȫ", "ȭ", "ṍ", "ṏ", "ộ", "ǭ", "ǿ", "ớ", "ờ", "ỡ", "ở", "ợ", "ɷ", "ⱺ", "ᴖ", "ᵔ", "ᴗ", "ᵕ"]
|
||||||
|
zioe: ["œ", "ᴔ"]
|
||||||
|
zioi: ["ƣ"]
|
||||||
|
zioo: ["ꝏ"]
|
||||||
|
ziou: ["ȣ"]
|
||||||
|
zip: ["ṕ", "ṗ", "ᵖ", "ᵽ", "ꝑ", "ᵱ", "ƥ", "ᶈ", "ꝓ", "ꝕ", "ɸ", "ᶲ", "ⱷ"]
|
||||||
|
zipjm: ["ア", "ァ", "イ", "ィ", "ウ", "ゥ", "エ", "ェ", "オ", "ォ", "カ", "ヵ", "ガ", "キ", "ギ", "ク", "グ", "ケ", "ヶ", "ゲ", "コ", "ゴ", "サ", "ザ", "シ", "ジ", "ス", "ズ", "セ", "ゼ", "ソ", "ゾ", "タ", "ダ", "チ", "ヂ", "ツ", "ッ", "ヅ", "テ", "デ", "ト", "ド", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "バ", "パ", "ヒ", "ビ", "ピ", "フ", "ブ", "プ", "ヘ", "ベ", "ペ", "ホ", "ボ", "ポ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ャ", "ユ", "ュ", "ヨ", "ョ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ヮ", "ヰ", "ヸ", "ヴ", "ヱ", "ヹ", "ヲ", "ヺ", "ン", "・", "ー", "ヽ", "ヾ", "ヿ", "ㇰ", "ㇱ", "ㇲ", "ㇳ", "ㇴ", "ㇵ", "ㇶ", "ㇷ", "ㇸ", "ㇹ", "ㇺ", "ㇻ", "ㇼ", "ㇽ", "ㇾ", "ㇿ"]
|
||||||
|
zipk: ["♠", "♥", "♣", "♦", "♤", "♡", "♧", "♢"]
|
||||||
|
zipp: ["乛", "冫", "丷", "龹", "⺌", "龸", "亻", "亼", "亽", "仒", "冖", "冂", "冃", "冄", "宀", "罒", "㓁", "罓", "冈", "凵", "厶", "刂", "勹", "匚", "匸", "卩", "阝", "厂", "丆", "广", "壬", "訁", "讠", "釒", "钅", "飠", "饣", "龺", "攵", "夂", "夊", "尢", "尣", "兂", "旡", "巜", "巛", "彐", "彑", "彡", "彳", "龰", "辶", "廴", "㞢", "忄", "㣺", "扌", "爫", "龵", "廾", "歺", "癶", "氵", "氺", "火", "灬", "爿", "丬", "疒", "牜", "⺶", "犭", "豕", "豸", "虍", "艹", "卝", "龷", "丗", "龶", "芈", "丵", "菐", "黹", "礻", "衤", "糸", "糹", "纟", "龻", "镸", "髟", "襾", "覀", "吅", "㗊", "㠭", "㸚", "叕"]
|
||||||
|
zipy: ["ā", "á", "ǎ", "à", "ō", "ó", "ǒ", "ò", "ê", "ê̄", "ế", "ê̌", "ề", "ē", "é", "ě", "è", "ī", "í", "ǐ", "ì", "ū", "ú", "ǔ", "ù", "ü", "ǖ", "ǘ", "ǚ", "ǜ", "ḿ", "m̀", "ń", "ň", "ǹ", "ẑ", "ĉ", "ŝ", "ŋ"]
|
||||||
|
zipyd: ["Ā", "Á", "Ǎ", "À", "Ō", "Ó", "Ǒ", "Ò", "Ê", "Ê̄", "Ế", "Ê̌", "Ề", "Ē", "É", "Ě", "È", "Ī", "Í", "Ǐ", "Ì", "Ū", "Ú", "Ǔ", "Ù", "Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ḿ", "M̀", "Ń", "Ň", "Ǹ", "Ẑ", "Ĉ", "Ŝ", "Ŋ"]
|
||||||
|
ziq: ["ɋ", "ꝗ", "ꝙ", "ʠ"]
|
||||||
|
ziqp: ["ȹ"]
|
||||||
|
zir: ["ŕ", "ř", "ȑ", "ȓ", "ṙ", "ᵣ", "ɍ", "ꞧ", "ᵲ", "ŗ", "ṟ", "ṛ", "ṝ", "ᵳ", "ɽ", "ᶉ", "ꭇ", "ꭈ", "ꭊ", "ꭉ", "ꝵ", "ꭋ", "ꭌ", "ɹ", "ʴ", "ɺ", "ɻ", "ʵ", "ⱹ", "ɼ", "ʳ", "ɾ", "ɿ", "ꝛ", "ꝝ"]
|
||||||
|
zirq: ["㏠", "㏡", "㏢", "㏣", "㏤", "㏥", "㏦", "㏧", "㏨", "㏩", "㏪", "㏫", "㏬", "㏭", "㏮", "㏯", "㏰", "㏱", "㏲", "㏳", "㏴", "㏵", "㏶", "㏷", "㏸", "㏹", "㏺", "㏻", "㏼", "㏽", "㏾"]
|
||||||
|
zis: ["ś", "ŝ", "š", "ṡ", "ˢ", "ʂ", "ᶳ", "ᵴ", "ꞩ", "ᶊ", "ş", "ṣ", "ș", "ȿ", "ṥ", "ṧ", "ṩ", "ʃ", "ᶴ", "ʆ", "ᶘ", "ʅ", "ƪ", "ß", "ſ", "ẛ", "ẜ", "ẝ"]
|
||||||
|
zisb: ["¹", "²", "³", "⁴", "⁵", "⁶", "⁷", "⁸", "⁹", "⁰", "˜", "⁺", "⁻", "⁼", "⁽", "⁾", "ᴬ", "ᵃ", "ᵄ", "ᵅ", "ᶛ", "ᴭ", "ᵆ", "ᴮ", "ᴯ", "ᵇ", "ᵝ", "ᶜ", "ᵓ", "ᶝ", "ᴰ", "ᵈ", "ᶞ", "ᵟ", "ᴱ", "ᵉ", "ᴲ", "ᵊ", "ᵋ", "ᶟ", "ᵌ", "ᶠ", "ᶡ", "ᶲ", "ᵠ", "ᴳ", "ᵍ", "ᶢ", "ˠ", "ᵞ", "ᴴ", "ʰ", "ᶣ", "ʱ", "ᴵ", "ⁱ", "ᶤ", "ᵎ", "ᶥ", "ᴶ", "ʲ", "ᶨ", "ᴷ", "ᵏ", "ᴸ", "ᶫ", "ˡ", "ᶩ", "ᶪ", "ᴹ", "ᵐ", "ᶬ", "ᵚ", "ᶭ", "ᴺ", "ᴻ", "ⁿ", "ᵑ", "ᶮ", "ᶯ", "ᴼ", "ᵒ", "ᶱ", "ᴽ", "ᴾ", "ᵖ", "ᴿ", "ʳ", "ʶ", "ʴ", "ʵ", "ˢ", "ᶴ", "ᶳ", "ᵀ", "ᵗ", "ᶵ", "ᶿ", "ᵁ", "ᵘ", "ᶶ", "ᶷ", "ᵙ", "ⱽ", "ᵛ", "ᶺ", "ᶹ", "ᵂ", "ʷ", "ˣ", "ᵡ", "ʸ", "ᶻ", "ᶾ", "ᶽ", "ᶼ"]
|
||||||
|
zisd: ["ˉ", "ˊ", "ˇ", "ˋ", "ˆ", "˙", "˜", "˥", "˦", "˧", "˨", "˩", "꜀", "꜁", "꜂", "꜃", "꜄", "꜅", "꜆", "꜇"]
|
||||||
|
ziseg: ["白羊宮", "金牛宮", "雙子宮", "巨蟹宮", "獅子宮", "室女宮", "天秤宮", "天蠍宮", "人馬宮", "摩羯宮", "寶瓶宮", "雙魚宮"]
|
||||||
|
zisj: ["㍙", "㍚", "㍛", "㍜", "㍝", "㍞", "㍟", "㍠", "㍡", "㍢", "㍣", "㍤", "㍥", "㍦", "㍧", "㍨", "㍩", "㍪", "㍫", "㍬", "㍭", "㍮", "㍯", "㍰", "㍘"]
|
||||||
|
zisx: ["±", "÷", "×", "∈", "∏", "∑", "-", "+", "<", "≮", "=", "≠", ">", "≯", "∕", "√", "∝", "∞", "∟", "∠", "∥", "∧", "∨", "∩", "∪", "∫", "∮", "∴", "∵", "∷", "∽", "≈", "≌", "≒", "≡", "≤", "≥", "≦", "≧", "⊕", "⊙", "⊥", "⊿", "㏑", "㏒"]
|
||||||
|
zisz: ["⚀", "⚁", "⚂", "⚃", "⚄", "⚅"]
|
||||||
|
ziszd: ["⒈", "⒉", "⒊", "⒋", "⒌", "⒍", "⒎", "⒏", "⒐", "⒑", "⒒", "⒓", "⒔", "⒕", "⒖", "⒗", "⒘", "⒙", "⒚", "⒛"]
|
||||||
|
ziszh: ["⑴", "⑵", "⑶", "⑷", "⑸", "⑹", "⑺", "⑻", "⑼", "⑽", "⑾", "⑿", "⒀", "⒁", "⒂", "⒃", "⒄", "⒅", "⒆", "⒇"]
|
||||||
|
ziszm: ["〡", "〢", "〣", "〤", "〥", "〦", "〧", "〨", "〩", "〸", "〹", "〺"]
|
||||||
|
ziszq: ["①", "②", "③", "④", "⑤", "⑥", "⑦", "⑧", "⑨", "⑩", "⑪", "⑫", "⑬", "⑭", "⑮", "⑯", "⑰", "⑱", "⑲", "⑳", "㉑", "㉒", "㉓", "㉔", "㉕", "㉖", "㉗", "㉘", "㉙", "㉚", "㉛", "㉜", "㉝", "㉞", "㉟", "㊱", "㊲", "㊳", "㊴", "㊵", "㊶", "㊷", "㊸", "㊹", "㊺", "㊻", "㊼", "㊽", "㊾", "㊿", "⓿", "❶", "❷", "❸", "❹", "❺", "❻", "❼", "❽", "❾", "❿", "⓫", "⓬", "⓭", "⓮", "⓯", "⓰", "⓱", "⓲", "⓳", "⓴"]
|
||||||
|
zit: ["ť", "ṫ", "ẗ", "ᵗ", "ₜ", "ʈ", "þ", "ꝥ", "ꝧ", "ŧ", "ⱦ", "ţ", "ṯ", "ṱ", "ṭ", "ț", "ƭ", "ᵵ", "ƫ", "ᶵ", "ʇ", "ȶ", "ꝷ"]
|
||||||
|
zitc: ["ʨ"]
|
||||||
|
zitg: ["甲", "乙", "丙", "丁", "戊", "己", "庚", "辛", "壬", "癸"]
|
||||||
|
zith: ["ᵺ"]
|
||||||
|
zitq: ["☀", "☁", "⛅", "⛈", "⛆", "☂", "☔", "☃", "⛄", "⛇"]
|
||||||
|
zits: ["ʦ", "ʧ"]
|
||||||
|
zitt: ["☄", "☼", "☽", "☾", "☿", "♀", "♁", "♂", "♃", "♄", "♅", "♆", "♇"]
|
||||||
|
zitxj: ["⚊", "⚋", "⚌", "⚍", "⚎", "⚏", "𝌀", "𝌁", "𝌂", "𝌃", "𝌄", "𝌅", "𝌆", "𝌇", "𝌈", "𝌉", "𝌊", "𝌋", "𝌌", "𝌍", "𝌎", "𝌏", "𝌐", "𝌑", "𝌒", "𝌓", "𝌔", "𝌕", "𝌖", "𝌗", "𝌘", "𝌙", "𝌚", "𝌛", "𝌜", "𝌝", "𝌞", "𝌟", "𝌠", "𝌡", "𝌢", "𝌣", "𝌤", "𝌥", "𝌦", "𝌧", "𝌨", "𝌩", "𝌪", "𝌫", "𝌬", "𝌭", "𝌮", "𝌯", "𝌰", "𝌱", "𝌲", "𝌳", "𝌴", "𝌵", "𝌶", "𝌷", "𝌸", "𝌹", "𝌺", "𝌻", "𝌼", "𝌽", "𝌾", "𝌿", "𝍀", "𝍁", "𝍂", "𝍃", "𝍄", "𝍅", "𝍆", "𝍇", "𝍈", "𝍉", "𝍊", "𝍋", "𝍌", "𝍍", "𝍎", "𝍏", "𝍐", "𝍑", "𝍒", "𝍓", "𝍔", "𝍕", "𝍖"]
|
||||||
|
zitz: ["ꜩ"]
|
||||||
|
ziu: ["ū", "ú", "ű", "ǔ", "ù", "ȕ", "û", "ŭ", "ȗ", "ü", "ǖ", "ǘ", "ǚ", "ǜ", "ů", "ũ", "ᵤ", "ᵘ", "ʉ", "ᶶ", "ủ", "ų", "ṷ", "ụ", "ṳ", "ṵ", "ư", "ʊ", "ᶷ", "ᵿ", "ᶙ", "ṻ", "ṹ", "ứ", "ừ", "ữ", "ử", "ự", "ꭒ", "ꭟ", "ꝸ", "ꭎ", "ꭏ", "ᴝ", "ᵙ", "ᴞ"]
|
||||||
|
ziue: ["ᵫ"]
|
||||||
|
ziv: ["ü", "ǖ", "ǘ", "ǚ", "ǜ", "ṽ", "ᵛ", "ᵥ", "ṿ", "ꝟ", "ʋ", "ᶹ", "ᶌ", "ⱴ", "ⱱ", "ỽ", "ʌ", "ᶺ"]
|
||||||
|
zivy: ["ꝡ"]
|
||||||
|
ziw: ["ẃ", "ẁ", "ŵ", "ẇ", "ẅ", "ẘ", "ʷ", "ẉ", "ƿ", "ʍ", "ⱳ"]
|
||||||
|
ziww: ["ʬ"]
|
||||||
|
zix: ["ẋ", "ẍ", "ᶍ", "ˣ", "ₓ", "ꭖ", "ꭗ", "ꭘ", "ꭙ"]
|
||||||
|
zixb: ["₁", "₂", "₃", "₄", "₅", "₆", "₇", "₈", "₉", "₀", "₊", "₋", "₌", "₍", "₎", "‸", "ᴀ", "ₐ", "ᴁ", "ʙ", "ᴃ", "ᵦ", "ᴄ", "ᴐ", "ᴒ", "ᴅ", "ᴆ", "ᴇ", "ₑ", "ₔ", "ᵩ", "ɢ", "ʛ", "ᴦ", "ᵧ", "ʜ", "ₕ", "ɪ", "ᵻ", "ᵢ", "ᴊ", "ⱼ", "ᴋ", "ₖ", "ʟ", "ₗ", "ᴌ", "ᴧ", "ᴍ", "ₘ", "ꟺ", "ɴ", "ᴎ", "ₙ", "ᴏ", "ₒ", "ɶ", "ʘ", "ᴓ", "ᴑ", "ᴘ", "ₚ", "ᴨ", "ᴪ", "ʀ", "ᵣ", "ᴙ", "ʁ", "ᴚ", "ᵨ", "ₛ", "ᴛ", "ₜ", "ᴜ", "ᵤ", "ᵾ", "ᴠ", "ᵥ", "ᴡ", "ₓ", "ᵪ", "ʏ", "ᴢ", "ᴣ"]
|
||||||
|
zixh: ["★", "☆", "⛤", "⛥", "⛦", "⛧", "✡", "❋", "❊", "❉", "❈", "❇", "❆", "❅", "❄", "❃", "❂", "❁", "❀", "✿", "✾", "✽", "✼", "✻", "✺", "✹", "✸", "✷", "✶", "✵", "✴", "✳", "✲", "✱", "✰", "✯", "✮", "✭", "✬", "✫", "✪", "✩", "✧", "✦", "✥", "✤", "✣", "✢"]
|
||||||
|
zixl: ["α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "ς", "τ", "υ", "φ", "χ", "ψ", "ω"]
|
||||||
|
zixld: ["Α", "Β", "Γ", "Δ", "Ε", "Ζ", "Η", "Θ", "Ι", "Κ", "Λ", "Μ", "Ν", "Ξ", "Ο", "Π", "Ρ", "Σ", "Τ", "Υ", "Φ", "Χ", "Ψ", "Ω"]
|
||||||
|
zixq: ["♔", "♕", "♖", "♗", "♘", "♙", "♚", "♛", "♜", "♝", "♞", "♟"]
|
||||||
|
zixz: ["♈", "♉", "♊", "♋", "♌", "♍", "♎", "♏", "♐", "♑", "♒", "♓"]
|
||||||
|
zixzm: ["白羊座", "金牛座", "雙子座", "巨蟹座", "獅子座", "室女座", "天秤座", "天蠍座", "人馬座", "摩羯座", "寶瓶座", "雙魚座"]
|
||||||
|
ziy: ["ȳ", "ý", "ỳ", "ŷ", "ẏ", "ÿ", "ẙ", "ỹ", "ʸ", "ɏ", "ỷ", "ỵ", "ƴ", "ʎ", "ỿ", "ꭚ"]
|
||||||
|
ziyf: ["㋀", "㋁", "㋂", "㋃", "㋄", "㋅", "㋆", "㋇", "㋈", "㋉", "㋊", "㋋"]
|
||||||
|
ziyr: ["月", "火", "水", "木", "金", "土", "日", "㊊", "㊋", "㊌", "㊍", "㊎", "㊏", "㊐", "㊗", "㊡", "㈪", "㈫", "㈬", "㈭", "㈮", "㈯", "㈰", "㈷", "㉁", "㉀"]
|
||||||
|
ziyy: ["𝄞", "♩", "♪", "♫", "♬", "♭", "♮", "♯"]
|
||||||
|
ziz: ["ź", "ž", "ẑ", "ż", "ᶻ", "ʐ", "ᶼ", "ʑ", "ᶽ", "ƶ", "ẕ", "ẓ", "ᵶ", "ȥ", "ⱬ", "ᶎ", "ʒ", "ᶾ", "ǯ", "ʓ", "ƹ", "ƺ", "ᶚ", "θ", "ᶿ", "ɀ", "ꝣ"]
|
||||||
|
zizmh: ["⒜", "⒝", "⒞", "⒟", "⒠", "⒡", "⒢", "⒣", "⒤", "⒥", "⒦", "⒧", "⒨", "⒩", "⒪", "⒫", "⒬", "⒭", "⒮", "⒯", "⒰", "⒱", "⒲", "⒳", "⒴", "⒵"]
|
||||||
|
zizmq: ["ⓐ", "Ⓐ", "ⓑ", "Ⓑ", "ⓒ", "Ⓒ", "ⓓ", "Ⓓ", "ⓔ", "Ⓔ", "ⓕ", "Ⓕ", "ⓖ", "Ⓖ", "ⓗ", "Ⓗ", "ⓘ", "Ⓘ", "ⓙ", "Ⓙ", "ⓚ", "Ⓚ", "ⓛ", "Ⓛ", "ⓜ", "Ⓜ", "ⓝ", "Ⓝ", "ⓞ", "Ⓞ", "ⓟ", "Ⓟ", "ⓠ", "Ⓠ", "ⓡ", "Ⓡ", "ⓢ", "Ⓢ", "ⓣ", "Ⓣ", "ⓤ", "Ⓤ", "ⓥ", "Ⓥ", "ⓦ", "Ⓦ", "ⓧ", "Ⓧ", "ⓨ", "Ⓨ", "ⓩ", "Ⓩ"]
|
||||||
|
zizy: ["ㄅ", "ㄆ", "ㄇ", "ㄈ", "ㄉ", "ㄊ", "ㄋ", "ㄌ", "ㄍ", "ㄎ", "ㄏ", "ㄐ", "ㄑ", "ㄒ", "ㄓ", "ㄔ", "ㄕ", "ㄖ", "ㄗ", "ㄘ", "ㄙ", "ㄧ", "ㄨ", "ㄩ", "ㄚ", "ㄛ", "ㄜ", "ㄝ", "ㄞ", "ㄟ", "ㄠ", "ㄡ", "ㄢ", "ㄣ", "ㄤ", "ㄥ", "ㄦ", "ㄪ", "ㄫ", "ㄬ", "ㄭ", "ㆠ", "ㆡ", "ㆢ", "ㆣ", "ㆤ", "ㆥ", "ㆦ", "ㆧ", "ㆨ", "ㆩ", "ㆪ", "ㆫ", "ㆬ", "ㆭ", "ㆮ", "ㆯ", "ㆰ", "ㆱ", "ㆲ", "ㆳ", "ㆴ", "ㆵ", "ㆶ", "ㆷ"]
|
||||||
|
recognizer:
|
||||||
|
import_preset: default
|
||||||
|
patterns:
|
||||||
|
gregorian_to_lunar: "^N[0-9]{1,8}"
|
||||||
|
helper: "^aid$"
|
||||||
|
number: "^R[0-9]+[.]?[0-9]*"
|
||||||
|
punct: "^zi([0-9]0?|[A-Za-z]+)$"
|
||||||
|
reverse_lookup: "^z[a-z]*'?$"
|
||||||
|
unicode: "^U[a-f0-9]+"
|
||||||
|
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||||
|
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||||
|
reverse_lookup:
|
||||||
|
dictionary: 092wb
|
||||||
|
enable_completion: true
|
||||||
|
tips: "〔五笔2〕"
|
||||||
|
schema:
|
||||||
|
author:
|
||||||
|
- "佚名"
|
||||||
|
dependencies:
|
||||||
|
- 092wb
|
||||||
|
description: |
|
||||||
|
源自 Android 拼音
|
||||||
|
|
||||||
|
name: "反查"
|
||||||
|
schema_id: 092wb_py
|
||||||
|
version: 1.0
|
||||||
|
selector:
|
||||||
|
bindings:
|
||||||
|
ISO_Left_Tab: previous_candidate
|
||||||
|
"Shift+Tab": previous_candidate
|
||||||
|
Tab: next_candidate
|
||||||
|
speller:
|
||||||
|
algebra:
|
||||||
|
- "abbrev/^([a-z]).+$/$1/"
|
||||||
|
- "abbrev/^([zcs]h).+$/$1/"
|
||||||
|
- "derive/^([nl])ue$/$1ve/"
|
||||||
|
- "derive/^([jqxy])u/$1v/"
|
||||||
|
- "derive/un$/uen/"
|
||||||
|
- "derive/ui$/uei/"
|
||||||
|
- "derive/iu$/iou/"
|
||||||
|
- "derive/([aeiou])ng$/$1gn/"
|
||||||
|
- "derive/([dtngkhrzcs])o(u|ng)$/$1o/"
|
||||||
|
- "derive/ong$/on/"
|
||||||
|
- "derive/ao$/oa/"
|
||||||
|
- "derive/([iu])a(o|ng?)$/a$1$2/"
|
||||||
|
alphabet: zyxwvutsrqponmlkjihgfedcba
|
||||||
|
delimiter: " '"
|
||||||
|
switches:
|
||||||
|
- name: ascii_mode
|
||||||
|
reset: 0
|
||||||
|
states: ["中", "英"]
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb_py
|
||||||
|
preedit_format:
|
||||||
|
- "xform/([nl])v/$1ü/"
|
||||||
|
- "xform/([nl])ue/$1üe/"
|
||||||
|
- "xform/([jqxy])v/$1u/"
|
||||||
BIN
build/092wb_py.table.bin
Normal file
BIN
build/092wb_py.table.bin
Normal file
Binary file not shown.
BIN
build/092wb_wb_spelling.prism.bin
Normal file
BIN
build/092wb_wb_spelling.prism.bin
Normal file
Binary file not shown.
BIN
build/092wb_wb_spelling.reverse.bin
Normal file
BIN
build/092wb_wb_spelling.reverse.bin
Normal file
Binary file not shown.
31
build/092wb_wb_spelling.schema.yaml
Normal file
31
build/092wb_wb_spelling.schema.yaml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
__build_info:
|
||||||
|
rime_version: 1.16.0
|
||||||
|
timestamps:
|
||||||
|
092wb_key_bindings: 1768191297
|
||||||
|
092wb_key_bindings.custom: 0
|
||||||
|
092wb_punctuation: 1768191297
|
||||||
|
092wb_punctuation.custom: 0
|
||||||
|
092wb_wb_spelling.custom: 0
|
||||||
|
092wb_wb_spelling.schema: 1768191297
|
||||||
|
default: 1768129037
|
||||||
|
default.custom: 1768191297
|
||||||
|
key_bindings: 1768129037
|
||||||
|
key_bindings.custom: 0
|
||||||
|
punctuation: 1768129037
|
||||||
|
punctuation.custom: 0
|
||||||
|
menu:
|
||||||
|
page_size: 10
|
||||||
|
schema:
|
||||||
|
author:
|
||||||
|
- "Lua-table by Ace-Who"
|
||||||
|
description: ""
|
||||||
|
name: "拆分提示"
|
||||||
|
schema_id: 092wb_wb_spelling
|
||||||
|
version: 18.31
|
||||||
|
selector:
|
||||||
|
bindings:
|
||||||
|
ISO_Left_Tab: previous_candidate
|
||||||
|
"Shift+Tab": previous_candidate
|
||||||
|
Tab: next_candidate
|
||||||
|
translator:
|
||||||
|
dictionary: 092wb_wb_spelling
|
||||||
BIN
build/092wb_wb_spelling.table.bin
Normal file
BIN
build/092wb_wb_spelling.table.bin
Normal file
Binary file not shown.
137
build/default.yaml
Normal file
137
build/default.yaml
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
__build_info:
|
||||||
|
rime_version: 1.16.0
|
||||||
|
timestamps:
|
||||||
|
092wb_key_bindings: 1768191297
|
||||||
|
092wb_key_bindings.custom: 0
|
||||||
|
092wb_punctuation: 1768191297
|
||||||
|
092wb_punctuation.custom: 0
|
||||||
|
default: 1768129037
|
||||||
|
default.custom: 1768191297
|
||||||
|
key_bindings: 1768129037
|
||||||
|
key_bindings.custom: 0
|
||||||
|
punctuation: 1768129037
|
||||||
|
punctuation.custom: 0
|
||||||
|
ascii_composer:
|
||||||
|
good_old_caps_lock: true
|
||||||
|
switch_key:
|
||||||
|
Caps_Lock: clear
|
||||||
|
Control_L: noop
|
||||||
|
Control_R: noop
|
||||||
|
Eisu_toggle: clear
|
||||||
|
Shift_L: commit_text
|
||||||
|
Shift_R: commit_text
|
||||||
|
config_version: 0.40
|
||||||
|
key_binder:
|
||||||
|
bindings:
|
||||||
|
- {accept: minus, send: Page_Up, when: has_menu}
|
||||||
|
- {accept: equal, send: Page_Down, when: has_menu}
|
||||||
|
- {accept: semicolon, send: 2, when: has_menu}
|
||||||
|
- {accept: apostrophe, send: 3, when: has_menu}
|
||||||
|
- {accept: space, send: Escape, when: composing}
|
||||||
|
- {accept: space, send: space, when: has_menu}
|
||||||
|
- {accept: "Control+Shift+f", toggle: zh_trad, when: always}
|
||||||
|
- {accept: "Control+Shift+h", toggle: new_spelling, when: always}
|
||||||
|
- {accept: "Control+Shift+j", toggle: new_hide_pinyin, when: always}
|
||||||
|
- {accept: "Control+Shift+u", toggle: extended_char, when: always}
|
||||||
|
- {accept: "Control+Shift+m", toggle: emoji, when: always}
|
||||||
|
- {accept: "Control+Shift+F", toggle: zh_trad, when: always}
|
||||||
|
- {accept: "Control+Shift+H", toggle: new_spelling, when: always}
|
||||||
|
- {accept: "Control+Shift+J", toggle: new_hide_pinyin, when: always}
|
||||||
|
- {accept: "Control+Shift+U", toggle: extended_char, when: always}
|
||||||
|
- {accept: "Control+Shift+M", toggle: emoji, when: always}
|
||||||
|
- {accept: "Shift+space", toggle: full_shape, when: always}
|
||||||
|
- {accept: "Control+period", toggle: ascii_punct, when: always}
|
||||||
|
menu:
|
||||||
|
page_size: 10
|
||||||
|
punctuator:
|
||||||
|
full_shape:
|
||||||
|
" ": {commit: " "}
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "×"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "\"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
half_shape:
|
||||||
|
"!": {commit: "!"}
|
||||||
|
"\"": {pair: ["“", "”"]}
|
||||||
|
"#": "#"
|
||||||
|
"$": "¥"
|
||||||
|
"%": "%"
|
||||||
|
"&": "&"
|
||||||
|
"'": {pair: ["‘", "’"]}
|
||||||
|
"(": "("
|
||||||
|
")": ")"
|
||||||
|
"*": "*"
|
||||||
|
"+": "+"
|
||||||
|
",": {commit: ","}
|
||||||
|
"-": "-"
|
||||||
|
.: {commit: "。"}
|
||||||
|
"/": "、"
|
||||||
|
":": {commit: ":"}
|
||||||
|
";": {commit: ";"}
|
||||||
|
"<": "《"
|
||||||
|
"=": "="
|
||||||
|
">": "》"
|
||||||
|
"?": {commit: "?"}
|
||||||
|
"@": "@"
|
||||||
|
"[": "【"
|
||||||
|
"\\": "、"
|
||||||
|
"]": "】"
|
||||||
|
"^": {commit: "……"}
|
||||||
|
_: "——"
|
||||||
|
"`": "·"
|
||||||
|
"{": "{"
|
||||||
|
"|": "|"
|
||||||
|
"}": "}"
|
||||||
|
"~": "~"
|
||||||
|
recognizer:
|
||||||
|
patterns:
|
||||||
|
gregorian_to_lunar: "^N[0-9]{1,8}"
|
||||||
|
helper: "^aid$"
|
||||||
|
number: "^R[0-9]+[.]?[0-9]*"
|
||||||
|
punct: "^zi([0-9]0?|[A-Za-z]+)$"
|
||||||
|
reverse_lookup: "^z[a-z]*'?$"
|
||||||
|
unicode: "^U[a-f0-9]+"
|
||||||
|
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||||
|
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||||
|
schema_list:
|
||||||
|
- schema: 092wb
|
||||||
|
selector:
|
||||||
|
bindings:
|
||||||
|
ISO_Left_Tab: previous_candidate
|
||||||
|
"Shift+Tab": previous_candidate
|
||||||
|
Tab: next_candidate
|
||||||
|
switcher:
|
||||||
|
abbreviate_options: true
|
||||||
|
caption: "〔方案选单〕"
|
||||||
|
fold_options: true
|
||||||
|
hotkeys:
|
||||||
|
- "Control+grave"
|
||||||
|
option_list_separator: " / "
|
||||||
628
build/squirrel.yaml
Normal file
628
build/squirrel.yaml
Normal file
@@ -0,0 +1,628 @@
|
|||||||
|
__build_info:
|
||||||
|
rime_version: 1.16.0
|
||||||
|
timestamps:
|
||||||
|
squirrel: 1768191297
|
||||||
|
squirrel.custom: 1768191297
|
||||||
|
app_options:
|
||||||
|
co.zeit.hyper:
|
||||||
|
ascii_mode: true
|
||||||
|
com.alfredapp.Alfred:
|
||||||
|
ascii_mode: true
|
||||||
|
com.apple.Spotlight:
|
||||||
|
ascii_mode: true
|
||||||
|
com.apple.Terminal:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
com.apple.dt.Xcode:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
com.barebones.textwrangler:
|
||||||
|
ascii_mode: true
|
||||||
|
com.github.atom:
|
||||||
|
ascii_mode: true
|
||||||
|
com.googlecode.iterm2:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
com.jetbrains.WebStorm:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
com.macromates.TextMate.preview:
|
||||||
|
ascii_mode: true
|
||||||
|
com.microsoft.VSCode:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
com.runningwithcrayons.Alfred:
|
||||||
|
ascii_mode: true
|
||||||
|
"com.runningwithcrayons.Alfred-2":
|
||||||
|
ascii_mode: true
|
||||||
|
com.sublimetext.2:
|
||||||
|
ascii_mode: true
|
||||||
|
com.tencent.Lemon:
|
||||||
|
ascii_mode: true
|
||||||
|
com.vscodium:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
io.alacritty:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
md.obsidian:
|
||||||
|
ascii_mode: true
|
||||||
|
org.gnu.Aquamacs:
|
||||||
|
ascii_mode: true
|
||||||
|
org.gnu.Emacs:
|
||||||
|
ascii_mode: true
|
||||||
|
no_inline: true
|
||||||
|
org.kde.Kate:
|
||||||
|
ascii_mode: true
|
||||||
|
org.python.IDLE:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
org.vim.MacVim:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
chord_duration: 0.1
|
||||||
|
config_version: "2099-12-31"
|
||||||
|
keyboard_layout: default
|
||||||
|
preset_color_schemes:
|
||||||
|
Mac:
|
||||||
|
back_color: 0xECECEC
|
||||||
|
border_height: 4
|
||||||
|
border_width: 4
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x868686
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0xC7EAD0
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
label_font_point: 14
|
||||||
|
line_spacing: 10
|
||||||
|
name: "Mac绿"
|
||||||
|
text_color: 0x000000
|
||||||
|
apathy:
|
||||||
|
author: "LIANG Hai"
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 5
|
||||||
|
font_face: "PingFangSC-Regular,HanaMinB"
|
||||||
|
font_point: 16
|
||||||
|
hilited_candidate_back_color: 0xFFF0E4
|
||||||
|
hilited_candidate_text_color: 0xEE6E00
|
||||||
|
horizontal: true
|
||||||
|
inline_preedit: true
|
||||||
|
label_font_face: "STHeitiSC-Light"
|
||||||
|
label_font_point: 12
|
||||||
|
name: "冷漠/Apathy"
|
||||||
|
text_color: 0x424242
|
||||||
|
aqua:
|
||||||
|
author: "佛振 <chen.sst@gmail.com>"
|
||||||
|
back_color: 0xeeeceeee
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x5a5a5a
|
||||||
|
hilited_candidate_back_color: 0xeefa3a0a
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xfcac9d
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
name: "碧水/Aqua"
|
||||||
|
text_color: 0x606060
|
||||||
|
azure:
|
||||||
|
author: "佛振 <chen.sst@gmail.com>"
|
||||||
|
back_color: 0xee8b4e01
|
||||||
|
candidate_text_color: 0xffeacc
|
||||||
|
comment_text_color: 0xc69664
|
||||||
|
hilited_candidate_back_color: 0x00000000
|
||||||
|
hilited_candidate_text_color: 0x7ffeff
|
||||||
|
hilited_text_color: 0xffeacc
|
||||||
|
name: "青天/Azure"
|
||||||
|
text_color: 0xcfa677
|
||||||
|
clean_white:
|
||||||
|
author: "Chongyu Zhu <lembacon@gmail.com>, based on 搜狗「简约白」"
|
||||||
|
back_color: 0xeeeeee
|
||||||
|
border_height: 6
|
||||||
|
border_width: 6
|
||||||
|
candidate_format: "%c %@"
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
corner_radius: 6
|
||||||
|
font_point: 16
|
||||||
|
hilited_candidate_back_color: 0xeeeeee
|
||||||
|
hilited_candidate_label_color: 0xa0c98915
|
||||||
|
hilited_candidate_text_color: 0xc98915
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
horizontal: true
|
||||||
|
label_color: 0x888888
|
||||||
|
label_font_point: 12
|
||||||
|
name: "简约白/Clean White"
|
||||||
|
text_color: 0x808080
|
||||||
|
dark_temple:
|
||||||
|
author: "佛振 <chen.sst@gmail.com>, based on ir_black"
|
||||||
|
back_color: 0x222222
|
||||||
|
candidate_text_color: 0xd8e3e6
|
||||||
|
comment_text_color: 0x606cff
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_back_color: 0x10000000
|
||||||
|
hilited_candidate_text_color: 0x92f6da
|
||||||
|
hilited_text_color: 0xffcf9a
|
||||||
|
name: "暗堂/Dark Temple"
|
||||||
|
text_color: 0x92f6da
|
||||||
|
dust:
|
||||||
|
author: "Superoutman <asticosmo@gmail.com>"
|
||||||
|
back_color: 0xeeffffff
|
||||||
|
border_color: 0xE0B693
|
||||||
|
border_height: 3
|
||||||
|
border_width: 8
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x555555
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 2
|
||||||
|
font_face: "HYQiHei-55S Book,HanaMinA Regular"
|
||||||
|
font_point: 14
|
||||||
|
hilited_candidate_back_color: 0xfff0e4
|
||||||
|
hilited_candidate_label_color: 0x555555
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_comment_text_color: 0x9e9e9e
|
||||||
|
hilited_text_color: 0x9e9e9e
|
||||||
|
horizontal: true
|
||||||
|
inline_preedit: true
|
||||||
|
label_color: 0xcbcbcb
|
||||||
|
label_font_face: SimHei
|
||||||
|
label_font_point: 10
|
||||||
|
name: "浮尘/Dust"
|
||||||
|
text_color: 0x424242
|
||||||
|
google:
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xE2E2E2
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x6D6D6D
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0xCE7539
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_comment_text_color: 0xEBC6B0
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
name: "谷歌/Google"
|
||||||
|
text_color: 0x666666
|
||||||
|
ink:
|
||||||
|
author: "佛振 <chen.sst@gmail.com>"
|
||||||
|
back_color: 0xeeffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x5a5a5a
|
||||||
|
hilited_candidate_back_color: 0xcc000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0x808080
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
name: "墨池/Ink"
|
||||||
|
text_color: 0x5a5a5a
|
||||||
|
lost_temple:
|
||||||
|
author: "佛振 <chen.sst@gmail.com>, based on ir_black"
|
||||||
|
back_color: 0xee303030
|
||||||
|
comment_text_color: 0xbb82e6ca
|
||||||
|
hilited_candidate_back_color: 0x82e6ca
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_comment_text_color: 0xbb203d34
|
||||||
|
hilited_text_color: 0x82e6ca
|
||||||
|
name: "孤寺/Lost Temple"
|
||||||
|
text_color: 0xe8f3f6
|
||||||
|
luna:
|
||||||
|
author: "佛振 <chen.sst@gmail.com>"
|
||||||
|
back_color: 0xdd000000
|
||||||
|
candidate_text_color: 0xeceeee
|
||||||
|
comment_text_color: 0xa5a5a5
|
||||||
|
hilited_candidate_back_color: 0x40000000
|
||||||
|
hilited_candidate_text_color: 0x7fffff
|
||||||
|
hilited_comment_text_color: 0x449c9d
|
||||||
|
hilited_text_color: 0x7fffff
|
||||||
|
name: "明月/Luna"
|
||||||
|
text_color: 0xa5a5a5
|
||||||
|
mac_blue:
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xFFFFFF
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x3c3c3c
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0xF8AA4D
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_comment_text_color: 0x999999
|
||||||
|
hilited_text_color: 0x999999
|
||||||
|
label_color: 0x999999
|
||||||
|
label_font_point: 13
|
||||||
|
line_spacing: 10
|
||||||
|
name: "Mac浅蓝"
|
||||||
|
text_color: 0x424242
|
||||||
|
mac_dark:
|
||||||
|
back_color: 0x252a2e
|
||||||
|
border_color: 0x050505
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0xe9e9ea
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 4
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0xD75A00
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_comment_text_color: 0x999999
|
||||||
|
hilited_corner_radius: 5
|
||||||
|
hilited_text_color: 0x999999
|
||||||
|
label_color: 0x999999
|
||||||
|
label_font_point: 13
|
||||||
|
line_spacing: 10
|
||||||
|
name: "Mac深色"
|
||||||
|
text_color: 0x424242
|
||||||
|
mac_green:
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xFFFFFF
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x3c3c3c
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_candidate_back_color: 0x32A14C
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_comment_text_color: 0x999999
|
||||||
|
hilited_corner_radius: 5
|
||||||
|
hilited_text_color: 0x999999
|
||||||
|
label_color: 0x999999
|
||||||
|
label_font_point: 13
|
||||||
|
line_spacing: 10
|
||||||
|
name: "Mac绿"
|
||||||
|
text_color: 0x424242
|
||||||
|
mac_light:
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xFFFFFF
|
||||||
|
border_height: 4
|
||||||
|
border_width: 4
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x3c3c3c
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0xD75A00
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_comment_text_color: 0x999999
|
||||||
|
hilited_corner_radius: 5
|
||||||
|
hilited_text_color: 0x999999
|
||||||
|
label_color: 0x999999
|
||||||
|
label_font_point: 13
|
||||||
|
line_spacing: 10
|
||||||
|
name: "Mac浅色"
|
||||||
|
text_color: 0x424242
|
||||||
|
mac_orange:
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xFFFFFF
|
||||||
|
border_height: 4
|
||||||
|
border_width: 4
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x3c3c3c
|
||||||
|
comment_text_color: 0x999999
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_candidate_back_color: 0x0E6BD8
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_comment_text_color: 0x999999
|
||||||
|
hilited_corner_radius: 5
|
||||||
|
hilited_text_color: 0x999999
|
||||||
|
label_color: 0x999999
|
||||||
|
label_font_point: 13
|
||||||
|
line_spacing: 10
|
||||||
|
name: "Mac橙"
|
||||||
|
text_color: 0x424242
|
||||||
|
microsoft:
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_height: 4
|
||||||
|
border_width: 4
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x4A95FF
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0x7E7969
|
||||||
|
hilited_candidate_back_color: 0x7E7969
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_text_color: 0xFFFFFF
|
||||||
|
label_font_point: 14
|
||||||
|
line_spacing: 10
|
||||||
|
name: "微软灰"
|
||||||
|
text_color: 0x000000
|
||||||
|
mojave_dark:
|
||||||
|
author: "xiehuc <xiehuc@gmail.com>"
|
||||||
|
back_color: 0x252320
|
||||||
|
border_color: 0x020202
|
||||||
|
border_height: 6
|
||||||
|
border_width: 6
|
||||||
|
candidate_format: "%c %@"
|
||||||
|
candidate_text_color: 0xdedddd
|
||||||
|
comment_text_color: 0xdedddd
|
||||||
|
corner_radius: 5
|
||||||
|
font_face: PingFangSC
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0x252320
|
||||||
|
hilited_candidate_back_color: 0xcb5d00
|
||||||
|
hilited_candidate_label_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_corner_radius: 3
|
||||||
|
hilited_text_color: 0xdedddd
|
||||||
|
horizontal: true
|
||||||
|
inline_preedit: true
|
||||||
|
label_color: 0x888785
|
||||||
|
label_font_point: 14
|
||||||
|
name: "沙漠夜/Mojave Dark"
|
||||||
|
text_color: 0xdedddd
|
||||||
|
native:
|
||||||
|
name: "系統配色"
|
||||||
|
psionics:
|
||||||
|
author: "雨過之後、佛振"
|
||||||
|
back_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_back_color: 0xd4bc00
|
||||||
|
hilited_candidate_label_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xfafafa
|
||||||
|
hilited_comment_text_color: 0x444444
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
name: "幽能/Psionics"
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
purity_of_essence:
|
||||||
|
author: "佛振"
|
||||||
|
back_color: 0xfafafa
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_back_color: 0xfafafa
|
||||||
|
hilited_candidate_back_color: 0x444444
|
||||||
|
hilited_candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
name: "純粹的本質/Purity of Essence"
|
||||||
|
text_color: 0x2c2ccc
|
||||||
|
purity_of_form:
|
||||||
|
author: "雨過之後、佛振"
|
||||||
|
back_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_back_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
name: "純粹的形式/Purity of Form"
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
purity_of_form_custom:
|
||||||
|
alpha: 1
|
||||||
|
author: "雨過之後、佛振"
|
||||||
|
back_color: 0x545554
|
||||||
|
base_offset: 0
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
candidate_text_color: 0xEEEEEE
|
||||||
|
color_space: srgb
|
||||||
|
comment_font_face: Helvetica
|
||||||
|
comment_font_point: 16
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
corner_radius: 10
|
||||||
|
font_face: "PingFang SC"
|
||||||
|
font_point: 18
|
||||||
|
hilited_candidate_back_color: 0xE3E3E3
|
||||||
|
hilited_candidate_label_color: 0x4C4C4C
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_comment_text_color: 0x808080
|
||||||
|
hilited_corner_radius: 0
|
||||||
|
hilited_text_color: 0xEEEEEE
|
||||||
|
inline_preedit: true
|
||||||
|
label_color: 0xBBBBBB
|
||||||
|
label_font_face: Helvetica
|
||||||
|
label_font_point: 12
|
||||||
|
line_spacing: 5
|
||||||
|
mutual_exclusive: false
|
||||||
|
name: "純粹的形式/Purity of Form Custom"
|
||||||
|
shadow_size: 0
|
||||||
|
spacing: 10
|
||||||
|
surrounding_extra_expansion: 0
|
||||||
|
text_color: 0x808080
|
||||||
|
translucency: false
|
||||||
|
solarized_dark:
|
||||||
|
author: "雪齋 <lyc20041@gmail.com>"
|
||||||
|
back_color: 0xf0352A0A
|
||||||
|
border_color: 0xf02A1F00
|
||||||
|
candidate_text_color: 0x989F52
|
||||||
|
color_space: display_p3
|
||||||
|
comment_text_color: 0x289989
|
||||||
|
hilited_back_color: 0xf04C4022
|
||||||
|
hilited_candidate_back_color: 0xD7E8ED
|
||||||
|
hilited_candidate_label_color: 0x2566C6
|
||||||
|
hilited_candidate_text_color: 0x3942CB
|
||||||
|
hilited_comment_text_color: 0x8144C2
|
||||||
|
hilited_text_color: 0x2C8BAE
|
||||||
|
label_color: 0xCC8947
|
||||||
|
name: "曬經・月/Solarized Dark"
|
||||||
|
preedit_back_color: 0xf0403516
|
||||||
|
text_color: 0xA1A095
|
||||||
|
solarized_light:
|
||||||
|
author: "雪齋 <lyc20041@gmail.com>"
|
||||||
|
back_color: 0xf0E5F6FB
|
||||||
|
border_color: 0xf0EDFFFF
|
||||||
|
candidate_text_color: 0x3942CB
|
||||||
|
color_space: display_p3
|
||||||
|
comment_text_color: 0x8144C2
|
||||||
|
hilited_back_color: 0xf0C9DADF
|
||||||
|
hilited_candidate_back_color: 0x403516
|
||||||
|
hilited_candidate_label_color: 0xCC8947
|
||||||
|
hilited_candidate_text_color: 0x989F52
|
||||||
|
hilited_comment_text_color: 0x289989
|
||||||
|
hilited_text_color: 0xBE706D
|
||||||
|
label_color: 0x2566C6
|
||||||
|
name: "曬經・日/Solarized Light"
|
||||||
|
preedit_back_color: 0xf0D7E8ED
|
||||||
|
text_color: 0x756E5D
|
||||||
|
solarized_rock:
|
||||||
|
author: "Aben <tntaben@gmail.com>, based on Ethan Schoonover's Solarized color scheme"
|
||||||
|
back_color: 0x362b00
|
||||||
|
border_color: 0x362b00
|
||||||
|
candidate_text_color: 0x969483
|
||||||
|
comment_text_color: 0xc098a12a
|
||||||
|
hilited_candidate_back_color: 0x8236d3
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0x362b00
|
||||||
|
hilited_text_color: 0x98a12a
|
||||||
|
name: "曬經石/Solarized Rock"
|
||||||
|
text_color: 0x8236d3
|
||||||
|
starcraft:
|
||||||
|
author: "Contralisk <contralisk@gmail.com>, original artwork by Blizzard Entertainment"
|
||||||
|
back_color: 0xee000000
|
||||||
|
border_color: 0x1010a0
|
||||||
|
candidate_text_color: 0x30bb55
|
||||||
|
comment_text_color: 0x1010d0
|
||||||
|
hilited_back_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0x00000000
|
||||||
|
hilited_candidate_text_color: 0x70ffaf
|
||||||
|
hilited_comment_text_color: 0x1010f0
|
||||||
|
hilited_text_color: 0xfecb96
|
||||||
|
name: "星際我爭霸/StarCraft"
|
||||||
|
text_color: 0xccaa88
|
||||||
|
win10:
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_height: 6
|
||||||
|
border_width: 6
|
||||||
|
candidate_format: "%c %@"
|
||||||
|
candidate_spacing: 24
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x888888
|
||||||
|
corner_radius: 0
|
||||||
|
font_point: 17
|
||||||
|
hilite_padding: 12
|
||||||
|
hilite_spacing: 8
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xcc8f29
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
label_color: 0x888888
|
||||||
|
label_font_point: 16
|
||||||
|
line_spacing: 10
|
||||||
|
margin_x: 12
|
||||||
|
margin_y: 12
|
||||||
|
round_corner: 0
|
||||||
|
spacing: 10
|
||||||
|
text_color: 0x000000
|
||||||
|
win10_for_xiaoxiao:
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xE7B659
|
||||||
|
border_height: 2
|
||||||
|
border_width: 2
|
||||||
|
candidate_format: "%c.%@"
|
||||||
|
candidate_spacing: 10
|
||||||
|
candidate_text_color: 0xE58200
|
||||||
|
comment_text_color: 0x888888
|
||||||
|
corner_radius: 0
|
||||||
|
font_point: 19
|
||||||
|
hilite_padding: 12
|
||||||
|
hilite_spacing: 8
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
hilited_candidate_label_color: 0xE58200
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_comment_text_color: 0x888888
|
||||||
|
hilited_label_color: 0xE58200
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
label_color: 0xE58200
|
||||||
|
label_font_point: 19
|
||||||
|
line_spacing: 10
|
||||||
|
margin_x: 12
|
||||||
|
margin_y: 12
|
||||||
|
round_corner: 0
|
||||||
|
spacing: 10
|
||||||
|
text_color: 0x000000
|
||||||
|
win10_for_xiaoxiao_round:
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xE7B659
|
||||||
|
border_height: 2
|
||||||
|
border_width: 2
|
||||||
|
candidate_format: "%c.%@"
|
||||||
|
candidate_spacing: 10
|
||||||
|
candidate_text_color: 0xE58200
|
||||||
|
comment_text_color: 0x888888
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 20
|
||||||
|
hilite_padding: 12
|
||||||
|
hilite_spacing: 8
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
hilited_candidate_label_color: 0xE58200
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_comment_text_color: 0x888888
|
||||||
|
hilited_label_color: 0xE58200
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
label_color: 0xE58200
|
||||||
|
label_font_point: 20
|
||||||
|
line_spacing: 10
|
||||||
|
margin_x: 12
|
||||||
|
margin_y: 12
|
||||||
|
round_corner: 0
|
||||||
|
spacing: 10
|
||||||
|
text_color: 0x000000
|
||||||
|
xiaoxiao:
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xE58200
|
||||||
|
border_height: 6.5
|
||||||
|
border_width: 1
|
||||||
|
candidate_format: "%c. %@"
|
||||||
|
candidate_text_color: 0xE58200
|
||||||
|
comment_text_color: 0x888888
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 18.5
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
hilited_candidate_label_color: 0xE58200
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_comment_text_color: 0x888888
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
label_font_point: 18.5
|
||||||
|
line_spacing: 0
|
||||||
|
name: "小小"
|
||||||
|
text_color: 0x5a5a5a
|
||||||
|
zhuqianqing:
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_height: 4
|
||||||
|
border_width: 4
|
||||||
|
candidate_format: "%c %@ "
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x4A95FF
|
||||||
|
corner_radius: 5
|
||||||
|
font_point: 16
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x9BAD23
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
label_font_point: 14
|
||||||
|
line_spacing: 10
|
||||||
|
name: "竹浅青"
|
||||||
|
text_color: 0x000000
|
||||||
|
show_notifications_when: appropriate
|
||||||
|
style:
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
candidate_list_layout: stacked
|
||||||
|
color_scheme: mac_green
|
||||||
|
color_scheme_dark: mac_dark
|
||||||
|
comment_font_point: 14
|
||||||
|
corner_radius: 10
|
||||||
|
font_face: "PingFang SC"
|
||||||
|
font_point: 25
|
||||||
|
hilited_corner_radius: 0
|
||||||
|
inline_preedit: true
|
||||||
|
label_font_point: 14
|
||||||
|
line_spacing: 5
|
||||||
|
spacing: 10
|
||||||
|
text_orientation: horizontal
|
||||||
60
default.custom.yaml
Normal file
60
default.custom.yaml
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
patch:
|
||||||
|
# Rime default settings
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
config_version: '0.40'
|
||||||
|
|
||||||
|
# 方案列表
|
||||||
|
schema_list:
|
||||||
|
- schema: 092wb
|
||||||
|
# - schema: py
|
||||||
|
|
||||||
|
switcher:
|
||||||
|
caption: 〔方案选单〕
|
||||||
|
hotkeys:
|
||||||
|
- Control+grave
|
||||||
|
|
||||||
|
fold_options: true # 呼出时是否折叠,多方案时建议折叠 true ,一个方案建议展开 false
|
||||||
|
abbreviate_options: true # 折叠时是否缩写选项
|
||||||
|
option_list_separator: ' / ' # 折叠时的选项分隔符
|
||||||
|
|
||||||
|
# 菜单
|
||||||
|
menu:
|
||||||
|
page_size: 10 # 候选词个数
|
||||||
|
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
|
||||||
|
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键
|
||||||
|
|
||||||
|
# 符号
|
||||||
|
punctuator:
|
||||||
|
full_shape:
|
||||||
|
__include: 092wb_punctuation:/full_shape
|
||||||
|
half_shape:
|
||||||
|
__include: 092wb_punctuation:/half_shape
|
||||||
|
|
||||||
|
# 快捷键
|
||||||
|
key_binder:
|
||||||
|
bindings:
|
||||||
|
__patch:
|
||||||
|
- 092wb_key_bindings:/092wb_hotkeys
|
||||||
|
|
||||||
|
recognizer:
|
||||||
|
patterns:
|
||||||
|
punct: "^zi([0-9]0?|[A-Za-z]+)$" # 特殊符号引导规则
|
||||||
|
reverse_lookup: "^z[a-z]*'?$" # 反查规则
|
||||||
|
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||||
|
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||||
|
helper: '^aid$'
|
||||||
|
unicode: "^U[a-f0-9]+" # lua_translator@unicode,输出 Unicode 字符
|
||||||
|
number: "^R[0-9]+[.]?[0-9]*" # lua_translator@number_translator,数字金额大写
|
||||||
|
gregorian_to_lunar: "^N[0-9]{1,8}" # lua_translator@lunar,公历转农历,输入 N20240115 得到「二〇二三年腊月初五」
|
||||||
|
|
||||||
|
# 功能键行为
|
||||||
|
ascii_composer:
|
||||||
|
good_old_caps_lock: true
|
||||||
|
switch_key:
|
||||||
|
Shift_L: commit_text
|
||||||
|
Shift_R: commit_text
|
||||||
|
Control_L: noop
|
||||||
|
Control_R: noop
|
||||||
|
Caps_Lock: clear
|
||||||
|
Eisu_toggle: clear
|
||||||
BIN
fonts/092etymon.otf
Executable file
BIN
fonts/092etymon.otf
Executable file
Binary file not shown.
7
installation.yaml
Normal file
7
installation.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
distribution_code_name: "emacs-rime"
|
||||||
|
distribution_name: Rime
|
||||||
|
distribution_version: 1.0.1
|
||||||
|
install_time: "Sun Apr 5 17:01:22 2026"
|
||||||
|
installation_id: "cf1fdf59-43c7-4195-8a45-1b3f2f54f441"
|
||||||
|
rime_version: 1.16.1
|
||||||
|
update_time: "Wed Apr 8 20:29:19 2026"
|
||||||
49
lua/092wb_basic.lua
Normal file
49
lua/092wb_basic.lua
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
-- basic.lua
|
||||||
|
|
||||||
|
local basic = {}
|
||||||
|
package.loaded[...] = basic
|
||||||
|
|
||||||
|
function basic.index(table, item)
|
||||||
|
for k, v in pairs(table) do
|
||||||
|
if v == item then return k end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function basic.map(table, func)
|
||||||
|
local t = {}
|
||||||
|
for k, v in pairs(table) do
|
||||||
|
t[k] = func(v)
|
||||||
|
end
|
||||||
|
return t
|
||||||
|
end
|
||||||
|
|
||||||
|
function basic.matchstr(str, pat)
|
||||||
|
local t = {}
|
||||||
|
for i in str:gmatch(pat) do
|
||||||
|
t[#t + 1] = i
|
||||||
|
end
|
||||||
|
return t
|
||||||
|
end
|
||||||
|
|
||||||
|
function basic.utf8chars(str, ...)
|
||||||
|
local chars = {}
|
||||||
|
for pos, code in utf8.codes(str) do
|
||||||
|
chars[#chars + 1] = utf8.char(code)
|
||||||
|
end
|
||||||
|
return chars
|
||||||
|
end
|
||||||
|
|
||||||
|
function basic.utf8sub(str, first, ...)
|
||||||
|
local last = ...
|
||||||
|
if last == nil or last > utf8.len(str) then
|
||||||
|
last = utf8.len(str)
|
||||||
|
elseif last < 0 then
|
||||||
|
last = utf8.len(str) + 1 + last
|
||||||
|
end
|
||||||
|
local fstoff = utf8.offset(str, first)
|
||||||
|
local lstoff = utf8.offset(str, last + 1)
|
||||||
|
if fstoff == nil then fstoff = 1 end
|
||||||
|
if lstoff ~= nil then lstoff = lstoff - 1 end
|
||||||
|
return string.sub(str, fstoff, lstoff)
|
||||||
|
end
|
||||||
|
|
||||||
66
lua/092wb_core_filter.lua
Executable file
66
lua/092wb_core_filter.lua
Executable file
@@ -0,0 +1,66 @@
|
|||||||
|
--- 来自 中文输入法群:938020953 中的“原版同文lua自定義字集過濾腳本”文件
|
||||||
|
|
||||||
|
local charsets = {
|
||||||
|
{ first = 0x4E00, last = 0x9FFF }, -- CJK 统一表意符号
|
||||||
|
{ first = 0x3400, last = 0x4DBF }, -- ExtA
|
||||||
|
{ first = 0x20000, last = 0x2A6DF }, -- ExtB
|
||||||
|
{ first = 0x2A700, last = 0x2B73F }, -- ExtC
|
||||||
|
{ first = 0x2B740, last = 0x2B81F }, -- ExtD
|
||||||
|
{ first = 0x2B820, last = 0x2CEAF }, -- ExtE
|
||||||
|
{ first = 0x2CEB0, last = 0x2EBEF }, -- ExtF
|
||||||
|
{ first = 0x30000, last = 0x3134F }, -- ExtG
|
||||||
|
{ first = 0x31350, last = 0x323AF }, -- ExtH
|
||||||
|
{ first = 0x2EBF0, last = 0x2EE4A }, -- ExtI
|
||||||
|
{ first = 0x323B0, last = 0x3347F }, -- ExtJ
|
||||||
|
{ first = 0xF900, last = 0xFAFF }, -- CJK 兼容象形文字
|
||||||
|
{ first = 0x2F800, last = 0x2FA1F }, -- Compatible Suplementary
|
||||||
|
{ first = 0x2F00, last = 0x2FD5 }, ---康熙字典部首
|
||||||
|
{ first = 0x2E80, last = 0x2EF3 }, ---CJK 部首补充
|
||||||
|
{ first = 0x31C0, last = 0x31E3 }, ---CJK 笔画
|
||||||
|
--- { first = 0x3005, last = 0x30FF }, ----CJK 符号和标点(已注释)
|
||||||
|
{ first = 0xE000, last = 0xF8FF }, --PUA
|
||||||
|
{ first = 0xF0000, last = 0xFFFFD }, --PUA
|
||||||
|
{ first = 0x100000, last = 0x10FFFD }, --PUA
|
||||||
|
}
|
||||||
|
|
||||||
|
local function is_cjk(code)
|
||||||
|
for i, charset in ipairs(charsets) do
|
||||||
|
if ((code >= charset.first) and (code <= charset.last)) then
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
local function should_yield(text, option, coredb)
|
||||||
|
local should_yield = true
|
||||||
|
if option then
|
||||||
|
for i in utf8.codes(text) do
|
||||||
|
local code = utf8.codepoint(text, i)
|
||||||
|
if is_cjk(code) then
|
||||||
|
charset = coredb:lookup(utf8.char(code))
|
||||||
|
if charset == "" then
|
||||||
|
should_yield = false
|
||||||
|
break
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return should_yield
|
||||||
|
end
|
||||||
|
|
||||||
|
local function filter(input, env)
|
||||||
|
on = env.engine.context:get_option("extended_char")
|
||||||
|
for cand in input:iter() do
|
||||||
|
if should_yield(cand.text, on, env.coredb) then
|
||||||
|
yield(cand)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
local function init(env)
|
||||||
|
-- 当此组件被载入时,打开反查库,并存入 `coredb` 中
|
||||||
|
env.coredb = ReverseDb("build/092wb_core.reverse.bin")
|
||||||
|
end
|
||||||
|
|
||||||
|
return { init = init, func = filter }
|
||||||
72
lua/092wb_date_translator.lua
Normal file
72
lua/092wb_date_translator.lua
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
-- 日期时间
|
||||||
|
|
||||||
|
-- 提高权重的原因:因为在方案中设置了大于 1 的 initial_quality,导致 rq sj xq dt ts 产出的候选项在所有词语的最后。
|
||||||
|
local function yield_cand(seg, text)
|
||||||
|
local cand = Candidate('', seg.start, seg._end, text, '')
|
||||||
|
cand.quality = 100
|
||||||
|
yield(cand)
|
||||||
|
end
|
||||||
|
|
||||||
|
local M = {}
|
||||||
|
|
||||||
|
function M.init(env)
|
||||||
|
local config = env.engine.schema.config
|
||||||
|
env.name_space = env.name_space:gsub('^*', '')
|
||||||
|
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.timestamp = config:get_string(env.name_space .. '/timestamp') or 'ts'
|
||||||
|
end
|
||||||
|
|
||||||
|
function M.func(input, seg, env)
|
||||||
|
-- 日期
|
||||||
|
if (input == M.date) then
|
||||||
|
local current_time = os.time()
|
||||||
|
yield_cand(seg, os.date('%Y-%m-%d', current_time))
|
||||||
|
yield_cand(seg, os.date('%Y/%m/%d', current_time))
|
||||||
|
yield_cand(seg, os.date('%Y.%m.%d', current_time))
|
||||||
|
yield_cand(seg, os.date('%Y%m%d', current_time))
|
||||||
|
yield_cand(seg, os.date('%Y年%m月%d日', current_time):gsub('年0', '年'):gsub('月0','月'))
|
||||||
|
|
||||||
|
-- 时间
|
||||||
|
elseif (input == M.time) then
|
||||||
|
local current_time = os.time()
|
||||||
|
yield_cand(seg, os.date('%H:%M', current_time))
|
||||||
|
yield_cand(seg, os.date('%H:%M:%S', current_time))
|
||||||
|
|
||||||
|
-- 星期
|
||||||
|
elseif (input == M.week) then
|
||||||
|
local current_time = os.time()
|
||||||
|
local week_tab = {'日', '一', '二', '三', '四', '五', '六'}
|
||||||
|
local text = week_tab[tonumber(os.date('%w', current_time) + 1)]
|
||||||
|
yield_cand(seg, '星期' .. text)
|
||||||
|
yield_cand(seg, '礼拜' .. text)
|
||||||
|
yield_cand(seg, '周' .. text)
|
||||||
|
|
||||||
|
-- ISO 8601/RFC 3339 的时间格式 (固定东八区)(示例 2022-01-07T20:42:51+08:00)
|
||||||
|
elseif (input == M.datetime) then
|
||||||
|
local current_time = os.time()
|
||||||
|
yield_cand(seg, os.date('%Y-%m-%dT%H:%M:%S+08:00', current_time))
|
||||||
|
yield_cand(seg, os.date('%Y-%m-%d %H:%M:%S', current_time))
|
||||||
|
yield_cand(seg, os.date('%Y%m%d%H%M%S', current_time))
|
||||||
|
|
||||||
|
-- 时间戳(十位数,到秒,示例 1650861664)
|
||||||
|
elseif (input == M.timestamp) then
|
||||||
|
local current_time = os.time()
|
||||||
|
yield_cand(seg, string.format('%d', current_time))
|
||||||
|
end
|
||||||
|
|
||||||
|
-- -- 显示内存
|
||||||
|
-- local cand = Candidate("date", seg.start, seg._end, ("%.f"):format(collectgarbage('count')), "")
|
||||||
|
-- cand.quality = 100
|
||||||
|
-- yield(cand)
|
||||||
|
-- if input == "xxx" then
|
||||||
|
-- collectgarbage()
|
||||||
|
-- local cand = Candidate("date", seg.start, seg._end, "collectgarbage()", "")
|
||||||
|
-- cand.quality = 100
|
||||||
|
-- yield(cand)
|
||||||
|
-- end
|
||||||
|
end
|
||||||
|
|
||||||
|
return M
|
||||||
36
lua/092wb_helper.lua
Normal file
36
lua/092wb_helper.lua
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
--- 来源:https://github.com/yanhuacuo/98wubi-tables
|
||||||
|
--- helper.lua
|
||||||
|
--- List features and usage of the schema.
|
||||||
|
|
||||||
|
local function translator(input, seg)
|
||||||
|
if input:find('^aid$') then
|
||||||
|
local table = {
|
||||||
|
{ '拆分显隐', 'Ctrl + Shift + H' }
|
||||||
|
, { '拼音显隐', 'Ctrl + Shift + J' }
|
||||||
|
, { '字集切换', 'Ctrl + Shift + U' }
|
||||||
|
, { '繁简切换', 'Ctrl + Shift + F' }
|
||||||
|
, { 'Emoji表情', 'Ctrl + Shift + M' }
|
||||||
|
, { '临时拼音', 'z键引导临时拼音' }
|
||||||
|
, { '重复历史', 'z键兼有重复历史' }
|
||||||
|
, { '方案选单', 'Ctrl+Shift+`' }
|
||||||
|
, { '大写数字', 'R(大写) + 数字' }
|
||||||
|
, { '公历转农历', 'N(大写) + 20240422' }
|
||||||
|
, { '农历', 'nl' }
|
||||||
|
, { '时间', 'time' }
|
||||||
|
, { '日期', 'date' }
|
||||||
|
, { '星期', 'week' }
|
||||||
|
, { '全角', 'Shift + Space' }
|
||||||
|
, { '撤销上屏', 'Alt+Backspace' }
|
||||||
|
, { '英文标点', 'Ctrl+ + .' }
|
||||||
|
, { '帮助', 'aid' }
|
||||||
|
, { '注释', 'Ctrl + Shift + Return' }
|
||||||
|
}
|
||||||
|
for k, v in ipairs(table) do
|
||||||
|
local cand = Candidate('aid', seg.start, seg._end, v[2], ' ' .. v[1])
|
||||||
|
cand.preedit = input .. '\t说明'
|
||||||
|
yield(cand)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
return translator
|
||||||
671
lua/092wb_lunar.lua
Executable file
671
lua/092wb_lunar.lua
Executable file
@@ -0,0 +1,671 @@
|
|||||||
|
--[[
|
||||||
|
Lua 阿拉伯数字转中文实现 https://blog.csdn.net/lp12345678910/article/details/121396243
|
||||||
|
农历功能复制自 https://github.com/boomker/rime-fast-xhup
|
||||||
|
--]]
|
||||||
|
|
||||||
|
-- 数字转中文:
|
||||||
|
|
||||||
|
local numerical_units = {
|
||||||
|
"",
|
||||||
|
"十",
|
||||||
|
"百",
|
||||||
|
"千",
|
||||||
|
"万",
|
||||||
|
"十",
|
||||||
|
"百",
|
||||||
|
"千",
|
||||||
|
"亿",
|
||||||
|
"十",
|
||||||
|
"百",
|
||||||
|
"千",
|
||||||
|
"兆",
|
||||||
|
"十",
|
||||||
|
"百",
|
||||||
|
"千",
|
||||||
|
}
|
||||||
|
|
||||||
|
local numerical_names = {
|
||||||
|
"零",
|
||||||
|
"一",
|
||||||
|
"二",
|
||||||
|
"三",
|
||||||
|
"四",
|
||||||
|
"五",
|
||||||
|
"六",
|
||||||
|
"七",
|
||||||
|
"八",
|
||||||
|
"九",
|
||||||
|
}
|
||||||
|
|
||||||
|
local function convert_arab_to_chinese(number)
|
||||||
|
local n_number = tonumber(number)
|
||||||
|
assert(n_number, "传入参数非正确number类型!")
|
||||||
|
|
||||||
|
-- 0 ~ 9
|
||||||
|
if n_number < 10 then
|
||||||
|
return numerical_names[n_number + 1]
|
||||||
|
end
|
||||||
|
-- 一十九 => 十九
|
||||||
|
if n_number < 20 then
|
||||||
|
local digit = string.sub(n_number, 2, 2)
|
||||||
|
if digit == "0" then
|
||||||
|
return "十"
|
||||||
|
else
|
||||||
|
return "十" .. numerical_names[digit + 1]
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
--[[
|
||||||
|
1. 最大输入9位
|
||||||
|
超过9位,string的len加2位(因为有.0的两位)
|
||||||
|
零 ~ 九亿九千九百九十九万九千九百九十九
|
||||||
|
0 ~ 999999999
|
||||||
|
2. 最大输入14位(超过14位会四舍五入)
|
||||||
|
零 ~ 九十九兆九千九百九十九亿九千九百九十九万九千九百九十九万
|
||||||
|
0 ~ 99999999999999
|
||||||
|
--]]
|
||||||
|
local len_max = 9
|
||||||
|
local len_number = string.len(number)
|
||||||
|
assert(
|
||||||
|
len_number > 0 and len_number <= len_max,
|
||||||
|
"传入参数位数" .. len_number .. "必须在(0, " .. len_max .. "]之间!"
|
||||||
|
)
|
||||||
|
|
||||||
|
-- 01,数字转成表结构存储
|
||||||
|
local numerical_tbl = {}
|
||||||
|
for i = 1, len_number do
|
||||||
|
numerical_tbl[i] = tonumber(string.sub(n_number, i, i))
|
||||||
|
end
|
||||||
|
|
||||||
|
local pre_zero = false
|
||||||
|
local result = ""
|
||||||
|
for index, digit in ipairs(numerical_tbl) do
|
||||||
|
local curr_unit = numerical_units[len_number - index + 1]
|
||||||
|
local curr_name = numerical_names[digit + 1]
|
||||||
|
if digit == 0 then
|
||||||
|
if not pre_zero then
|
||||||
|
result = result .. curr_name
|
||||||
|
end
|
||||||
|
pre_zero = true
|
||||||
|
else
|
||||||
|
result = result .. curr_name .. curr_unit
|
||||||
|
pre_zero = false
|
||||||
|
end
|
||||||
|
end
|
||||||
|
result = string.gsub(result, "零+$", "")
|
||||||
|
return result
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 农历:
|
||||||
|
|
||||||
|
-- 天干名称
|
||||||
|
local cTianGan = {
|
||||||
|
"甲",
|
||||||
|
"乙",
|
||||||
|
"丙",
|
||||||
|
"丁",
|
||||||
|
"戊",
|
||||||
|
"己",
|
||||||
|
"庚",
|
||||||
|
"辛",
|
||||||
|
"壬",
|
||||||
|
"癸",
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 地支名称
|
||||||
|
local cDiZhi = {
|
||||||
|
"子",
|
||||||
|
"丑",
|
||||||
|
"寅",
|
||||||
|
"卯",
|
||||||
|
"辰",
|
||||||
|
"巳",
|
||||||
|
"午",
|
||||||
|
"未",
|
||||||
|
"申",
|
||||||
|
"酉",
|
||||||
|
"戌",
|
||||||
|
"亥",
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 属相名称
|
||||||
|
local cShuXiang = {
|
||||||
|
"鼠",
|
||||||
|
"牛",
|
||||||
|
"虎",
|
||||||
|
"兔",
|
||||||
|
"龙",
|
||||||
|
"蛇",
|
||||||
|
"马",
|
||||||
|
"羊",
|
||||||
|
"猴",
|
||||||
|
"鸡",
|
||||||
|
"狗",
|
||||||
|
"猪",
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 农历日期名
|
||||||
|
local cDayName = {
|
||||||
|
"初一",
|
||||||
|
"初二",
|
||||||
|
"初三",
|
||||||
|
"初四",
|
||||||
|
"初五",
|
||||||
|
"初六",
|
||||||
|
"初七",
|
||||||
|
"初八",
|
||||||
|
"初九",
|
||||||
|
"初十",
|
||||||
|
"十一",
|
||||||
|
"十二",
|
||||||
|
"十三",
|
||||||
|
"十四",
|
||||||
|
"十五",
|
||||||
|
"十六",
|
||||||
|
"十七",
|
||||||
|
"十八",
|
||||||
|
"十九",
|
||||||
|
"二十",
|
||||||
|
"廿一",
|
||||||
|
"廿二",
|
||||||
|
"廿三",
|
||||||
|
"廿四",
|
||||||
|
"廿五",
|
||||||
|
"廿六",
|
||||||
|
"廿七",
|
||||||
|
"廿八",
|
||||||
|
"廿九",
|
||||||
|
"三十",
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 农历月份名
|
||||||
|
local cMonName = {
|
||||||
|
"正月",
|
||||||
|
"二月",
|
||||||
|
"三月",
|
||||||
|
"四月",
|
||||||
|
"五月",
|
||||||
|
"六月",
|
||||||
|
"七月",
|
||||||
|
"八月",
|
||||||
|
"九月",
|
||||||
|
"十月",
|
||||||
|
"冬月",
|
||||||
|
"腊月",
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 农历数据
|
||||||
|
local wNongliData = {
|
||||||
|
"AB500D2",
|
||||||
|
"4BD0883",
|
||||||
|
"4AE00DB",
|
||||||
|
"A5700D0",
|
||||||
|
"54D0581",
|
||||||
|
"D2600D8",
|
||||||
|
"D9500CC",
|
||||||
|
"655147D",
|
||||||
|
"56A00D5",
|
||||||
|
"9AD00CA",
|
||||||
|
"55D027A",
|
||||||
|
"4AE00D2",
|
||||||
|
"A5B0682",
|
||||||
|
"A4D00DA",
|
||||||
|
"D2500CE",
|
||||||
|
"D25157E",
|
||||||
|
"B5500D6",
|
||||||
|
"56A00CC",
|
||||||
|
"ADA027B",
|
||||||
|
"95B00D3",
|
||||||
|
"49717C9",
|
||||||
|
"49B00DC",
|
||||||
|
"A4B00D0",
|
||||||
|
"B4B0580",
|
||||||
|
"6A500D8",
|
||||||
|
"6D400CD",
|
||||||
|
"AB5147C",
|
||||||
|
"2B600D5",
|
||||||
|
"95700CA",
|
||||||
|
"52F027B",
|
||||||
|
"49700D2",
|
||||||
|
"6560682",
|
||||||
|
"D4A00D9",
|
||||||
|
"EA500CE",
|
||||||
|
"6A9157E",
|
||||||
|
"5AD00D6",
|
||||||
|
"2B600CC",
|
||||||
|
"86E137C",
|
||||||
|
"92E00D3",
|
||||||
|
"C8D1783",
|
||||||
|
"C9500DB",
|
||||||
|
"D4A00D0",
|
||||||
|
"D8A167F",
|
||||||
|
"B5500D7",
|
||||||
|
"56A00CD",
|
||||||
|
"A5B147D",
|
||||||
|
"25D00D5",
|
||||||
|
"92D00CA",
|
||||||
|
"D2B027A",
|
||||||
|
"A9500D2",
|
||||||
|
"B550781",
|
||||||
|
"6CA00D9",
|
||||||
|
"B5500CE",
|
||||||
|
"535157F",
|
||||||
|
"4DA00D6",
|
||||||
|
"A5B00CB",
|
||||||
|
"457037C",
|
||||||
|
"52B00D4",
|
||||||
|
"A9A0883",
|
||||||
|
"E9500DA",
|
||||||
|
"6AA00D0",
|
||||||
|
"AEA0680",
|
||||||
|
"AB500D7",
|
||||||
|
"4B600CD",
|
||||||
|
"AAE047D",
|
||||||
|
"A5700D5",
|
||||||
|
"52600CA",
|
||||||
|
"F260379",
|
||||||
|
"D9500D1",
|
||||||
|
"5B50782",
|
||||||
|
"56A00D9",
|
||||||
|
"96D00CE",
|
||||||
|
"4DD057F",
|
||||||
|
"4AD00D7",
|
||||||
|
"A4D00CB",
|
||||||
|
"D4D047B",
|
||||||
|
"D2500D3",
|
||||||
|
"D550883",
|
||||||
|
"B5400DA",
|
||||||
|
"B6A00CF",
|
||||||
|
"95A1680",
|
||||||
|
"95B00D8",
|
||||||
|
"49B00CD",
|
||||||
|
"A97047D",
|
||||||
|
"A4B00D5",
|
||||||
|
"B270ACA",
|
||||||
|
"6A500DC",
|
||||||
|
"6D400D1",
|
||||||
|
"AF40681",
|
||||||
|
"AB600D9",
|
||||||
|
"93700CE",
|
||||||
|
"4AF057F",
|
||||||
|
"49700D7",
|
||||||
|
"64B00CC",
|
||||||
|
"74A037B",
|
||||||
|
"EA500D2",
|
||||||
|
"6B50883",
|
||||||
|
"5AC00DB",
|
||||||
|
"AB600CF",
|
||||||
|
"96D0580",
|
||||||
|
"92E00D8",
|
||||||
|
"C9600CD",
|
||||||
|
"D95047C",
|
||||||
|
"D4A00D4",
|
||||||
|
"DA500C9",
|
||||||
|
"755027A",
|
||||||
|
"56A00D1",
|
||||||
|
"ABB0781",
|
||||||
|
"25D00DA",
|
||||||
|
"92D00CF",
|
||||||
|
"CAB057E",
|
||||||
|
"A9500D6",
|
||||||
|
"B4A00CB",
|
||||||
|
"BAA047B",
|
||||||
|
"AD500D2",
|
||||||
|
"55D0983",
|
||||||
|
"4BA00DB",
|
||||||
|
"A5B00D0",
|
||||||
|
"5171680",
|
||||||
|
"52B00D8",
|
||||||
|
"A9300CD",
|
||||||
|
"795047D",
|
||||||
|
"6AA00D4",
|
||||||
|
"AD500C9",
|
||||||
|
"5B5027A",
|
||||||
|
"4B600D2",
|
||||||
|
"96E0681",
|
||||||
|
"A4E00D9",
|
||||||
|
"D2600CE",
|
||||||
|
"EA6057E",
|
||||||
|
"D5300D5",
|
||||||
|
"5AA00CB",
|
||||||
|
"76A037B",
|
||||||
|
"96D00D3",
|
||||||
|
"4AB0B83",
|
||||||
|
"4AD00DB",
|
||||||
|
"A4D00D0",
|
||||||
|
"D0B1680",
|
||||||
|
"D2500D7",
|
||||||
|
"D5200CC",
|
||||||
|
"DD4057C",
|
||||||
|
"B5A00D4",
|
||||||
|
"56D00C9",
|
||||||
|
"55B027A",
|
||||||
|
"49B00D2",
|
||||||
|
"A570782",
|
||||||
|
"A4B00D9",
|
||||||
|
"AA500CE",
|
||||||
|
"B25157E",
|
||||||
|
"6D200D6",
|
||||||
|
"ADA00CA",
|
||||||
|
"4B6137B",
|
||||||
|
"93700D3",
|
||||||
|
"49F08C9",
|
||||||
|
"49700DB",
|
||||||
|
"64B00D0",
|
||||||
|
"68A1680",
|
||||||
|
"EA500D7",
|
||||||
|
"6AA00CC",
|
||||||
|
"A6C147C",
|
||||||
|
"AAE00D4",
|
||||||
|
"92E00CA",
|
||||||
|
"D2E0379",
|
||||||
|
"C9600D1",
|
||||||
|
"D550781",
|
||||||
|
"D4A00D9",
|
||||||
|
"DA400CD",
|
||||||
|
"5D5057E",
|
||||||
|
"56A00D6",
|
||||||
|
"A6C00CB",
|
||||||
|
"55D047B",
|
||||||
|
"52D00D3",
|
||||||
|
"A9B0883",
|
||||||
|
"A9500DB",
|
||||||
|
"B4A00CF",
|
||||||
|
"B6A067F",
|
||||||
|
"AD500D7",
|
||||||
|
"55A00CD",
|
||||||
|
"ABA047C",
|
||||||
|
"A5A00D4",
|
||||||
|
"52B00CA",
|
||||||
|
"B27037A",
|
||||||
|
"69300D1",
|
||||||
|
"7330781",
|
||||||
|
"6AA00D9",
|
||||||
|
"AD500CE",
|
||||||
|
"4B5157E",
|
||||||
|
"4B600D6",
|
||||||
|
"A5700CB",
|
||||||
|
"54E047C",
|
||||||
|
"D1600D2",
|
||||||
|
"E960882",
|
||||||
|
"D5200DA",
|
||||||
|
"DAA00CF",
|
||||||
|
"6AA167F",
|
||||||
|
"56D00D7",
|
||||||
|
"4AE00CD",
|
||||||
|
"A9D047D",
|
||||||
|
"A2D00D4",
|
||||||
|
"D1500C9",
|
||||||
|
"F250279",
|
||||||
|
"D5200D1",
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 十进制转二进制
|
||||||
|
local function Dec2bin(n)
|
||||||
|
local t, t1
|
||||||
|
local tables = {}
|
||||||
|
t = tonumber(n)
|
||||||
|
while math.floor(t / 2) >= 1 do
|
||||||
|
t1 = t and math.fmod(t, 2)
|
||||||
|
if t1 > 0 then
|
||||||
|
if #tables > 0 then
|
||||||
|
table.insert(tables, 1, 1)
|
||||||
|
else
|
||||||
|
tables[1] = 1
|
||||||
|
end
|
||||||
|
else
|
||||||
|
if #tables > 0 then
|
||||||
|
table.insert(tables, 1, 0)
|
||||||
|
else
|
||||||
|
tables[1] = 0
|
||||||
|
end
|
||||||
|
end
|
||||||
|
t = math.floor(t / 2)
|
||||||
|
if t == 1 then
|
||||||
|
if #tables > 0 then
|
||||||
|
table.insert(tables, 1, 1)
|
||||||
|
else
|
||||||
|
tables[1] = 1
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return string.gsub(table.concat(tables), "^[0]+", "")
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 2/10/16进制互转
|
||||||
|
local function Atoi(x, inPuttype, outputtype)
|
||||||
|
local r
|
||||||
|
if tonumber(inPuttype) == 2 then
|
||||||
|
if tonumber(outputtype) == 10 then -- 2进制-->10进制
|
||||||
|
r = tonumber(tostring(x), 2)
|
||||||
|
-- elseif tonumber(outputtype) == 16 then -- 2进制-->16进制
|
||||||
|
-- r = bin2hex(tostring(x))
|
||||||
|
end
|
||||||
|
elseif tonumber(inPuttype) == 10 then
|
||||||
|
if tonumber(outputtype) == 2 then -- 10进制-->2进制
|
||||||
|
r = Dec2bin(tonumber(x))
|
||||||
|
elseif tonumber(outputtype) == 16 then -- 10进制-->16进制
|
||||||
|
r = string.format("%x", x)
|
||||||
|
end
|
||||||
|
elseif tonumber(inPuttype) == 16 then
|
||||||
|
if tonumber(outputtype) == 2 then -- 16进制-->2进制
|
||||||
|
r = Dec2bin(tonumber(tostring(x), 16))
|
||||||
|
elseif tonumber(outputtype) == 10 then -- 16进制-->10进制
|
||||||
|
r = tonumber(tostring(x), 16)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return r
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 农历16进制数据分解
|
||||||
|
local function Analyze(Data)
|
||||||
|
local rtn1, rtn2, rtn3, rtn4
|
||||||
|
rtn1 = Atoi(string.sub(Data, 1, 3), 16, 2)
|
||||||
|
if string.len(rtn1) < 12 then
|
||||||
|
rtn1 = "0" .. rtn1
|
||||||
|
end
|
||||||
|
rtn2 = string.sub(Data, 4, 4)
|
||||||
|
rtn3 = Atoi(string.sub(Data, 5, 5), 16, 10)
|
||||||
|
rtn4 = Atoi(string.sub(Data, -2, -1), 16, 10)
|
||||||
|
if string.len(rtn4) == 3 then
|
||||||
|
rtn4 = "0" .. Atoi(string.sub(Data, -2, -1), 16, 10)
|
||||||
|
end
|
||||||
|
-- string.gsub(rtn1, "^[0]*", "")
|
||||||
|
return { rtn1, rtn2, rtn3, rtn4 }
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 年天数判断
|
||||||
|
local function IsLeap(y)
|
||||||
|
local year = tonumber(y)
|
||||||
|
if not year then
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
if math.fmod(year, 400) ~= 0 and math.fmod(year, 4) == 0 or math.fmod(year, 400) == 0 then
|
||||||
|
return 366
|
||||||
|
else
|
||||||
|
return 365
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 返回当年过了多少天
|
||||||
|
local function leaveDate(y)
|
||||||
|
local day, total
|
||||||
|
total = 0
|
||||||
|
if IsLeap(tonumber(string.sub(y, 1, 4))) > 365 then
|
||||||
|
day = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
|
||||||
|
else
|
||||||
|
day = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
|
||||||
|
end
|
||||||
|
if tonumber(string.sub(y, 5, 6)) > 1 then
|
||||||
|
for i = 1, tonumber(string.sub(y, 5, 6)) - 1 do
|
||||||
|
total = total + day[i]
|
||||||
|
end
|
||||||
|
total = total + tonumber(string.sub(y, 7, 8))
|
||||||
|
else
|
||||||
|
return tonumber(string.sub(y, 7, 8))
|
||||||
|
end
|
||||||
|
return tonumber(total)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 计算日期差,两个8位数日期之间相隔的天数,date2>date1
|
||||||
|
local function diffDate(date1, date2)
|
||||||
|
local n, total
|
||||||
|
total = 0
|
||||||
|
date1 = tostring(date1)
|
||||||
|
date2 = tostring(date2)
|
||||||
|
if tonumber(date2) > tonumber(date1) then
|
||||||
|
n = tonumber(string.sub(date2, 1, 4)) - tonumber(string.sub(date1, 1, 4))
|
||||||
|
if n > 1 then
|
||||||
|
for i = 1, n - 1 do
|
||||||
|
total = total + IsLeap(tonumber(string.sub(date1, 1, 4)) + i)
|
||||||
|
end
|
||||||
|
total = total
|
||||||
|
+ leaveDate(tonumber(string.sub(date2, 1, 8)))
|
||||||
|
+ IsLeap(tonumber(string.sub(date1, 1, 4)))
|
||||||
|
- leaveDate(tonumber(string.sub(date1, 1, 8)))
|
||||||
|
elseif n == 1 then
|
||||||
|
total = IsLeap(tonumber(string.sub(date1, 1, 4)))
|
||||||
|
- leaveDate(tonumber(string.sub(date1, 1, 8)))
|
||||||
|
+ leaveDate(tonumber(string.sub(date2, 1, 8)))
|
||||||
|
else
|
||||||
|
total = leaveDate(tonumber(string.sub(date2, 1, 8))) - leaveDate(tonumber(string.sub(date1, 1, 8)))
|
||||||
|
-- print(date1 .. "-" .. date2)
|
||||||
|
end
|
||||||
|
elseif tonumber(date2) == tonumber(date1) then
|
||||||
|
return 0
|
||||||
|
else
|
||||||
|
return -1
|
||||||
|
end
|
||||||
|
return total
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 公历转农历,支持转化范围公元1900-2100年
|
||||||
|
-- 公历日期 Gregorian:格式 YYYYMMDD
|
||||||
|
-- <返回值>农历日期 中文 天干地支属相
|
||||||
|
local function Date2LunarDate(Gregorian)
|
||||||
|
Gregorian = tostring(Gregorian)
|
||||||
|
local Year, Month, Day, Pos, Data0, Data1, MonthInfo, LeapInfo, Leap, Newyear, LYear, thisMonthInfo
|
||||||
|
Year = tonumber(Gregorian.sub(Gregorian, 1, 4))
|
||||||
|
Month = tonumber(Gregorian.sub(Gregorian, 5, 6))
|
||||||
|
Day = tonumber(Gregorian.sub(Gregorian, 7, 8))
|
||||||
|
if Year > 2100 or Year < 1899 or Month > 12 or Month < 1 or Day < 1 or Day > 31 or string.len(Gregorian) < 8 then
|
||||||
|
return "无效日期", "无效日期"
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取两百年内的农历数据
|
||||||
|
Pos = Year - 1900 + 2
|
||||||
|
Data0 = wNongliData[Pos - 1]
|
||||||
|
Data1 = wNongliData[Pos]
|
||||||
|
-- 判断农历年份
|
||||||
|
local tb1 = Analyze(Data1)
|
||||||
|
MonthInfo = tb1[1]
|
||||||
|
LeapInfo = tb1[2]
|
||||||
|
Leap = tb1[3]
|
||||||
|
Newyear = tb1[4]
|
||||||
|
local Date1 = Year .. Newyear
|
||||||
|
local Date2 = Gregorian
|
||||||
|
local Date3 = diffDate(Date1, Date2) -- 和当年农历新年相差的天数
|
||||||
|
if Date3 < 0 then
|
||||||
|
-- print(Data0 .. "-2")
|
||||||
|
tb1 = Analyze(Data0)
|
||||||
|
Year = Year - 1
|
||||||
|
MonthInfo = tb1[1]
|
||||||
|
LeapInfo = tb1[2]
|
||||||
|
Leap = tb1[3]
|
||||||
|
Newyear = tb1[4]
|
||||||
|
Date1 = Year .. Newyear
|
||||||
|
Date2 = Gregorian
|
||||||
|
Date3 = diffDate(Date1, Date2)
|
||||||
|
-- print(Date2 .. "--" .. Date1 .. "--" .. Date3)
|
||||||
|
end
|
||||||
|
|
||||||
|
Date3 = Date3 + 1
|
||||||
|
LYear = Year -- 农历年份,就是上面计算后的值
|
||||||
|
if Leap > 0 then -- 有闰月
|
||||||
|
thisMonthInfo = string.sub(MonthInfo, 1, tonumber(Leap)) .. LeapInfo .. string.sub(MonthInfo, Leap + 1)
|
||||||
|
else
|
||||||
|
thisMonthInfo = MonthInfo
|
||||||
|
end
|
||||||
|
|
||||||
|
local thisMonth, thisDays, LMonth, LDay, Isleap, LunarDate, LunarDate2, LunarYear, LunarMonth
|
||||||
|
for i = 1, 13 do
|
||||||
|
thisMonth = string.sub(thisMonthInfo, i, i)
|
||||||
|
thisDays = 29 + thisMonth
|
||||||
|
if Date3 > thisDays then
|
||||||
|
Date3 = Date3 - thisDays
|
||||||
|
else
|
||||||
|
if Leap > 0 then
|
||||||
|
if Leap >= i then
|
||||||
|
LMonth = i
|
||||||
|
Isleap = 0
|
||||||
|
else
|
||||||
|
LMonth = i - 1
|
||||||
|
if i - Leap == 1 then
|
||||||
|
Isleap = 1
|
||||||
|
else
|
||||||
|
Isleap = 0
|
||||||
|
end
|
||||||
|
end
|
||||||
|
else
|
||||||
|
LMonth = i
|
||||||
|
Isleap = 0
|
||||||
|
end
|
||||||
|
LDay = math.floor(Date3)
|
||||||
|
break
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if Isleap > 0 then
|
||||||
|
LunarMonth = "闰" .. cMonName[LMonth]
|
||||||
|
else
|
||||||
|
LunarMonth = cMonName[LMonth]
|
||||||
|
end
|
||||||
|
|
||||||
|
local _nis = tostring(LYear)
|
||||||
|
local _LunarYears = ""
|
||||||
|
for i = 1, _nis:len() do
|
||||||
|
local _ni_digit = tonumber(_nis:sub(i, i))
|
||||||
|
_LunarYears = _LunarYears .. convert_arab_to_chinese(_ni_digit)
|
||||||
|
end
|
||||||
|
|
||||||
|
LunarYear = string.gsub(_LunarYears, "零", "〇")
|
||||||
|
LunarDate = cTianGan[math.fmod(LYear - 4, 10) + 1]
|
||||||
|
.. cDiZhi[math.fmod(LYear - 4, 12) + 1]
|
||||||
|
.. "年("
|
||||||
|
.. cShuXiang[math.fmod(LYear - 4, 12) + 1]
|
||||||
|
.. ")"
|
||||||
|
.. LunarMonth
|
||||||
|
.. cDayName[LDay]
|
||||||
|
|
||||||
|
LunarDate2 = LunarYear .. "年" .. LunarMonth .. cDayName[LDay]
|
||||||
|
return LunarDate, LunarDate2
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 农历
|
||||||
|
-- 从 lunar: nl 获取农历触发关键字(双拼默认为 lunar)
|
||||||
|
-- 从 recognizer/patterns/gregorian_to_lunar 获取第 2 个字符作为公历转农历的触发前缀,默认为 N
|
||||||
|
local function translator(input, seg, env)
|
||||||
|
env.lunar_key_word = env.lunar_key_word or
|
||||||
|
(env.engine.schema.config:get_string(env.name_space:gsub('^*', '')) or 'nl')
|
||||||
|
env.gregorian_to_lunar = env.gregorian_to_lunar or
|
||||||
|
(env.engine.schema.config:get_string('recognizer/patterns/gregorian_to_lunar'):sub(2, 2) or 'N')
|
||||||
|
if input == env.lunar_key_word then
|
||||||
|
local date1, date2 = Date2LunarDate(os.date("%Y%m%d"))
|
||||||
|
local lunar_ymd = (Candidate("", seg.start, seg._end, date2, ""))
|
||||||
|
lunar_ymd.quality = 999
|
||||||
|
yield(lunar_ymd)
|
||||||
|
local lunar_date = Candidate("", seg.start, seg._end, date1, "")
|
||||||
|
lunar_date.quality = 999
|
||||||
|
yield(lunar_date)
|
||||||
|
elseif env.gregorian_to_lunar ~= '' and input:sub(1, 1) == env.gregorian_to_lunar then
|
||||||
|
local date1, date2 = Date2LunarDate(input:sub(2))
|
||||||
|
local lunar_ymd = (Candidate("", seg.start, seg._end, date2, ""))
|
||||||
|
lunar_ymd.quality = 999
|
||||||
|
yield(lunar_ymd)
|
||||||
|
local lunar_date = Candidate("", seg.start, seg._end, date1, "")
|
||||||
|
lunar_date.quality = 999
|
||||||
|
yield(lunar_date)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
return translator
|
||||||
153
lua/092wb_new_spelling.lua
Normal file
153
lua/092wb_new_spelling.lua
Normal file
@@ -0,0 +1,153 @@
|
|||||||
|
--- 拆分提示
|
||||||
|
--- 来源:https://github.com/yanhuacuo/98wubi-tables
|
||||||
|
local basic = require('092wb_basic')
|
||||||
|
local map = basic.map
|
||||||
|
local index = basic.index
|
||||||
|
local utf8chars = basic.utf8chars
|
||||||
|
local matchstr = basic.matchstr
|
||||||
|
|
||||||
|
local function xform(input)
|
||||||
|
if input == "" then return "" end
|
||||||
|
input = input:gsub('%[', '〔')
|
||||||
|
input = input:gsub('%]', '〕')
|
||||||
|
input = input:gsub('※', ' ')
|
||||||
|
input = input:gsub('_', ' ')
|
||||||
|
input = input:gsub(',', '·')
|
||||||
|
return input
|
||||||
|
end
|
||||||
|
|
||||||
|
local function subspelling(str, ...)
|
||||||
|
local first, last = ...
|
||||||
|
if not first then return str end
|
||||||
|
local radicals = {}
|
||||||
|
local s = str
|
||||||
|
s = s:gsub('{', ' {')
|
||||||
|
s = s:gsub('}', '} ')
|
||||||
|
for seg in s:gmatch('%S+') do
|
||||||
|
if seg:find('^{.+}$') then
|
||||||
|
table.insert(radicals, seg)
|
||||||
|
else
|
||||||
|
for pos, code in utf8.codes(seg) do
|
||||||
|
table.insert(radicals, utf8.char(code))
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return table.concat{ table.unpack(radicals, first, last) }
|
||||||
|
end
|
||||||
|
|
||||||
|
local function lookup(db)
|
||||||
|
return function (str)
|
||||||
|
return db:lookup(str)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
local function parse_spll(str)
|
||||||
|
local s = string.gsub(str, ',.*', '')
|
||||||
|
return string.gsub(s, '^%[', '')
|
||||||
|
end
|
||||||
|
|
||||||
|
local function spell_phrase(s, spll_rvdb)
|
||||||
|
local chars = utf8chars(s)
|
||||||
|
local rvlk_results
|
||||||
|
if #chars == 2 or #chars == 3 then
|
||||||
|
rvlk_results = map(chars, lookup(spll_rvdb))
|
||||||
|
else
|
||||||
|
rvlk_results = map({chars[1], chars[2], chars[3], chars[#chars]},
|
||||||
|
lookup(spll_rvdb))
|
||||||
|
end
|
||||||
|
if index(rvlk_results, '') then return '' end
|
||||||
|
local spellings = map(rvlk_results, parse_spll)
|
||||||
|
local sup = '◇'
|
||||||
|
if #chars == 2 then
|
||||||
|
return subspelling(spellings[1] .. sup, 2, 2) ..
|
||||||
|
subspelling(spellings[1] .. sup, 4, 4) ..
|
||||||
|
subspelling(spellings[2] .. sup, 2, 2) ..
|
||||||
|
subspelling(spellings[2] .. sup, 4, 4)
|
||||||
|
elseif #chars == 3 then
|
||||||
|
return subspelling(spellings[1], 2, 2) ..
|
||||||
|
subspelling(spellings[2], 2, 2) ..
|
||||||
|
subspelling(spellings[3] .. sup, 2, 2) ..
|
||||||
|
subspelling(spellings[3] .. sup, 4, 4)
|
||||||
|
else
|
||||||
|
return subspelling(spellings[1], 2, 2) ..
|
||||||
|
subspelling(spellings[2], 2, 2) ..
|
||||||
|
subspelling(spellings[3], 2, 2) ..
|
||||||
|
subspelling(spellings[4], 2, 2)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
local function get_tricomment(cand, env)
|
||||||
|
local ctext = cand.text
|
||||||
|
if utf8.len(ctext) == 1 then
|
||||||
|
local spll_raw = env.spll_rvdb:lookup(ctext)
|
||||||
|
if spll_raw ~= '' then
|
||||||
|
if env.engine.context:get_option("new_hide_pinyin") then
|
||||||
|
-- return xform(spll_raw:gsub('%[(.-,.-),.+%]', '[%1]'))
|
||||||
|
return xform(spll_raw:gsub('%[(.-),.+%]', '[%1]'))
|
||||||
|
else
|
||||||
|
return xform(spll_raw)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
else
|
||||||
|
local spelling = spell_phrase(ctext, env.spll_rvdb)
|
||||||
|
if spelling ~= '' then
|
||||||
|
spelling = spelling:gsub('{(.-)}', '<%1>')
|
||||||
|
local code = env.code_rvdb:lookup(ctext)
|
||||||
|
if code ~= '' then
|
||||||
|
code = matchstr(code, '%S+')
|
||||||
|
table.sort(code, function(i, j) return i:len() < j:len() end)
|
||||||
|
code = table.concat(code, ' ')
|
||||||
|
return '〔 ' .. spelling .. ' · ' .. code .. ' 〕'
|
||||||
|
else
|
||||||
|
return '〔 ' .. spelling .. ' 〕'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return ''
|
||||||
|
end
|
||||||
|
|
||||||
|
local function filter(input, env)
|
||||||
|
if env.engine.context:get_option("new_spelling") then
|
||||||
|
for cand in input:iter() do
|
||||||
|
if cand.type == 'simplified' and env.name_space == 'new_for_rvlk' then
|
||||||
|
local comment = get_tricomment(cand, env) .. cand.comment
|
||||||
|
yield(Candidate("simp_rvlk", cand.start, cand._end, cand.text, comment))
|
||||||
|
else
|
||||||
|
local add_comment = ''
|
||||||
|
if cand.type == 'punct' then
|
||||||
|
add_comment = env.code_rvdb:lookup(cand.text)
|
||||||
|
elseif cand.type ~= 'sentence' then
|
||||||
|
add_comment = get_tricomment(cand, env)
|
||||||
|
end
|
||||||
|
if add_comment ~= '' then
|
||||||
|
if cand.type ~= 'completion' and (
|
||||||
|
(env.name_space == 'new' and env.is_mixtyping) or
|
||||||
|
(env.name_space == 'new_for_rvlk')
|
||||||
|
) then
|
||||||
|
cand.comment = add_comment
|
||||||
|
else
|
||||||
|
cand.comment = add_comment .. cand.comment
|
||||||
|
end
|
||||||
|
end
|
||||||
|
yield(cand)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
else
|
||||||
|
for cand in input:iter() do yield(cand) end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
local function init(env)
|
||||||
|
local config = env.engine.schema.config
|
||||||
|
local spll_rvdb = config:get_string('lua_reverse_db/spelling')
|
||||||
|
local code_rvdb = config:get_string('lua_reverse_db/code')
|
||||||
|
local abc_extags_size = config:get_list_size('abc_segmentor/extra_tags')
|
||||||
|
env.spll_rvdb = ReverseDb('build/' .. spll_rvdb .. '.reverse.bin')
|
||||||
|
env.code_rvdb = ReverseDb('build/' .. code_rvdb .. '.reverse.bin')
|
||||||
|
env.is_mixtyping = abc_extags_size > 0
|
||||||
|
end
|
||||||
|
|
||||||
|
return { init = init, func = filter }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
157
lua/092wb_number_translator.lua
Normal file
157
lua/092wb_number_translator.lua
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
-- 来源 https://github.com/yanhuacuo/98wubi-tables > http://98wb.ysepan.com/
|
||||||
|
-- 数字、金额大写
|
||||||
|
-- 触发前缀默认为 recognizer/patterns/number 的第 2 个字符,即 R
|
||||||
|
|
||||||
|
local function splitNumPart(str)
|
||||||
|
local part = {}
|
||||||
|
part.int, part.dot, part.dec = string.match(str, "^(%d*)(%.?)(%d*)")
|
||||||
|
return part
|
||||||
|
end
|
||||||
|
|
||||||
|
local function GetPreciseDecimal(nNum, n)
|
||||||
|
if type(nNum) ~= "number" then nNum = tonumber(nNum) end
|
||||||
|
n = n or 0;
|
||||||
|
n = math.floor(n)
|
||||||
|
if n < 0 then n = 0 end
|
||||||
|
local nDecimal = 10 ^ n
|
||||||
|
local nTemp = math.floor(nNum * nDecimal);
|
||||||
|
local nRet = nTemp / nDecimal;
|
||||||
|
return nRet;
|
||||||
|
end
|
||||||
|
|
||||||
|
local function decimal_func(str, posMap, valMap)
|
||||||
|
local dec
|
||||||
|
posMap = posMap or { [1] = "角", [2] = "分", [3] = "厘", [4] = "毫" }
|
||||||
|
valMap = valMap or { [0] = "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }
|
||||||
|
if #str > 4 then dec = string.sub(tostring(str), 1, 4) else dec = tostring(str) end
|
||||||
|
dec = string.gsub(dec, "0+$", "")
|
||||||
|
|
||||||
|
if dec == "" then return "整" end
|
||||||
|
|
||||||
|
local result = ""
|
||||||
|
for pos = 1, #dec do
|
||||||
|
local val = tonumber(string.sub(dec, pos, pos))
|
||||||
|
if val ~= 0 then result = result .. valMap[val] .. posMap[pos] else result = result .. valMap[val] end
|
||||||
|
end
|
||||||
|
result = result:gsub(valMap[0] .. valMap[0], valMap[0])
|
||||||
|
return result:gsub(valMap[0] .. valMap[0], valMap[0])
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 把数字串按千分位四位数分割,进行转换为中文
|
||||||
|
local function formatNum(num, t)
|
||||||
|
local digitUnit, wordFigure
|
||||||
|
local result = ""
|
||||||
|
num = tostring(num)
|
||||||
|
if tonumber(t) < 1 then digitUnit = { "", "十", "百", "千" } else digitUnit = { "", "拾", "佰", "仟" } end
|
||||||
|
if tonumber(t) < 1 then
|
||||||
|
wordFigure = { "〇", "一", "二", "三", "四", "五", "六", "七", "八", "九" }
|
||||||
|
else
|
||||||
|
wordFigure = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }
|
||||||
|
end
|
||||||
|
if string.len(num) > 4 or tonumber(num) == 0 then return wordFigure[1] end
|
||||||
|
local lens = string.len(num)
|
||||||
|
for i = 1, lens do
|
||||||
|
local n = wordFigure[tonumber(string.sub(num, -i, -i)) + 1]
|
||||||
|
if n ~= wordFigure[1] then result = n .. digitUnit[i] .. result else result = n .. result end
|
||||||
|
end
|
||||||
|
result = result:gsub(wordFigure[1] .. wordFigure[1], wordFigure[1])
|
||||||
|
result = result:gsub(wordFigure[1] .. "$", "")
|
||||||
|
result = result:gsub(wordFigure[1] .. "$", "")
|
||||||
|
|
||||||
|
return result
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 数值转换为中文
|
||||||
|
local function number2cnChar(num, flag, digitUnit, wordFigure) --flag=0中文小写反之为大写
|
||||||
|
local result = ""
|
||||||
|
|
||||||
|
if tonumber(flag) < 1 then
|
||||||
|
digitUnit = digitUnit or { [1] = "万", [2] = "亿" }
|
||||||
|
wordFigure = wordFigure or { [1] = "〇", [2] = "一", [3] = "十", [4] = "元" }
|
||||||
|
else
|
||||||
|
digitUnit = digitUnit or { [1] = "万", [2] = "亿" }
|
||||||
|
wordFigure = wordFigure or { [1] = "零", [2] = "壹", [3] = "拾", [4] = "元" }
|
||||||
|
end
|
||||||
|
local lens = string.len(num)
|
||||||
|
if lens < 5 then
|
||||||
|
result = formatNum(num, flag)
|
||||||
|
elseif lens < 9 then
|
||||||
|
result = formatNum(string.sub(num, 1, -5), flag) .. digitUnit[1] .. formatNum(string.sub(num, -4, -1), flag)
|
||||||
|
elseif lens < 13 then
|
||||||
|
result = formatNum(string.sub(num, 1, -9), flag) ..
|
||||||
|
digitUnit[2] ..
|
||||||
|
formatNum(string.sub(num, -8, -5), flag) .. digitUnit[1] .. formatNum(string.sub(num, -4, -1), flag)
|
||||||
|
else
|
||||||
|
result = ""
|
||||||
|
end
|
||||||
|
|
||||||
|
result = result:gsub("^" .. wordFigure[1], "")
|
||||||
|
result = result:gsub(wordFigure[1] .. digitUnit[1], "")
|
||||||
|
result = result:gsub(wordFigure[1] .. digitUnit[2], "")
|
||||||
|
result = result:gsub(wordFigure[1] .. wordFigure[1], wordFigure[1])
|
||||||
|
result = result:gsub(wordFigure[1] .. "$", "")
|
||||||
|
if lens > 4 then result = result:gsub("^" .. wordFigure[2] .. wordFigure[3], wordFigure[3]) end
|
||||||
|
if result ~= "" then result = result .. wordFigure[4] else result = "数值超限!" end
|
||||||
|
|
||||||
|
return result
|
||||||
|
end
|
||||||
|
|
||||||
|
local function number2zh(num, t)
|
||||||
|
local result, wordFigure
|
||||||
|
result = ""
|
||||||
|
if tonumber(t) < 1 then
|
||||||
|
wordFigure = { "〇", "一", "二", "三", "四", "五", "六", "七", "八", "九" }
|
||||||
|
else
|
||||||
|
wordFigure = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }
|
||||||
|
end
|
||||||
|
if tostring(num) == nil then return "" end
|
||||||
|
for pos = 1, string.len(num) do
|
||||||
|
result = result .. wordFigure[tonumber(string.sub(num, pos, pos) + 1)]
|
||||||
|
end
|
||||||
|
result = result:gsub(wordFigure[1] .. wordFigure[1], wordFigure[1])
|
||||||
|
return result:gsub(wordFigure[1] .. wordFigure[1], wordFigure[1])
|
||||||
|
end
|
||||||
|
|
||||||
|
local function number_translatorFunc(num)
|
||||||
|
local numberPart = splitNumPart(num)
|
||||||
|
local result = {}
|
||||||
|
if numberPart.dot ~= "" then
|
||||||
|
table.insert(result,
|
||||||
|
{ number2cnChar(numberPart.int, 0, { "万", "亿" }, { "〇", "一", "十", "点" }) .. number2zh(numberPart.dec, 0),
|
||||||
|
"〔数字小写〕" })
|
||||||
|
table.insert(result,
|
||||||
|
{ number2cnChar(numberPart.int, 1, { "萬", "億" }, { "〇", "一", "十", "点" }) .. number2zh(numberPart.dec, 1),
|
||||||
|
"〔数字大写〕" })
|
||||||
|
else
|
||||||
|
table.insert(result, { number2cnChar(numberPart.int, 0, { "万", "亿" }, { "〇", "一", "十", "" }), "〔数字小写〕" })
|
||||||
|
table.insert(result, { number2cnChar(numberPart.int, 1, { "萬", "億" }, { "零", "壹", "拾", "" }), "〔数字大写〕" })
|
||||||
|
end
|
||||||
|
table.insert(result,
|
||||||
|
{ number2cnChar(numberPart.int, 0) ..
|
||||||
|
decimal_func(numberPart.dec, { [1] = "角", [2] = "分", [3] = "厘", [4] = "毫" },
|
||||||
|
{ [0] = "〇", "一", "二", "三", "四", "五", "六", "七", "八", "九" }), "〔金额小写〕" })
|
||||||
|
table.insert(result,
|
||||||
|
{ number2cnChar(numberPart.int, 1) ..
|
||||||
|
decimal_func(numberPart.dec, { [1] = "角", [2] = "分", [3] = "厘", [4] = "毫" },
|
||||||
|
{ [0] = "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }), "〔金额大写〕" })
|
||||||
|
return result
|
||||||
|
end
|
||||||
|
|
||||||
|
local function number_translator(input, seg, env)
|
||||||
|
-- 获取 recognizer/patterns/number 的第 2 个字符作为触发前缀
|
||||||
|
env.number_keyword = env.number_keyword or
|
||||||
|
env.engine.schema.config:get_string('recognizer/patterns/number'):sub(2, 2)
|
||||||
|
local str, num, numberPart
|
||||||
|
if env.number_keyword ~= '' and input:sub(1, 1) == env.number_keyword then
|
||||||
|
str = string.gsub(input, "^(%a+)", "")
|
||||||
|
numberPart = number_translatorFunc(str)
|
||||||
|
if str and #str > 0 and #numberPart > 0 then
|
||||||
|
for i = 1, #numberPart do
|
||||||
|
yield(Candidate(input, seg.start, seg._end, numberPart[i][1], numberPart[i][2]))
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- print(#number_translatorFunc(3355.433))
|
||||||
|
return number_translator
|
||||||
30
lua/092wb_unicode.lua
Normal file
30
lua/092wb_unicode.lua
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
-- Unicode
|
||||||
|
-- 复制自: https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua
|
||||||
|
-- 示例:输入 U62fc 得到「拼」
|
||||||
|
-- 触发前缀默认为 recognizer/patterns/unicode 的第 2 个字符,即 U
|
||||||
|
-- 2024.02.26: 限定编码最大值
|
||||||
|
local function unicode(input, seg, env)
|
||||||
|
-- 获取 recognizer/patterns/unicode 的第 2 个字符作为触发前缀
|
||||||
|
env.unicode_keyword = env.unicode_keyword or
|
||||||
|
env.engine.schema.config:get_string('recognizer/patterns/unicode'):sub(2, 2)
|
||||||
|
if seg:has_tag("unicode") and env.unicode_keyword ~= '' and input:sub(1, 1) == env.unicode_keyword then
|
||||||
|
local ucodestr = input:match(env.unicode_keyword .. "(%x+)")
|
||||||
|
if ucodestr and #ucodestr > 1 then
|
||||||
|
local code = tonumber(ucodestr, 16)
|
||||||
|
if code > 0x10FFFF then
|
||||||
|
yield(Candidate("unicode", seg.start, seg._end, "数值超限!", ""))
|
||||||
|
return
|
||||||
|
end
|
||||||
|
local text = utf8.char(code)
|
||||||
|
yield(Candidate("unicode", seg.start, seg._end, text, string.format("U%x", code)))
|
||||||
|
if code < 0x10000 then
|
||||||
|
for i = 0, 15 do
|
||||||
|
local text = utf8.char(code * 16 + i)
|
||||||
|
yield(Candidate("unicode", seg.start, seg._end, text, string.format("U%x~%x", code, i)))
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
return unicode
|
||||||
BIN
opencc/092wb_STCharacters.ocd2
Normal file
BIN
opencc/092wb_STCharacters.ocd2
Normal file
Binary file not shown.
BIN
opencc/092wb_STPhrases.ocd2
Normal file
BIN
opencc/092wb_STPhrases.ocd2
Normal file
Binary file not shown.
22
opencc/092wb_emoji.json
Normal file
22
opencc/092wb_emoji.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "Chinese to Emoji",
|
||||||
|
"segmentation": {
|
||||||
|
"type": "mmseg",
|
||||||
|
"dict": {
|
||||||
|
"type": "text",
|
||||||
|
"file": "092wb_emoji_word.txt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"conversion_chain": [{
|
||||||
|
"dict": {
|
||||||
|
"type": "group",
|
||||||
|
"dicts": [{
|
||||||
|
"type": "text",
|
||||||
|
"file": "092wb_emoji_word.txt"
|
||||||
|
}, {
|
||||||
|
"type": "text",
|
||||||
|
"file": "092wb_emoji_category.txt"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
165
opencc/092wb_emoji_category.txt
Normal file
165
opencc/092wb_emoji_category.txt
Normal file
@@ -0,0 +1,165 @@
|
|||||||
|
中華 中華 🧧 🥮 🧨 🧮 🥢 🪈 🪭 🧋 🀄️
|
||||||
|
中餐 中餐 🍜 🍚 🍲 🥘 🥟 🥠 🥡 🥢
|
||||||
|
串點 串點 🍢 🍡
|
||||||
|
亞裔 亞裔 🧓🏻 🧑🏻 🧒🏻 👶🏻
|
||||||
|
亞裔女 亞裔女 👵🏻 👩🏻 👧🏻
|
||||||
|
亞裔男 亞裔男 👴🏻 👨🏻 👦🏻
|
||||||
|
做運動 做運動 ⛷️ 🏂🏻 🏋🏻 🤺 🤼🏻 🤸🏻 ⛹🏻 🤾🏻 🏌🏻 🏄🏻 🏊🏻 🤽🏻 🚣🏻 🏇🏻 🚴🏻 🚵🏻 🧗🏻 🤹🏻
|
||||||
|
做運動女 做運動女 ⛷️ 🏂🏻 🏋🏻♀️ 🤺 🤼🏻♀️ 🤸🏻♀️ ⛹🏻♀️ 🤾🏻♀️ 🏌🏻♀️ 🏄🏻♀️ 🏊🏻♀️ 🤽🏻♀️ 🚣🏻♀️ 🏇🏻 🚴🏻♀️ 🚵🏻♀️ 🧗🏻♀️ 🤹🏻♀️
|
||||||
|
做運動男 做運動男 ⛷️ 🏂🏻 🏋🏻♂️ 🤺 🤼🏻♂️ 🤸🏻♂️ ⛹🏻♂️ 🤾🏻♂️ 🏌🏻♂️ 🏄🏻♂️ 🏊🏻♂️ 🤽🏻♂️ 🚣🏻♂️ 🏇🏻 🚴🏻♂️ 🚵🏻♂️ 🧗🏻♂️ 🤹🏻♂️
|
||||||
|
元素 元素 💧 🔥 🌪️ 🪨 🪵 ⚡️ 🧊
|
||||||
|
公交 公交 🚌 🚎 🚍 🚈 🚇 🚊
|
||||||
|
動物 動物 🦆 🦅 🦉 🦇 🐺 🐗 🦄 🐴 🐝 🐛 🐞 🪲 🦟 🐚 🐌 🦋 🐜 🕷️ 🐢 🐍 🦎 🦂 🦀 🦑 🐙 🦐 🦞 🦪 🐠 🐟 🐡 🪼 🐬 🦈 🐋 🐊 🐆 🐅 🐃 🐂 🐄 🦬 🦌 🐪 🐫 🐘 🦏 🦍 🦧 🦣 🐎 🐖 🐐 🐏 🐑 🐕 🐩 🐈 🐈⬛️ 🐇 🐁 🐀 🐿️ 🐉 🐒 🦙 🦛 🫏 🫎 🦖 🦕 🦡 🦝 🦨 🦫 🦦 🦭 🦥 🐓 🦃 🕊️ 🦩 🪿 🦢 🦜 🦤 🦚 🐦⬛
|
||||||
|
動物臉 動物臉 🐶 🐱 🐭 🐹 🐰 🦊 🐻 🐻❄️ 🐼 🐨 🐯 🦁 🐮 🐷 🐽 🐸 🐵
|
||||||
|
包 包 👝 👛 👜 💼 🧳 🎒
|
||||||
|
午餐 午餐 🥘 🍜 🍲 🍛 🍝 🍱 🍚 🥗
|
||||||
|
名勝 名勝 🗽 🏰 🗼 🗻 🏯 🏝️ 🏖️ 🌁 🌉 🏞️
|
||||||
|
器官 器官 👁️ 👂🏻 👃🏻 👄 🦷 🧠 🫁 🫀 🦵🏻 🦶🏻 🖐🏻 👅
|
||||||
|
圓形 圓形 🔴 🟠 🟡 🟢 🔵 🟣 🟤 ⚫️ ⚪️
|
||||||
|
城軌 城軌 🚈 🚇 🚊 🚞 🚋 🚃 🚟
|
||||||
|
堅果 堅果 🥜 🌰️
|
||||||
|
外匯 外匯 💵 💶 💷 💴
|
||||||
|
多媒體 多媒體 📽️ 🎥 📹 📷 🎙️ 📡
|
||||||
|
夜 夜 🌙 💫 ⭐️ 🌟 ✨ 🌛 🌜
|
||||||
|
夜空 夜空 🌙 💫 ⭐️ 🌟 ✨ 🌛 🌜
|
||||||
|
大自然 大自然 🔥 💧 🌬️ 🫧 ☀️ 🌤️ ⛅️ 🌦️ 🌥️ ☁️ 🌨️ 🌧️ 🌩️ ⛈️ ❄️ 💨 🌪️ 🌫️ 🌊 🧊 🪨
|
||||||
|
天氣 天氣 ☀️ 🌤️ ⛅️ 🌦️ 🌥️ ☁️ 🌨️ 🌧️ 🌩️ ⛈️ ❄️ 💨 🌪️ 🌫️ 🌊
|
||||||
|
娛樂 娛樂 🎮 🎰 🎲 🎯 🎳 🎧 🎤️ 🎪 🎫 🎟️ ♟️ 🕹️ 🖲️ 🪀 🪩
|
||||||
|
宗教 宗教 ✝️ ☪️ 🕉️ ☸️ 🔯 🕎 ☯️ ☦️ 🪯 🛐 ⛪️ 🕌 🕍 🕋 ⛩️ 🛕
|
||||||
|
家禽 家禽 🦆 🐓 🦃 🐔 🐤 🐣 🐥 🦚 🪿
|
||||||
|
寒冷 寒冷 ❄️ 🌨️ ☃️ ⛄️ 🧊
|
||||||
|
工具 工具 ⚙️ 🔩 ⛏️ 🛠️ ⚒️ 🔨 🔧 ⛓️ 🧰 🪒 🪚 🪛 🪜 🪡
|
||||||
|
帽 帽 👒 🧢 🎩 🎓 ⛑️ 🪖
|
||||||
|
帽子 帽子 👒 🧢 🎩 🎓 ⛑️ 🪖
|
||||||
|
微生物 微生物 🦠 🧫 🍄 🍄🟫
|
||||||
|
心形 心形 ❤️ 🧡 💛 💚 🩵 💙 💜 🩷 🤎 🖤 🩶 🤍
|
||||||
|
快餐 快餐 🍔 🌭 🍟 🥞 🥡 🥫
|
||||||
|
怪物 怪物 🦄 🤖 👾 👹 👺
|
||||||
|
拉丁裔 拉丁裔 🧓🏽 🧑🏽 🧒🏽 👶🏽
|
||||||
|
拉丁裔女 拉丁裔女 👵🏽 👩🏽 👧🏽
|
||||||
|
拉丁裔男 拉丁裔男 👴🏽 👨🏽 👦🏽
|
||||||
|
拉美人 拉美人 🧓🏽 🧑🏽 🧒🏽 👶🏽
|
||||||
|
拉美人女 拉美人女 👵🏽 👩🏽 👧🏽
|
||||||
|
拉美人男 拉美人男 👴🏽 👨🏽 👦🏽
|
||||||
|
拉美裔 拉美裔 🧓🏽 🧑🏽 🧒🏽 👶🏽
|
||||||
|
拉美裔女 拉美裔女 👵🏽 👩🏽 👧🏽
|
||||||
|
拉美裔男 拉美裔男 👴🏽 👨🏽 👦🏽
|
||||||
|
捲 捲 🥙 🌮 🌯 🫔
|
||||||
|
數碼 數碼 ⌚️ 📱 💻 ⌨️ 🖥️ 🖨️ 🖱️ 📷 📹 💾 💽 💿 📀
|
||||||
|
方向 方向 ⬆️ ➡️ ⬇️ ⬅️ ↖️ ↗️ ↙️ ↘️ ↕️ ↔️
|
||||||
|
方形 方形 🟥 🟧 🟨 🟩 🟦 🟪 🟫 ⬛️ ⬜️
|
||||||
|
日式料理 日式料理 🍥 🍣 🍱 🍙 🍘
|
||||||
|
日料 日料 🍥 🍣 🍱 🍙 🍘
|
||||||
|
日本菜 日本菜 🍥 🍣 🍱 🍙 🍘
|
||||||
|
日用 日用 🧴 🧼 🧻 🧽 🪥 🪒 💄 🪣
|
||||||
|
早餐 早餐 🍳 🥚 🧀 🥖 🥛 🍯 🥪 🥫 🥯 🧇 🫓
|
||||||
|
早點 早點 🍳 🥚 🧀 🥖 🥛 🍯 🥪 🥫 🥯 🧇 🫓
|
||||||
|
星座 星座 ♒️ ♓️ ♈️ ♉️ ♊️ ♋️ ♌️ ♍️ ♎️ ♏️ ♐️ ♑️
|
||||||
|
時鐘 時鐘 🕛 🕧 🕐 🕜 🕑 🕝 🕒 🕞 🕓 🕟 🕔 🕠 🕕 🕡 🕖 🕢 🕗 🕣 🕘 🕤 🕙 🕥 🕚 🕦
|
||||||
|
景點 景點 🗽 🏰 🗼 🗻 🏯 🏝️ 🏖️ 🌁 🌉 🏞️
|
||||||
|
月相 月相 🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔
|
||||||
|
有害 有害 ☢️ ☣️ 🦠
|
||||||
|
服裝 服裝 🧥 👚 👕 👖 🩳 👔 👗 👘 🥻 🩲 👙 🩱 🥼
|
||||||
|
服飾 服飾 🧥 👚 👕 👖 🩳 👔 👗 👘 🥻 🩲 👙 🩱 🥼
|
||||||
|
東亞人 東亞人 🧓🏻 🧑🏻 🧒🏻 👶🏻
|
||||||
|
東亞人女 東亞人女 👵🏻 👩🏻 👧🏻
|
||||||
|
東亞人男 東亞人男 👴🏻 👨🏻 👦🏻
|
||||||
|
果 果 🍏 🍎 🍐 🍊 🍋 🍌 🍉 🍇 🍓 🫐 🍈 🍒 🍑 🍍 🥝 🥑 🥥 🥭
|
||||||
|
棕色人種 棕色人種 🧓🏽 🧑🏽 🧒🏽 👶🏽
|
||||||
|
棕色人種女 棕色人種女 👵🏽 👩🏽 👧🏽
|
||||||
|
棕色人種男 棕色人種男 👴🏽 👨🏽 👦🏽
|
||||||
|
植物 植物 🌲 🌳 🎄 🌵 🌴 🌱 🌿 ☘️ 🍀 🎍 🪴 🌾 🥬 🪻
|
||||||
|
樂器 樂器 🎻 🎸 🎹 🎷 🎺 🥁 🪕 🪘 🪗 🪈 🪇
|
||||||
|
機械 機械 ⚙️ 🔩 ⛏️ 🛠️ ⚒️ 🔨 🔧 ⛓️ 🧰 🪒 🪚 🪛 🪜 🪡
|
||||||
|
正餐 正餐 🥘 🍜 🍲 🍛 🍝 🍱 🍚 🥗
|
||||||
|
武器 武器 🔫 🗡️ ⚔️ 🔪 🛡️ 🪓 🚀
|
||||||
|
氣象 氣象 ☀️ 🌤️ ⛅️ 🌦️ 🌥️ ☁️ 🌨️ 🌧️ 🌩️ ⛈️ ❄️ 💨 🌪️ 🌫️ 🌊
|
||||||
|
水果 水果 🍏 🍎 🍐 🍊 🍋 🍌 🍉 🍇 🍓 🫐 🍈 🍒 🍑 🍍 🥝 🥑 🥥 🥭
|
||||||
|
汽車 汽車 🚗 🚕 🚙 🚌 🚎 🏎️ 🚓 🚑 🚒 🚐 🚚 🚛 🎢 🛻 🚔 🚍 🚘 🚖 🛺
|
||||||
|
漢字 漢字 🉑️ 🈶️ 🈚️ 🈸️ 🈺️ 🈷️ 🉐️ ㊙️ ㊗️ 🈴️ 🈵️ 🈹️ 🈲️ 🈯️ 🈳️
|
||||||
|
火車 火車 🚄 🚅 🚝 🚆 🚂 🚉
|
||||||
|
熱飲 熱飲 ☕️ 🍵
|
||||||
|
牲畜 牲畜 🐄 🐃 🐂 🦬 🐐 🐏 🐖 🐑 🐕 🦮 🐕🦺 🐩 🐈 🐈⬛️ 🫏 🫎
|
||||||
|
獎 獎 🏅 🎖️ 🥇 🥈 🥉 🏆
|
||||||
|
獎項 獎項 🏅 🎖️ 🥇 🥈 🥉 🏆
|
||||||
|
球 球 ⚽️ 🏀 🏈 🏐 🏉 ⚾️ 🥎️ 🎾 🎱 🪀 🏓 🏸 🏒 🏑 🏏 🛹 🥍
|
||||||
|
甜食 甜食 🍯 🍰 🍮 🎂 🍭 🍬 🍫 🍩 🍪 🍦 🧁
|
||||||
|
甜點 甜點 🍮 🍩 🍪 🍧 🍨 🍦 🍰 🧁 🧇 🧆
|
||||||
|
生肖 生肖 🐁 🐀 🐂 🐃 🐄 🦬 🐅 🐆 🐇 🐉 🐍 🐎 🐏 🐐 🐑 🐒 🦧 🦍 🦃 🐓 🐕 🦮 🐕🦺 🐖 🐗
|
||||||
|
畜牲 畜牲 🐄 🐃 🐂 🦬 🐐 🐏 🐖 🐑 🐕 🦮 🐕🦺 🐩 🐈 🐈⬛️ 🫏 🫎
|
||||||
|
白人 白人 🧓🏼 🧑🏼 👱🏼 🧒🏼 👶🏼
|
||||||
|
白人女 白人女 👵🏼 👩🏼 👱🏼♀️ 👧🏼
|
||||||
|
白人男 白人男 👴🏼 👨🏼 👱🏼♂️ 👦🏼
|
||||||
|
白種人 白種人 🧓🏼 🧑🏼 👱🏼 🧒🏼 👶🏼
|
||||||
|
白種人女 白種人女 👵🏼 👩🏼 👱🏼♀️ 👧🏼
|
||||||
|
白種人男 白種人男 👴🏼 👨🏼 👱🏼♂️ 👦🏼
|
||||||
|
眼鏡 眼鏡 👓 🕶️ 🥽
|
||||||
|
科學 科學 🔬 🔭 ⚗️ ⚛️ 🧑🏻🔬 🧬 🧪 🧫 🩺 🩻
|
||||||
|
穆斯林 穆斯林 👳🏽
|
||||||
|
穆斯林女 穆斯林女 👳🏽♀️ 🧕🏽
|
||||||
|
穆斯林男 穆斯林男 👳🏽♂️ 🧔🏽
|
||||||
|
節日 節日 🎊 🎉 🪅 🎏 🎎 🏮 🎐 🧧 🎁 🧨 🎇 🎆 🎑 🎄 🧑🏻🎄
|
||||||
|
粗糧 粗糧 🌽 🥔 🍠 🥜 🌰
|
||||||
|
精怪 精怪 🧙🏻 🧝🏻 🧛🏻 🧟 🧞 🧜🏻 🧚🏻 🦹🏻
|
||||||
|
精怪女 精怪女 🧙🏻♀️ 🧝🏻♀️ 🧛🏻♀️ 🧟♀️ 🧞♀️ 🧜🏻♀️ 🧚🏻♀️ 🦹🏻♀️
|
||||||
|
精怪男 精怪男 🧙🏻♂️ 🧝🏻♂️ 🧛🏻♂️ 🧟♂️ 🧞♂️ 🧜🏻♂️ 🧚🏻♂️ 🦹🏻♂️
|
||||||
|
糧 糧 🌽 🥔 🍠 🥜 🌰
|
||||||
|
紙幣 紙幣 💵 💶 💷 💴
|
||||||
|
肉 肉 🥩 🥓 🍗 🍖 🍤
|
||||||
|
膚色 膚色 🏻 🏼 🏽 🏾 🏿
|
||||||
|
自然 自然 🔥 💧 🌬️ 🫧 ☀️ 🌤️ ⛅️ 🌦️ 🌥️ ☁️ 🌨️ 🌧️ 🌩️ ⛈️ ❄️ 💨 🌪️ 🌫️ 🌊 🧊 🪨
|
||||||
|
船 船 🚢 ⛴️ 🛳️ 🛥️ 🚤 ⛵️ 🛶 ⚓️
|
||||||
|
花 花 🌸 🌺 🌼 🌻 🌷 🌹 💐 🥀 🪷 🪻
|
||||||
|
菜 菜 🍅 🍆 🥒 🥕 🌶️ 🥦 🥗 🥬 🫒 🫑 🫘 🫛
|
||||||
|
葉 葉 🍃 🍂 🍁 🌱 🌿 🥬
|
||||||
|
蔬菜 蔬菜 🍅 🍆 🥒 🥕 🌶️ 🥦 🥗 🥬 🫒 🫑 🫘 🫛
|
||||||
|
蟲 蟲 🐛 🪱 🐞 🪲 🪳 🦗 🦟 🐜 🪰 🐌 🐝
|
||||||
|
血型 血型 🅰️ 🅱️ 🅾️ 🆎️
|
||||||
|
衣服 衣服 🧥 👚 👕 👖 🩳 👔 👗 👘 🥻 🩲 👙 🩱 🥼
|
||||||
|
西餐 西餐 🍕 🥓 🧀 🥖 🥐 🍝 🌯 🌮 🥙 🍟 🍔 🌭 🥞 🥪 🥯 🧇 🫕
|
||||||
|
調料 調料 🧄 🫚 🧅 🧂 🧀
|
||||||
|
貨幣 貨幣 💵 💶 💷 💴
|
||||||
|
車 車 🚗 🚕 🚙 🚌 🚎 🏎️ 🚓 🚑 🚒 🚐 🚚 🚛 🎢 🛻 🚔 🚍 🚘 🚖 🛺
|
||||||
|
遊樂園 遊樂園 🏟️ 🎡 🎢 🎠 🛝
|
||||||
|
運動 運動 🏒 🏸 🏓 🏑 🏏 ⛳️ 🏹 ⚽️ 🏀 🏈 ⚾️ 🥎️ 🎾 🏐 🏉 🎱 ⛸️ 🛼 🎿 🎳 🥏 🥍 🛹 🤿 🪂 🛷 🥌 🪃 🪁
|
||||||
|
酒 酒 🍷 🥃 🍺 🍶 🍾 🍸
|
||||||
|
野味 野味 🦉 🦇 🐍 🐢 🦝 🦨 🦡 🦫 🐿️ 🦦 🦥 🦔 🐺 🐗 🐡 🐬 🐳 🐋 🦈 🦭 🐊 🐅 🐆 🦓 🦍 🦧 🐘 🦛 🦏 🦒 🦘 🦩 🫏 🫎
|
||||||
|
野生動物 野生動物 🦉 🦇 🐍 🐢 🦝 🦨 🦡 🦫 🐿️ 🦦 🦥 🦔 🐺 🐗 🐡 🐬 🐳 🐋 🦈 🦭 🐊 🐅 🐆 🦓 🦍 🦧 🐘 🦛 🦏 🦒 🦘 🦩 🫏 🫎
|
||||||
|
阿拉伯人 阿拉伯人 👳🏽
|
||||||
|
阿拉伯人女 阿拉伯人女 👳🏽♀️ 🧕🏽
|
||||||
|
阿拉伯人男 阿拉伯人男 👳🏽♂️ 🧔🏽
|
||||||
|
雪 雪 ❄️ 🌨️ ☃️ ⛄️ 🧊
|
||||||
|
零食 零食 🍭 🍬 🍫 🍿 🍩 🍪
|
||||||
|
電器 電器 💡 📺 ☎️ 📟 📞 📠 📻 🕰️ 📡 🔦
|
||||||
|
電子 電子 ⌚️ 📱 💻 ⌨️ 🖥️ 🖨️ 🖱️ 📷 📹 💾 💽 💿 📀
|
||||||
|
非洲人 非洲人 🧓🏿 🧑🏿 🧒🏿 👶🏿
|
||||||
|
非洲人女 非洲人女 👵🏿 👩🏿 👧🏿
|
||||||
|
非洲人男 非洲人男 👴🏿 👨🏿 👦🏿
|
||||||
|
非洲裔 非洲裔 🧓🏿 🧑🏿 🧒🏿 👶🏿
|
||||||
|
非洲裔女 非洲裔女 👵🏿 👩🏿 👧🏿
|
||||||
|
非洲裔男 非洲裔男 👴🏿 👨🏿 👦🏿
|
||||||
|
非裔 非裔 🧓🏿 🧑🏿 🧒🏿 👶🏿
|
||||||
|
非裔女 非裔女 👵🏿 👩🏿 👧🏿
|
||||||
|
非裔男 非裔男 👴🏿 👨🏿 👦🏿
|
||||||
|
鞋 鞋 👡 👢 👞 👟 🥾 🥿 👠 🛼 ⛸️
|
||||||
|
鞋子 鞋子 👡 👢 👞 👟 🥾 🥿 👠 🛼 ⛸️
|
||||||
|
顏色 顏色 🟥 🟧 🟨 🟩 🟦 🟪 🟫 ⬛️ ⬜️ 🔴 🟠 🟡 🟢 🔵 🟣 🟤 ⚫️ ⚪️ ❤️ 🧡 💛 💚 🩵 💙 💜 🩷 🤎 🖤 🩶 🤍
|
||||||
|
飛行器 飛行器 🛩️ ✈️ 🚁 🚀 🛸
|
||||||
|
飯 飯 🍛 🍲 🍝 🍜 🥘 🍣 🍱 🍘 🍙 🍚 🥡
|
||||||
|
飲料 飲料 🧋 🍹 🧃 🍸 🍵 ☕️ 🥛 🍷 🥃 🍶 🥂 🍾 🍻 🍺 🧉
|
||||||
|
餐具 餐具 🥄 🍴 🍽️ 🥣 🥢 🫖
|
||||||
|
髮型 髮型 🦲 🦰 🦱 🦳
|
||||||
|
髮色 髮色 🦲 🦰 🦱 🦳
|
||||||
|
魚 魚 🐠 🐟 🐡 🪼 🐬 🐳 🐋 🦈 🦭 🦦
|
||||||
|
鳥 鳥 🦆 🦅 🦉 🦇 🐓 🦃 🕊️ 🐧 🐦 🦚 🦜 🦩 🦤 🦢 🪿 🐦⬛
|
||||||
|
麪包 麪包 🍞 🥐 🥖 🥨 🥯 🍩 🥮
|
||||||
|
黃種人 黃種人 🧓🏻 🧑🏻 🧒🏻 👶🏻
|
||||||
|
黃種人女 黃種人女 👵🏻 👩🏻 👧🏻
|
||||||
|
黃種人男 黃種人男 👴🏻 👨🏻 👦🏻
|
||||||
|
黑人 黑人 🧓🏿 🧑🏿 🧒🏿 👶🏿
|
||||||
|
黑人女 黑人女 👵🏿 👩🏿 👧🏿
|
||||||
|
黑人男 黑人男 👴🏿 👨🏿 👦🏿
|
||||||
|
黑種人 黑種人 🧓🏿 🧑🏿 🧒🏿 👶🏿
|
||||||
|
黑種人女 黑種人女 👵🏿 👩🏿 👧🏿
|
||||||
|
黑種人男 黑種人男 👴🏿 👨🏿 👦🏿
|
||||||
|
點心 點心 🍮 🍩 🍪 🍧 🍨 🍦 🍰 🧁 🧇 🧆
|
||||||
4622
opencc/092wb_emoji_word.txt
Normal file
4622
opencc/092wb_emoji_word.txt
Normal file
File diff suppressed because it is too large
Load Diff
16
opencc/092wb_jiayin.json
Normal file
16
opencc/092wb_jiayin.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "jiayin",
|
||||||
|
"segmentation": {
|
||||||
|
"type": "mmseg",
|
||||||
|
"dict": {
|
||||||
|
"type": "ocd",
|
||||||
|
"file": "092wb_jiayin.ocd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"conversion_chain": [{
|
||||||
|
"dict": {
|
||||||
|
"type": "ocd",
|
||||||
|
"file": "092wb_jiayin.ocd"
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
BIN
opencc/092wb_jiayin.ocd
Normal file
BIN
opencc/092wb_jiayin.ocd
Normal file
Binary file not shown.
22
opencc/092wb_s2t.json
Normal file
22
opencc/092wb_s2t.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "Simplified Chinese to Traditional Chinese",
|
||||||
|
"segmentation": {
|
||||||
|
"type": "mmseg",
|
||||||
|
"dict": {
|
||||||
|
"type": "ocd2",
|
||||||
|
"file": "092wb_STPhrases.ocd2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"conversion_chain": [{
|
||||||
|
"dict": {
|
||||||
|
"type": "group",
|
||||||
|
"dicts": [{
|
||||||
|
"type": "ocd2",
|
||||||
|
"file": "092wb_STPhrases.ocd2"
|
||||||
|
}, {
|
||||||
|
"type": "ocd2",
|
||||||
|
"file": "092wb_STCharacters.ocd2"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
13
recipes/all_dicts.recipe.yaml
Normal file
13
recipes/all_dicts.recipe.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# encoding: utf-8
|
||||||
|
---
|
||||||
|
recipe:
|
||||||
|
Rx: recipes/all_dicts
|
||||||
|
args:
|
||||||
|
description: >-
|
||||||
|
所有词库安装、更新
|
||||||
|
install_files: >-
|
||||||
|
092wb.dict.yaml
|
||||||
|
092wb_U.dict.yaml
|
||||||
|
092wb_core.dict.yaml
|
||||||
|
092wb_py.dict.yaml
|
||||||
|
092wb_wb_spelling.dict.yaml
|
||||||
25
recipes/full.recipe.yaml
Normal file
25
recipes/full.recipe.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# encoding: utf-8
|
||||||
|
---
|
||||||
|
recipe:
|
||||||
|
Rx: recipes/full
|
||||||
|
args:
|
||||||
|
description: >-
|
||||||
|
完整安装、更新
|
||||||
|
install_files: >-
|
||||||
|
092wb.dict.yaml
|
||||||
|
092wb.schema.yaml
|
||||||
|
092wb_U.dict.yaml
|
||||||
|
092wb_key_bindings.yaml
|
||||||
|
092wb_core.dict.yaml
|
||||||
|
092wb_core.schema.yaml
|
||||||
|
default.*
|
||||||
|
092wb_punctuation.yaml
|
||||||
|
092wb_py.dict.yaml
|
||||||
|
092wb_py.schema.yaml
|
||||||
|
rime.lua
|
||||||
|
squirrel.yaml
|
||||||
|
092wb_symbols.yaml
|
||||||
|
092wb_wb_spelling.dict.yaml
|
||||||
|
092wb_wb_spelling.schema.yaml
|
||||||
|
opencc/*.*
|
||||||
|
lua/*.*
|
||||||
10
recipes/opencc.recipe.yaml
Normal file
10
recipes/opencc.recipe.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# encoding: utf-8
|
||||||
|
---
|
||||||
|
recipe:
|
||||||
|
Rx: recipes/opencc
|
||||||
|
args:
|
||||||
|
description: >-
|
||||||
|
opencc安装、更新
|
||||||
|
install_files: >-
|
||||||
|
opencc/*.*
|
||||||
|
|
||||||
10
recipes/spelling.recipe.yaml
Normal file
10
recipes/spelling.recipe.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# encoding: utf-8
|
||||||
|
---
|
||||||
|
recipe:
|
||||||
|
Rx: recipes/spelling
|
||||||
|
args:
|
||||||
|
description: >-
|
||||||
|
拆分提示安装、更新
|
||||||
|
install_files: >-
|
||||||
|
092wb_wb_spelling.dict.yaml
|
||||||
|
092wb_wb_spelling.schema.yaml
|
||||||
769
squirrel.custom.yaml
Normal file
769
squirrel.custom.yaml
Normal file
@@ -0,0 +1,769 @@
|
|||||||
|
# Squirrel settings
|
||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# squirrel[.custom].yaml 是鼠须管的前端配置文件,小狼毫是 weasel[.custom].yaml
|
||||||
|
# 各平台皮肤配置并不一致。
|
||||||
|
# 来源:https://github.com/iDvel/rime-ice/blob/main/squirrel.yaml
|
||||||
|
# 鼠须管内置皮肤展示: https://github.com/NavisLab/rime-pifu
|
||||||
|
# 鼠须管界面配置指南: https://github.com/LEOYoon-Tsaw/Rime_collections/blob/master/鼠鬚管介面配置指南.md
|
||||||
|
# 鼠须管作者写的图形化的皮肤设计器: https://github.com/LEOYoon-Tsaw/Squirrel-Designer
|
||||||
|
|
||||||
|
|
||||||
|
# 要比共享目录的同名文件的 config_version 大才可以生效
|
||||||
|
config_version: '2099-12-31'
|
||||||
|
|
||||||
|
patch:
|
||||||
|
|
||||||
|
# options: last | default | _custom_
|
||||||
|
# last: the last used latin keyboard layout
|
||||||
|
# default: US (ABC) keyboard layout
|
||||||
|
# _custom_: keyboard layout of your choice, e.g. 'com.apple.keylayout.USExtended' or simply 'USExtended'
|
||||||
|
keyboard_layout: default
|
||||||
|
# for veteran chord-typist
|
||||||
|
chord_duration: 0.1 # seconds
|
||||||
|
# options: always | never | appropriate
|
||||||
|
show_notifications_when: appropriate
|
||||||
|
|
||||||
|
|
||||||
|
style:
|
||||||
|
# 选择皮肤,亮色与暗色主题
|
||||||
|
color_scheme: mac_green
|
||||||
|
color_scheme_dark: mac_dark
|
||||||
|
|
||||||
|
# 预设选项。如果皮肤没写,则使用这些属性;如果皮肤写了,使用皮肤的。
|
||||||
|
text_orientation: horizontal # horizontal | vertical
|
||||||
|
candidate_list_layout: stacked # stacked | linear
|
||||||
|
inline_preedit: true
|
||||||
|
corner_radius: 10
|
||||||
|
hilited_corner_radius: 0
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
line_spacing: 5 # 在堆叠(stacked)布局中,候选词之间的空间
|
||||||
|
spacing: 10 # 在非内嵌(inline_preedit)模式下,预编辑和候选词之间的空间
|
||||||
|
#candidate_format: '%c. %@'
|
||||||
|
#base_offset: 6
|
||||||
|
font_face: 'PingFang SC'
|
||||||
|
font_point: 25
|
||||||
|
#label_font_face: 'Lucida Grande'
|
||||||
|
label_font_point: 14
|
||||||
|
#comment_font_face: 'Lucida Grande'
|
||||||
|
comment_font_point: 14
|
||||||
|
|
||||||
|
|
||||||
|
# 皮肤列表
|
||||||
|
preset_color_schemes:
|
||||||
|
# 对 purity_of_form 略微调整颜色,让色彩更柔和点,补全其他选项和注释
|
||||||
|
purity_of_form_custom:
|
||||||
|
name: "純粹的形式/Purity of Form Custom"
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
# 如果将字体设置为 PingFangSC-Regular
|
||||||
|
# 会让 🈶🈚️🉑🈲🉐 这几个 Emoji 失去彩色效果,留空反而可以显示。。。
|
||||||
|
font_face: "PingFang SC" # 字体及大小
|
||||||
|
font_point: 18
|
||||||
|
label_font_face: "Helvetica" # 序号字体及大小
|
||||||
|
label_font_point: 12
|
||||||
|
comment_font_face: "Helvetica" # 注字体及大小
|
||||||
|
comment_font_point: 16
|
||||||
|
# candidate_list_layout: stacked # 候选项排列方向 stacked(默认) | linear
|
||||||
|
# text_orientation: horizontal # 文字排列方向 horizontal(默认) | vertical
|
||||||
|
inline_preedit: true # 拼音位于: 候选框 false | 行内 true
|
||||||
|
translucency: false # 磨砂: false | true
|
||||||
|
mutual_exclusive: false # 色不叠加: false | true
|
||||||
|
border_height: 0 # 外边框 高
|
||||||
|
border_width: 0 # 外边框 宽
|
||||||
|
corner_radius: 10 # 外边框 圆角半径
|
||||||
|
hilited_corner_radius: 0 # 选中框 圆角半径
|
||||||
|
surrounding_extra_expansion: 0 # 候选项背景相对大小?
|
||||||
|
shadow_size: 0 # 阴影大小
|
||||||
|
line_spacing: 5 # 行间距
|
||||||
|
base_offset: 0 # 字基高
|
||||||
|
alpha: 1 # 透明度,0~1
|
||||||
|
spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
|
||||||
|
color_space: srgb # 色彩空间: srgb | display_p3
|
||||||
|
back_color: 0x545554 # 底色
|
||||||
|
hilited_candidate_back_color: 0xE3E3E3 # 选中底色
|
||||||
|
label_color: 0xBBBBBB # 序号颜色
|
||||||
|
hilited_candidate_label_color: 0x4C4C4C # 选中序号颜色
|
||||||
|
candidate_text_color: 0xEEEEEE # 文字颜色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 选中文字颜色
|
||||||
|
comment_text_color: 0x808080 # 注颜色
|
||||||
|
hilited_comment_text_color: 0x808080 # 选中注颜色
|
||||||
|
text_color: 0x808080 # 拼音颜色 (inline_preedit: false)
|
||||||
|
hilited_text_color: 0xEEEEEE # 选中拼音颜色 (inline_preedit: false)
|
||||||
|
# candidate_back_color: # 候选项底色
|
||||||
|
# preedit_back_color: # 拼音底色 (inline_preedit: false)
|
||||||
|
# hilited_back_color: # 选中拼音底色 (inline_preedit: false)
|
||||||
|
# border_color: # 外边框颜色
|
||||||
|
|
||||||
|
|
||||||
|
# 下面是内置的皮肤 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml
|
||||||
|
|
||||||
|
|
||||||
|
native:
|
||||||
|
name: 系統配色
|
||||||
|
microsoft:
|
||||||
|
name: 微软灰 # 方案名稱
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 8 # 行间距
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
#border_color: 0x7E7969 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
candidate_text_color: 0x000000 # 候選項文字顏色,當與文字顏色不同時指定
|
||||||
|
comment_text_color: 0x4A95FF # 拼音反查等提示文字颜色
|
||||||
|
hilited_back_color: 0x7E7969 # 設定高亮文字的底色,可起到凸顯高亮部份的作用
|
||||||
|
hilited_text_color: 0xFFFFFF # 高亮文字,即当前前高亮候选对应的那部份输入码
|
||||||
|
hilited_candidate_back_color: 0x7E7969 # 候选文字背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
Mac:
|
||||||
|
name: Mac绿 # 仿mac系统配色中的绿色
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 8 # 行间距
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
back_color: 0xECECEC # 底色顏色,候选框颜色底色
|
||||||
|
#border_color: 0xECECEC # 邊框顏色,與底色相同則爲無邊框的效果(描边颜色)
|
||||||
|
text_color: 0x000000 # 編碼行文字顏色,24位色值,用十六進制書寫方便些,順序是藍綠紅0xBBGGRR
|
||||||
|
hilited_text_color: 0x000000 # 高亮文字,即與當前高亮候選對應的那部份輸入碼 黑色
|
||||||
|
hilited_back_color: 0xFFFFFF # 設定高亮文字的底色,可起到凸顯高亮部份的作用 白色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 高亮候選項的文字顏色,要醒目! 白色
|
||||||
|
hilited_candidate_back_color: 0xC7EAD0 # 高亮候選項的底色,若與背景色不同就會顯出光棒
|
||||||
|
candidate_text_color: 0x000000 # 候選項文字顏色,當與文字顏色不同時指定 黑色
|
||||||
|
comment_text_color: 0x868686 # 其他候選項提示碼顏色
|
||||||
|
zhuqianqing:
|
||||||
|
name: 竹浅青 # 方案名稱
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 8 # 行间距
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
back_color: 0xFFFFFF # 底色顏色,候选框颜色底色
|
||||||
|
#border_color: 0xD6D6D6 # 邊框顏色,與底色相同則爲無邊框的效果(描边颜色)
|
||||||
|
text_color: 0x000000 # 編碼行文字顏色,24位色值,用十六進制書寫方便些,順序是藍綠紅0xBBGGRR
|
||||||
|
hilited_text_color: 0x000000 # 高亮文字,即與當前高亮候選對應的那部份輸入碼 黑色
|
||||||
|
hilited_back_color: 0xFFFFFF # 設定高亮文字的底色,可起到凸顯高亮部份的作用 白色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 高亮候選項的文字顏色,要醒目! 白色
|
||||||
|
hilited_candidate_back_color: 0x9BAD23 # 高亮候選項的底色,若與背景色不同就會顯出光棒
|
||||||
|
candidate_text_color: 0x000000 # 候選項文字顏色,當與文字顏色不同時指定 黑色
|
||||||
|
comment_text_color: 0x4A95FF # 其他候選項提示碼顏色
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
mac_light:
|
||||||
|
name: Mac浅色
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xD75A00 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
mac_dark:
|
||||||
|
name: Mac深色
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 4 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 0 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 0 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0x252a2e # 候选条背景色
|
||||||
|
border_color: 0x050505 # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0xe9e9ea # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xD75A00 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
|
||||||
|
mac_green:
|
||||||
|
name: Mac绿
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 0 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 0 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_back_color: 0x32A14C # 第一候选项背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
mac_orange:
|
||||||
|
name: Mac橙
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_back_color: 0x0E6BD8 # 第一候选项背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
|
||||||
|
mac_blue:
|
||||||
|
name: Mac浅蓝
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xF8AA4D # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
psionics:
|
||||||
|
name: 幽能
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
text_color: 0xc2c2c2 # 拼音行文字颜色
|
||||||
|
back_color: 0x444444 # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
candidate_text_color: 0xeeeeee # 预选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xd4bc00 # 候选文字背景色
|
||||||
|
comment_text_color: 0x808080 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0xeeeeee # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0x444444 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
|
||||||
|
hilited_candidate_text_color: 0xfafafa # 第一候选项文字颜色
|
||||||
|
hilited_comment_text_color: 0x444444 # 注解文字高亮
|
||||||
|
|
||||||
|
win10:
|
||||||
|
candidate_format: "%c %@" # 如果是竖排建议改为 "%c\u2005%@" 这里控制横排间距
|
||||||
|
font_point: 17 # 候选文字大小
|
||||||
|
label_font_point: 16 # 候选编号大小
|
||||||
|
corner_radius: 0 # 候选条圆角
|
||||||
|
border_width: 6 # 窗口左右宽度
|
||||||
|
border_height: 6 # 窗口左右高度
|
||||||
|
margin_x: 12 # 字起始距左边距离
|
||||||
|
margin_y: 12 # 字上下边距
|
||||||
|
spacing: 10 # 间距
|
||||||
|
candidate_spacing: 24 # 候选字间隔
|
||||||
|
hilite_spacing: 8 # 序号和候选字之间的间隔
|
||||||
|
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
|
||||||
|
round_corner: 0 # 候选字背景色块圆角幅度
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
candidate_text_color: 0x000000 # 预选项文字颜色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xffffff # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xcc8f29 # 候选文字背景色
|
||||||
|
hilited_comment_text_color: 0xffffff # 注解文字高亮
|
||||||
|
hilited_label_color: 0xffffff # 已选字的数字的颜色
|
||||||
|
label_color: 0x888888 # 预选栏编号颜色
|
||||||
|
|
||||||
|
|
||||||
|
win10_for_xiaoxiao:
|
||||||
|
candidate_format: "%c.%@" # 如果是竖排建议改为 "%c\u2005%@" 这里控制横排间距
|
||||||
|
font_point: 19 # 候选文字大小
|
||||||
|
label_font_point: 19 # 候选编号大小
|
||||||
|
corner_radius: 0 # 候选条圆角
|
||||||
|
border_width: 2 # 窗口左右宽度
|
||||||
|
border_height: 2 # 窗口左右高度
|
||||||
|
border_color: 0xE7B659 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
margin_x: 12 # 字起始距左边距离
|
||||||
|
margin_y: 12 # 字上下边距
|
||||||
|
spacing: 10 # 间距
|
||||||
|
candidate_spacing: 10 # 候选字间隔
|
||||||
|
hilite_spacing: 8 # 序号和候选字之间的间隔
|
||||||
|
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
|
||||||
|
round_corner: 0 # 候选字背景色块圆角幅度
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
candidate_text_color: 0xE58200 # 预选项文字颜色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xffffff # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xE58200 # 第一候选项序号颜色mac
|
||||||
|
hilited_candidate_back_color: 0xffffff # 候选文字背景色
|
||||||
|
hilited_comment_text_color: 0x888888 # 注解文字高亮
|
||||||
|
hilited_label_color: 0xE58200 # 第一候选项序号颜色win
|
||||||
|
label_color: 0xE58200 # 预选栏编号颜色
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
win10_for_xiaoxiao_round:
|
||||||
|
candidate_format: "%c.%@" # 如果是竖排建议改为 "%c\u2005%@"
|
||||||
|
font_point: 20 # 候选文字大小
|
||||||
|
label_font_point: 20 # 候选编号大小
|
||||||
|
corner_radius: 5 # 候选条圆角
|
||||||
|
border_width: 2 # 窗口左右宽度
|
||||||
|
border_height: 2 # 窗口左右高度
|
||||||
|
border_color: 0xE7B659 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
margin_x: 12 # 字起始距左边距离
|
||||||
|
margin_y: 12 # 字上下边距
|
||||||
|
spacing: 10 # 间距
|
||||||
|
candidate_spacing: 10 # 候选字间隔
|
||||||
|
hilite_spacing: 8 # 序号和候选字之间的间隔
|
||||||
|
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
|
||||||
|
round_corner: 0 # 候选字背景色块圆角幅度
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
candidate_text_color: 0xE58200 # 预选项文字颜色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xffffff # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xE58200 # 第一候选项序号颜色mac
|
||||||
|
hilited_candidate_back_color: 0xffffff # 候选文字背景色
|
||||||
|
hilited_comment_text_color: 0x888888 # 注解文字高亮
|
||||||
|
hilited_label_color: 0xE58200 # 第一候选项序号颜色win
|
||||||
|
label_color: 0xE58200 # 预选栏编号颜色
|
||||||
|
|
||||||
|
xiaoxiao:
|
||||||
|
name: 小小
|
||||||
|
candidate_format: "%c. %@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 这里空格控制横排间距
|
||||||
|
font_point: 18.5 # 候选文字大小
|
||||||
|
label_font_point: 18.5 # 候选编号大小
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
line_spacing: 0 # 行间距(适用于竖排)
|
||||||
|
border_width: 1 # 窗口邊界寬度,大於圓角半徑才有效果
|
||||||
|
border_height: 6.5 # 窗口邊界高度,大於圓角半徑才有效果
|
||||||
|
border_color: 0xE58200 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
text_color: 0x5a5a5a # 拼音等提示文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色
|
||||||
|
candidate_text_color: 0xE58200 # 第一候选项文字颜色
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xE58200 # 第一候选项序号颜色mac
|
||||||
|
hilited_candidate_back_color: 0xffffff # 候选文字背景色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
hilited_comment_text_color: 0x888888 # 注解文字高亮
|
||||||
|
#alpha: 0.1 # 输入法透明 1/0.1
|
||||||
|
|
||||||
|
aqua:
|
||||||
|
name: 碧水/Aqua
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x606060
|
||||||
|
back_color: 0xeeeceeee
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xeefa3a0a
|
||||||
|
comment_text_color: 0x5a5a5a
|
||||||
|
hilited_comment_text_color: 0xfcac9d
|
||||||
|
|
||||||
|
azure:
|
||||||
|
name: 青天/Azure
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0xcfa677
|
||||||
|
candidate_text_color: 0xffeacc
|
||||||
|
back_color: 0xee8b4e01
|
||||||
|
hilited_text_color: 0xffeacc
|
||||||
|
hilited_candidate_text_color: 0x7ffeff
|
||||||
|
hilited_candidate_back_color: 0x00000000
|
||||||
|
comment_text_color: 0xc69664
|
||||||
|
|
||||||
|
luna:
|
||||||
|
name: 明月/Luna
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0xa5a5a5
|
||||||
|
back_color: 0xdd000000
|
||||||
|
candidate_text_color: 0xeceeee
|
||||||
|
hilited_text_color: 0x7fffff
|
||||||
|
hilited_candidate_text_color: 0x7fffff
|
||||||
|
hilited_candidate_back_color: 0x40000000
|
||||||
|
comment_text_color: 0xa5a5a5
|
||||||
|
hilited_comment_text_color: 0x449c9d
|
||||||
|
|
||||||
|
ink:
|
||||||
|
name: 墨池/Ink
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x5a5a5a
|
||||||
|
back_color: 0xeeffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
#hilited_back_color: 0xdddddd
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xcc000000
|
||||||
|
comment_text_color: 0x5a5a5a
|
||||||
|
hilited_comment_text_color: 0x808080
|
||||||
|
|
||||||
|
lost_temple:
|
||||||
|
name: 孤寺/Lost Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0xe8f3f6
|
||||||
|
back_color: 0xee303030
|
||||||
|
hilited_text_color: 0x82e6ca
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0x82e6ca
|
||||||
|
comment_text_color: 0xbb82e6ca
|
||||||
|
hilited_comment_text_color: 0xbb203d34
|
||||||
|
|
||||||
|
dark_temple:
|
||||||
|
name: 暗堂/Dark Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0x92f6da
|
||||||
|
back_color: 0x222222
|
||||||
|
candidate_text_color: 0xd8e3e6
|
||||||
|
hilited_text_color: 0xffcf9a
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_text_color: 0x92f6da
|
||||||
|
hilited_candidate_back_color: 0x10000000 # 0x333333
|
||||||
|
comment_text_color: 0x606cff
|
||||||
|
|
||||||
|
psionics:
|
||||||
|
name: 幽能/Psionics
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
back_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_label_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xfafafa
|
||||||
|
hilited_candidate_back_color: 0xd4bc00
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_comment_text_color: 0x444444
|
||||||
|
|
||||||
|
purity_of_form:
|
||||||
|
name: 純粹的形式/Purity of Form
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
back_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0xfafafa
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
|
||||||
|
purity_of_essence:
|
||||||
|
name: 純粹的本質/Purity of Essence
|
||||||
|
author: 佛振
|
||||||
|
text_color: 0x2c2ccc
|
||||||
|
back_color: 0xfafafa
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xeeeeee
|
||||||
|
hilited_candidate_back_color: 0x444444
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
|
||||||
|
starcraft:
|
||||||
|
name: 星際我爭霸/StarCraft
|
||||||
|
author: Contralisk <contralisk@gmail.com>, original artwork by Blizzard Entertainment
|
||||||
|
text_color: 0xccaa88
|
||||||
|
candidate_text_color: 0x30bb55
|
||||||
|
back_color: 0xee000000
|
||||||
|
border_color: 0x1010a0
|
||||||
|
hilited_text_color: 0xfecb96
|
||||||
|
hilited_back_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0x70ffaf
|
||||||
|
hilited_candidate_back_color: 0x00000000
|
||||||
|
comment_text_color: 0x1010d0
|
||||||
|
hilited_comment_text_color: 0x1010f0
|
||||||
|
|
||||||
|
google:
|
||||||
|
name: 谷歌/Google
|
||||||
|
author: skoj <skoj@qq.com>
|
||||||
|
text_color: 0x666666 #拼音串
|
||||||
|
candidate_text_color: 0x000000 #非第一候选项
|
||||||
|
back_color: 0xFFFFFF #背景
|
||||||
|
border_color: 0xE2E2E2 #边框
|
||||||
|
hilited_text_color: 0x000000 #拼音串高亮
|
||||||
|
hilited_back_color: 0xFFFFFF #拼音串高亮背景
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF #第一候选项
|
||||||
|
hilited_candidate_back_color: 0xCE7539 #第一候选项背景
|
||||||
|
comment_text_color: 0x6D6D6D #注解文字
|
||||||
|
hilited_comment_text_color: 0xEBC6B0 #注解文字高亮
|
||||||
|
|
||||||
|
solarized_rock:
|
||||||
|
name: 曬經石/Solarized Rock
|
||||||
|
author: "Aben <tntaben@gmail.com>, based on Ethan Schoonover's Solarized color scheme"
|
||||||
|
back_color: 0x362b00
|
||||||
|
border_color: 0x362b00
|
||||||
|
text_color: 0x8236d3
|
||||||
|
hilited_text_color: 0x98a12a
|
||||||
|
candidate_text_color: 0x969483
|
||||||
|
comment_text_color: 0xc098a12a
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x8236d3
|
||||||
|
hilited_comment_text_color: 0x362b00
|
||||||
|
|
||||||
|
clean_white:
|
||||||
|
name: 简约白/Clean White
|
||||||
|
author: Chongyu Zhu <lembacon@gmail.com>, based on 搜狗「简约白」
|
||||||
|
horizontal: true
|
||||||
|
candidate_format: '%c %@'
|
||||||
|
corner_radius: 6
|
||||||
|
border_height: 6
|
||||||
|
border_width: 6
|
||||||
|
font_point: 16
|
||||||
|
label_font_point: 12
|
||||||
|
label_color: 0x888888
|
||||||
|
text_color: 0x808080
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
back_color: 0xeeeeee
|
||||||
|
hilited_candidate_label_color: 0xa0c98915
|
||||||
|
hilited_candidate_text_color: 0xc98915
|
||||||
|
hilited_candidate_back_color: 0xeeeeee
|
||||||
|
|
||||||
|
apathy:
|
||||||
|
name: 冷漠/Apathy
|
||||||
|
author: LIANG Hai
|
||||||
|
horizontal: true # 水平排列
|
||||||
|
inline_preedit: true #单行显示,false双行显示
|
||||||
|
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 #候选条圆角
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
back_color: 0xFFFFFF #候选条背景色
|
||||||
|
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
|
||||||
|
font_point: 16 #候选字词大小
|
||||||
|
text_color: 0x424242 #高亮选中词颜色
|
||||||
|
label_font_face: "STHeitiSC-Light" #候选词编号字体
|
||||||
|
label_font_point: 12 #候选编号大小
|
||||||
|
hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
|
||||||
|
hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
|
||||||
|
comment_text_color: 0x999999 #拼音等提示文字颜色
|
||||||
|
|
||||||
|
dust:
|
||||||
|
name: 浮尘/Dust
|
||||||
|
author: Superoutman <asticosmo@gmail.com>
|
||||||
|
horizontal: true # 水平排列
|
||||||
|
inline_preedit: true #单行显示,false双行显示
|
||||||
|
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||||
|
corner_radius: 2 #候选条圆角
|
||||||
|
border_height: 3 # 窗口边界高度,大于圆角半径才生效
|
||||||
|
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
|
||||||
|
back_color: 0xeeffffff #候选条背景色
|
||||||
|
border_color: 0xE0B693 # 边框色
|
||||||
|
font_face: "HYQiHei-55S Book,HanaMinA Regular" #候选词字体
|
||||||
|
font_point: 14 #候选字词大小
|
||||||
|
label_font_face: "SimHei" #候选词编号字体
|
||||||
|
label_font_point: 10 #候选编号大小
|
||||||
|
label_color: 0xcbcbcb # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x555555 # 预选项文字颜色
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
|
||||||
|
|
||||||
|
mojave_dark:
|
||||||
|
name: 沙漠夜/Mojave Dark
|
||||||
|
author: xiehuc <xiehuc@gmail.com>
|
||||||
|
horizontal: true # 水平排列
|
||||||
|
inline_preedit: true # 单行显示,false双行显示
|
||||||
|
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||||
|
corner_radius: 5 # 候选条圆角
|
||||||
|
hilited_corner_radius: 3 # 高亮圆角
|
||||||
|
border_height: 6 # 窗口边界高度,大于圆角半径才生效
|
||||||
|
border_width: 6 # 窗口边界宽度,大于圆角半径才生效
|
||||||
|
font_face: "PingFangSC" # 候选词字体
|
||||||
|
font_point: 16 # 候选字词大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
|
||||||
|
text_color: 0xdedddd # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||||
|
back_color: 0x252320 # 候选条背景色
|
||||||
|
label_color: 0x888785 # 预选栏编号颜色
|
||||||
|
border_color: 0x020202 # 边框色
|
||||||
|
candidate_text_color: 0xdedddd # 预选项文字颜色
|
||||||
|
hilited_text_color: 0xdedddd # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0x252320 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xcb5d00 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_label_color: 0xffffff # 第一候选项编号颜色
|
||||||
|
comment_text_color: 0xdedddd # 拼音等提示文字颜色
|
||||||
|
#hilited_comment_text_color: 0xdedddd # 注解文字高亮
|
||||||
|
|
||||||
|
solarized_light:
|
||||||
|
name: 曬經・日/Solarized Light
|
||||||
|
author: 雪齋 <lyc20041@gmail.com>
|
||||||
|
color_space: display_p3 # Only available on macOS 10.12+
|
||||||
|
back_color: 0xf0E5F6FB #Lab 97, 0, 10
|
||||||
|
border_color: 0xf0EDFFFF #Lab 100, 0, 10
|
||||||
|
preedit_back_color: 0xf0D7E8ED #Lab 92, 0, 10
|
||||||
|
candidate_text_color: 0x3942CB #Lab 50, 65, 45
|
||||||
|
label_color: 0x2566C6 #Lab 55, 45, 65
|
||||||
|
comment_text_color: 0x8144C2 #Lab 50, 65, -5
|
||||||
|
text_color: 0x756E5D #Lab 45, -7, -7
|
||||||
|
hilited_back_color: 0xf0C9DADF #Lab 87, 0, 10
|
||||||
|
hilited_candidate_back_color: 0x403516 #Lab 20, -12, -12
|
||||||
|
hilited_candidate_text_color: 0x989F52 #Lab 60, -35, -5
|
||||||
|
hilited_candidate_label_color: 0xCC8947 #Lab 55, -10, -45
|
||||||
|
hilited_comment_text_color: 0x289989 #Lab 60, -20, 65
|
||||||
|
hilited_text_color: 0xBE706D #Lab 50, 15, -45
|
||||||
|
|
||||||
|
solarized_dark:
|
||||||
|
name: 曬經・月/Solarized Dark
|
||||||
|
author: 雪齋 <lyc20041@gmail.com>
|
||||||
|
color_space: display_p3 # Only available on macOS 10.12+
|
||||||
|
back_color: 0xf0352A0A #Lab 15, -12, -12
|
||||||
|
border_color: 0xf02A1F00 #Lab 10, -12, -12
|
||||||
|
preedit_back_color: 0xf0403516 #Lab 20, -12, -12
|
||||||
|
candidate_text_color: 0x989F52 #Lab 60, -35, -5
|
||||||
|
label_color: 0xCC8947 #Lab 55, -10, -45
|
||||||
|
comment_text_color: 0x289989 #Lab 60, -20, 65
|
||||||
|
text_color: 0xA1A095 #Lab 65, -05, -02
|
||||||
|
hilited_back_color: 0xf04C4022 #Lab 25, -12, -12
|
||||||
|
hilited_candidate_back_color: 0xD7E8ED #Lab 92, 0, 10
|
||||||
|
hilited_candidate_text_color: 0x3942CB #Lab 50, 65, 45
|
||||||
|
hilited_candidate_label_color: 0x2566C6 #Lab 55, 45, 65
|
||||||
|
hilited_comment_text_color: 0x8144C2 #Lab 50, 65, -5
|
||||||
|
hilited_text_color: 0x2C8BAE #Lab 60, 10, 65
|
||||||
|
|
||||||
|
|
||||||
|
# 特定App默认中/英文输入
|
||||||
|
app_options:
|
||||||
|
# no_inline: true # 不使用行內編輯
|
||||||
|
# ascii_punct: true # 中文状态输出英文标点(半角)
|
||||||
|
# ascii_mode: true # true默认英文,false默认中文
|
||||||
|
# vim_mode: true # 退出VIM插入模式自動切換輸入法狀態
|
||||||
|
# 获取命令:osascript -e 'id of app "App名"'
|
||||||
|
# ======================>MAC<==========================
|
||||||
|
# ======================>IDE编程<==========================
|
||||||
|
com.microsoft.VSCode:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
com.vscodium:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
com.apple.dt.Xcode:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
com.jetbrains.WebStorm:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
org.python.IDLE:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
# ======================>编辑器<==========================
|
||||||
|
org.vim.MacVim:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
md.obsidian:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
org.gnu.Emacs:
|
||||||
|
ascii_mode: true
|
||||||
|
no_inline: true
|
||||||
|
|
||||||
|
com.github.atom:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
org.gnu.Aquamacs:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.sublimetext.2:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.macromates.TextMate.preview:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.barebones.textwrangler:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
org.kde.Kate:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
|
||||||
|
# ======================>终端<==========================
|
||||||
|
|
||||||
|
com.apple.Terminal:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
io.alacritty:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
com.googlecode.iterm2:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
co.zeit.hyper:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
# ======================>系统<==========================
|
||||||
|
com.runningwithcrayons.Alfred:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.runningwithcrayons.Alfred-2:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.alfredapp.Alfred:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.apple.Spotlight:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.tencent.Lemon:
|
||||||
|
ascii_mode: true
|
||||||
769
squirrel.yaml
Normal file
769
squirrel.yaml
Normal file
@@ -0,0 +1,769 @@
|
|||||||
|
# Squirrel settings
|
||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# squirrel[.custom].yaml 是鼠须管的前端配置文件,小狼毫是 weasel[.custom].yaml
|
||||||
|
# 各平台皮肤配置并不一致。
|
||||||
|
# 来源:https://github.com/iDvel/rime-ice/blob/main/squirrel.yaml
|
||||||
|
# 鼠须管内置皮肤展示: https://github.com/NavisLab/rime-pifu
|
||||||
|
# 鼠须管界面配置指南: https://github.com/LEOYoon-Tsaw/Rime_collections/blob/master/鼠鬚管介面配置指南.md
|
||||||
|
# 鼠须管作者写的图形化的皮肤设计器: https://github.com/LEOYoon-Tsaw/Squirrel-Designer
|
||||||
|
|
||||||
|
|
||||||
|
# 要比共享目录的同名文件的 config_version 大才可以生效
|
||||||
|
config_version: '2099-12-31'
|
||||||
|
|
||||||
|
|
||||||
|
# options: last | default | _custom_
|
||||||
|
# last: the last used latin keyboard layout
|
||||||
|
# default: US (ABC) keyboard layout
|
||||||
|
# _custom_: keyboard layout of your choice, e.g. 'com.apple.keylayout.USExtended' or simply 'USExtended'
|
||||||
|
keyboard_layout: default
|
||||||
|
# for veteran chord-typist
|
||||||
|
chord_duration: 0.1 # seconds
|
||||||
|
# options: always | never | appropriate
|
||||||
|
show_notifications_when: appropriate
|
||||||
|
|
||||||
|
|
||||||
|
style:
|
||||||
|
# 选择皮肤,亮色与暗色主题
|
||||||
|
color_scheme: mac_green
|
||||||
|
color_scheme_dark: mac_dark
|
||||||
|
|
||||||
|
# 预设选项。如果皮肤没写,则使用这些属性;如果皮肤写了,使用皮肤的。
|
||||||
|
text_orientation: horizontal # horizontal | vertical
|
||||||
|
candidate_list_layout: stacked # stacked | linear
|
||||||
|
inline_preedit: true
|
||||||
|
corner_radius: 10
|
||||||
|
hilited_corner_radius: 0
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
line_spacing: 5 # 在堆叠(stacked)布局中,候选词之间的空间
|
||||||
|
spacing: 10 # 在非内嵌(inline_preedit)模式下,预编辑和候选词之间的空间
|
||||||
|
#candidate_format: '%c. %@'
|
||||||
|
#base_offset: 6
|
||||||
|
font_face: 'PingFang SC'
|
||||||
|
font_point: 25
|
||||||
|
#label_font_face: 'Lucida Grande'
|
||||||
|
label_font_point: 14
|
||||||
|
#comment_font_face: 'Lucida Grande'
|
||||||
|
comment_font_point: 14
|
||||||
|
|
||||||
|
|
||||||
|
# 皮肤列表
|
||||||
|
preset_color_schemes:
|
||||||
|
# 对 purity_of_form 略微调整颜色,让色彩更柔和点,补全其他选项和注释
|
||||||
|
purity_of_form_custom:
|
||||||
|
name: "純粹的形式/Purity of Form Custom"
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
# 如果将字体设置为 PingFangSC-Regular
|
||||||
|
# 会让 🈶🈚️🉑🈲🉐 这几个 Emoji 失去彩色效果,留空反而可以显示。。。
|
||||||
|
font_face: "PingFang SC" # 字体及大小
|
||||||
|
font_point: 18
|
||||||
|
label_font_face: "Helvetica" # 序号字体及大小
|
||||||
|
label_font_point: 12
|
||||||
|
comment_font_face: "Helvetica" # 注字体及大小
|
||||||
|
comment_font_point: 16
|
||||||
|
# candidate_list_layout: stacked # 候选项排列方向 stacked(默认) | linear
|
||||||
|
# text_orientation: horizontal # 文字排列方向 horizontal(默认) | vertical
|
||||||
|
inline_preedit: true # 拼音位于: 候选框 false | 行内 true
|
||||||
|
translucency: false # 磨砂: false | true
|
||||||
|
mutual_exclusive: false # 色不叠加: false | true
|
||||||
|
border_height: 0 # 外边框 高
|
||||||
|
border_width: 0 # 外边框 宽
|
||||||
|
corner_radius: 10 # 外边框 圆角半径
|
||||||
|
hilited_corner_radius: 0 # 选中框 圆角半径
|
||||||
|
surrounding_extra_expansion: 0 # 候选项背景相对大小?
|
||||||
|
shadow_size: 0 # 阴影大小
|
||||||
|
line_spacing: 5 # 行间距
|
||||||
|
base_offset: 0 # 字基高
|
||||||
|
alpha: 1 # 透明度,0~1
|
||||||
|
spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
|
||||||
|
color_space: srgb # 色彩空间: srgb | display_p3
|
||||||
|
back_color: 0x545554 # 底色
|
||||||
|
hilited_candidate_back_color: 0xE3E3E3 # 选中底色
|
||||||
|
label_color: 0xBBBBBB # 序号颜色
|
||||||
|
hilited_candidate_label_color: 0x4C4C4C # 选中序号颜色
|
||||||
|
candidate_text_color: 0xEEEEEE # 文字颜色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 选中文字颜色
|
||||||
|
comment_text_color: 0x808080 # 注颜色
|
||||||
|
hilited_comment_text_color: 0x808080 # 选中注颜色
|
||||||
|
text_color: 0x808080 # 拼音颜色 (inline_preedit: false)
|
||||||
|
hilited_text_color: 0xEEEEEE # 选中拼音颜色 (inline_preedit: false)
|
||||||
|
# candidate_back_color: # 候选项底色
|
||||||
|
# preedit_back_color: # 拼音底色 (inline_preedit: false)
|
||||||
|
# hilited_back_color: # 选中拼音底色 (inline_preedit: false)
|
||||||
|
# border_color: # 外边框颜色
|
||||||
|
|
||||||
|
|
||||||
|
# 下面是内置的皮肤 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml
|
||||||
|
|
||||||
|
|
||||||
|
native:
|
||||||
|
name: 系統配色
|
||||||
|
microsoft:
|
||||||
|
name: 微软灰 # 方案名稱
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 8 # 行间距
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
#border_color: 0x7E7969 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
candidate_text_color: 0x000000 # 候選項文字顏色,當與文字顏色不同時指定
|
||||||
|
comment_text_color: 0x4A95FF # 拼音反查等提示文字颜色
|
||||||
|
hilited_back_color: 0x7E7969 # 設定高亮文字的底色,可起到凸顯高亮部份的作用
|
||||||
|
hilited_text_color: 0xFFFFFF # 高亮文字,即当前前高亮候选对应的那部份输入码
|
||||||
|
hilited_candidate_back_color: 0x7E7969 # 候选文字背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
Mac:
|
||||||
|
name: Mac绿 # 仿mac系统配色中的绿色
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 8 # 行间距
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
back_color: 0xECECEC # 底色顏色,候选框颜色底色
|
||||||
|
#border_color: 0xECECEC # 邊框顏色,與底色相同則爲無邊框的效果(描边颜色)
|
||||||
|
text_color: 0x000000 # 編碼行文字顏色,24位色值,用十六進制書寫方便些,順序是藍綠紅0xBBGGRR
|
||||||
|
hilited_text_color: 0x000000 # 高亮文字,即與當前高亮候選對應的那部份輸入碼 黑色
|
||||||
|
hilited_back_color: 0xFFFFFF # 設定高亮文字的底色,可起到凸顯高亮部份的作用 白色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 高亮候選項的文字顏色,要醒目! 白色
|
||||||
|
hilited_candidate_back_color: 0xC7EAD0 # 高亮候選項的底色,若與背景色不同就會顯出光棒
|
||||||
|
candidate_text_color: 0x000000 # 候選項文字顏色,當與文字顏色不同時指定 黑色
|
||||||
|
comment_text_color: 0x868686 # 其他候選項提示碼顏色
|
||||||
|
zhuqianqing:
|
||||||
|
name: 竹浅青 # 方案名稱
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 8 # 行间距
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
back_color: 0xFFFFFF # 底色顏色,候选框颜色底色
|
||||||
|
#border_color: 0xD6D6D6 # 邊框顏色,與底色相同則爲無邊框的效果(描边颜色)
|
||||||
|
text_color: 0x000000 # 編碼行文字顏色,24位色值,用十六進制書寫方便些,順序是藍綠紅0xBBGGRR
|
||||||
|
hilited_text_color: 0x000000 # 高亮文字,即與當前高亮候選對應的那部份輸入碼 黑色
|
||||||
|
hilited_back_color: 0xFFFFFF # 設定高亮文字的底色,可起到凸顯高亮部份的作用 白色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 高亮候選項的文字顏色,要醒目! 白色
|
||||||
|
hilited_candidate_back_color: 0x9BAD23 # 高亮候選項的底色,若與背景色不同就會顯出光棒
|
||||||
|
candidate_text_color: 0x000000 # 候選項文字顏色,當與文字顏色不同時指定 黑色
|
||||||
|
comment_text_color: 0x4A95FF # 其他候選項提示碼顏色
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
mac_light:
|
||||||
|
name: Mac浅色
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xD75A00 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
mac_dark:
|
||||||
|
name: Mac深色
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 4 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 0 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 0 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0x252a2e # 候选条背景色
|
||||||
|
border_color: 0x050505 # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0xe9e9ea # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xD75A00 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
|
||||||
|
mac_green:
|
||||||
|
name: Mac绿
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 0 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 0 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_back_color: 0x32A14C # 第一候选项背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
mac_orange:
|
||||||
|
name: Mac橙
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
hilited_corner_radius: 5 # 高亮圆角
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
border_height: 4 # 窗口上下高度,大于圆角半径才生效
|
||||||
|
border_width: 4 # 窗口左右宽度,大于圆角半径才生效
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_back_color: 0x0E6BD8 # 第一候选项背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
|
||||||
|
mac_blue:
|
||||||
|
name: Mac浅蓝
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
font_point: 16 # 候选字大小
|
||||||
|
label_font_point: 13 # 候选编号大小
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色
|
||||||
|
back_color: 0xFFFFFF # 候选条背景色
|
||||||
|
border_color: 0xFFFFFF # 边框色
|
||||||
|
label_color: 0x999999 # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x3c3c3c # 预选项文字颜色
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xF8AA4D # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x999999 # 注解文字高亮
|
||||||
|
|
||||||
|
psionics:
|
||||||
|
name: 幽能
|
||||||
|
candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
font_point: 16 # 候选文字大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
text_color: 0xc2c2c2 # 拼音行文字颜色
|
||||||
|
back_color: 0x444444 # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
candidate_text_color: 0xeeeeee # 预选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xd4bc00 # 候选文字背景色
|
||||||
|
comment_text_color: 0x808080 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0xeeeeee # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0x444444 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
|
||||||
|
hilited_candidate_text_color: 0xfafafa # 第一候选项文字颜色
|
||||||
|
hilited_comment_text_color: 0x444444 # 注解文字高亮
|
||||||
|
|
||||||
|
win10:
|
||||||
|
candidate_format: "%c %@" # 如果是竖排建议改为 "%c\u2005%@" 这里控制横排间距
|
||||||
|
font_point: 17 # 候选文字大小
|
||||||
|
label_font_point: 16 # 候选编号大小
|
||||||
|
corner_radius: 0 # 候选条圆角
|
||||||
|
border_width: 6 # 窗口左右宽度
|
||||||
|
border_height: 6 # 窗口左右高度
|
||||||
|
margin_x: 12 # 字起始距左边距离
|
||||||
|
margin_y: 12 # 字上下边距
|
||||||
|
spacing: 10 # 间距
|
||||||
|
candidate_spacing: 24 # 候选字间隔
|
||||||
|
hilite_spacing: 8 # 序号和候选字之间的间隔
|
||||||
|
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
|
||||||
|
round_corner: 0 # 候选字背景色块圆角幅度
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
candidate_text_color: 0x000000 # 预选项文字颜色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xffffff # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xcc8f29 # 候选文字背景色
|
||||||
|
hilited_comment_text_color: 0xffffff # 注解文字高亮
|
||||||
|
hilited_label_color: 0xffffff # 已选字的数字的颜色
|
||||||
|
label_color: 0x888888 # 预选栏编号颜色
|
||||||
|
|
||||||
|
|
||||||
|
win10_for_xiaoxiao:
|
||||||
|
candidate_format: "%c.%@" # 如果是竖排建议改为 "%c\u2005%@" 这里控制横排间距
|
||||||
|
font_point: 19 # 候选文字大小
|
||||||
|
label_font_point: 19 # 候选编号大小
|
||||||
|
corner_radius: 0 # 候选条圆角
|
||||||
|
border_width: 2 # 窗口左右宽度
|
||||||
|
border_height: 2 # 窗口左右高度
|
||||||
|
border_color: 0xE7B659 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
margin_x: 12 # 字起始距左边距离
|
||||||
|
margin_y: 12 # 字上下边距
|
||||||
|
spacing: 10 # 间距
|
||||||
|
candidate_spacing: 10 # 候选字间隔
|
||||||
|
hilite_spacing: 8 # 序号和候选字之间的间隔
|
||||||
|
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
|
||||||
|
round_corner: 0 # 候选字背景色块圆角幅度
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
candidate_text_color: 0xE58200 # 预选项文字颜色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xffffff # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xE58200 # 第一候选项序号颜色mac
|
||||||
|
hilited_candidate_back_color: 0xffffff # 候选文字背景色
|
||||||
|
hilited_comment_text_color: 0x888888 # 注解文字高亮
|
||||||
|
hilited_label_color: 0xE58200 # 第一候选项序号颜色win
|
||||||
|
label_color: 0xE58200 # 预选栏编号颜色
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
win10_for_xiaoxiao_round:
|
||||||
|
candidate_format: "%c.%@" # 如果是竖排建议改为 "%c\u2005%@"
|
||||||
|
font_point: 20 # 候选文字大小
|
||||||
|
label_font_point: 20 # 候选编号大小
|
||||||
|
corner_radius: 5 # 候选条圆角
|
||||||
|
border_width: 2 # 窗口左右宽度
|
||||||
|
border_height: 2 # 窗口左右高度
|
||||||
|
border_color: 0xE7B659 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
margin_x: 12 # 字起始距左边距离
|
||||||
|
margin_y: 12 # 字上下边距
|
||||||
|
spacing: 10 # 间距
|
||||||
|
candidate_spacing: 10 # 候选字间隔
|
||||||
|
hilite_spacing: 8 # 序号和候选字之间的间隔
|
||||||
|
hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
|
||||||
|
round_corner: 0 # 候选字背景色块圆角幅度
|
||||||
|
line_spacing: 10 # 行间距(适用于竖排)
|
||||||
|
candidate_text_color: 0xE58200 # 预选项文字颜色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
text_color: 0x000000 # 拼音行文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0xffffff # 第一候选项背景背景色
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xE58200 # 第一候选项序号颜色mac
|
||||||
|
hilited_candidate_back_color: 0xffffff # 候选文字背景色
|
||||||
|
hilited_comment_text_color: 0x888888 # 注解文字高亮
|
||||||
|
hilited_label_color: 0xE58200 # 第一候选项序号颜色win
|
||||||
|
label_color: 0xE58200 # 预选栏编号颜色
|
||||||
|
|
||||||
|
xiaoxiao:
|
||||||
|
name: 小小
|
||||||
|
candidate_format: "%c. %@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 这里空格控制横排间距
|
||||||
|
font_point: 18.5 # 候选文字大小
|
||||||
|
label_font_point: 18.5 # 候选编号大小
|
||||||
|
corner_radius: 5 # 窗口圆角
|
||||||
|
line_spacing: 0 # 行间距(适用于竖排)
|
||||||
|
border_width: 1 # 窗口邊界寬度,大於圓角半徑才有效果
|
||||||
|
border_height: 6.5 # 窗口邊界高度,大於圓角半徑才有效果
|
||||||
|
border_color: 0xE58200 # 邊框顏色,與底色相同則爲無邊框的效果
|
||||||
|
text_color: 0x5a5a5a # 拼音等提示文字颜色
|
||||||
|
back_color: 0xffffff # 候选条背景色
|
||||||
|
candidate_text_color: 0xE58200 # 第一候选项文字颜色
|
||||||
|
hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_label_color: 0xE58200 # 第一候选项序号颜色mac
|
||||||
|
hilited_candidate_back_color: 0xffffff # 候选文字背景色
|
||||||
|
comment_text_color: 0x888888 # 拼音等提示文字颜色
|
||||||
|
hilited_comment_text_color: 0x888888 # 注解文字高亮
|
||||||
|
#alpha: 0.1 # 输入法透明 1/0.1
|
||||||
|
|
||||||
|
aqua:
|
||||||
|
name: 碧水/Aqua
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x606060
|
||||||
|
back_color: 0xeeeceeee
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xeefa3a0a
|
||||||
|
comment_text_color: 0x5a5a5a
|
||||||
|
hilited_comment_text_color: 0xfcac9d
|
||||||
|
|
||||||
|
azure:
|
||||||
|
name: 青天/Azure
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0xcfa677
|
||||||
|
candidate_text_color: 0xffeacc
|
||||||
|
back_color: 0xee8b4e01
|
||||||
|
hilited_text_color: 0xffeacc
|
||||||
|
hilited_candidate_text_color: 0x7ffeff
|
||||||
|
hilited_candidate_back_color: 0x00000000
|
||||||
|
comment_text_color: 0xc69664
|
||||||
|
|
||||||
|
luna:
|
||||||
|
name: 明月/Luna
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0xa5a5a5
|
||||||
|
back_color: 0xdd000000
|
||||||
|
candidate_text_color: 0xeceeee
|
||||||
|
hilited_text_color: 0x7fffff
|
||||||
|
hilited_candidate_text_color: 0x7fffff
|
||||||
|
hilited_candidate_back_color: 0x40000000
|
||||||
|
comment_text_color: 0xa5a5a5
|
||||||
|
hilited_comment_text_color: 0x449c9d
|
||||||
|
|
||||||
|
ink:
|
||||||
|
name: 墨池/Ink
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x5a5a5a
|
||||||
|
back_color: 0xeeffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
#hilited_back_color: 0xdddddd
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xcc000000
|
||||||
|
comment_text_color: 0x5a5a5a
|
||||||
|
hilited_comment_text_color: 0x808080
|
||||||
|
|
||||||
|
lost_temple:
|
||||||
|
name: 孤寺/Lost Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0xe8f3f6
|
||||||
|
back_color: 0xee303030
|
||||||
|
hilited_text_color: 0x82e6ca
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0x82e6ca
|
||||||
|
comment_text_color: 0xbb82e6ca
|
||||||
|
hilited_comment_text_color: 0xbb203d34
|
||||||
|
|
||||||
|
dark_temple:
|
||||||
|
name: 暗堂/Dark Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0x92f6da
|
||||||
|
back_color: 0x222222
|
||||||
|
candidate_text_color: 0xd8e3e6
|
||||||
|
hilited_text_color: 0xffcf9a
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_text_color: 0x92f6da
|
||||||
|
hilited_candidate_back_color: 0x10000000 # 0x333333
|
||||||
|
comment_text_color: 0x606cff
|
||||||
|
|
||||||
|
psionics:
|
||||||
|
name: 幽能/Psionics
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
back_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_label_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xfafafa
|
||||||
|
hilited_candidate_back_color: 0xd4bc00
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_comment_text_color: 0x444444
|
||||||
|
|
||||||
|
purity_of_form:
|
||||||
|
name: 純粹的形式/Purity of Form
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
back_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0xfafafa
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
|
||||||
|
purity_of_essence:
|
||||||
|
name: 純粹的本質/Purity of Essence
|
||||||
|
author: 佛振
|
||||||
|
text_color: 0x2c2ccc
|
||||||
|
back_color: 0xfafafa
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xeeeeee
|
||||||
|
hilited_candidate_back_color: 0x444444
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
|
||||||
|
starcraft:
|
||||||
|
name: 星際我爭霸/StarCraft
|
||||||
|
author: Contralisk <contralisk@gmail.com>, original artwork by Blizzard Entertainment
|
||||||
|
text_color: 0xccaa88
|
||||||
|
candidate_text_color: 0x30bb55
|
||||||
|
back_color: 0xee000000
|
||||||
|
border_color: 0x1010a0
|
||||||
|
hilited_text_color: 0xfecb96
|
||||||
|
hilited_back_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0x70ffaf
|
||||||
|
hilited_candidate_back_color: 0x00000000
|
||||||
|
comment_text_color: 0x1010d0
|
||||||
|
hilited_comment_text_color: 0x1010f0
|
||||||
|
|
||||||
|
google:
|
||||||
|
name: 谷歌/Google
|
||||||
|
author: skoj <skoj@qq.com>
|
||||||
|
text_color: 0x666666 #拼音串
|
||||||
|
candidate_text_color: 0x000000 #非第一候选项
|
||||||
|
back_color: 0xFFFFFF #背景
|
||||||
|
border_color: 0xE2E2E2 #边框
|
||||||
|
hilited_text_color: 0x000000 #拼音串高亮
|
||||||
|
hilited_back_color: 0xFFFFFF #拼音串高亮背景
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF #第一候选项
|
||||||
|
hilited_candidate_back_color: 0xCE7539 #第一候选项背景
|
||||||
|
comment_text_color: 0x6D6D6D #注解文字
|
||||||
|
hilited_comment_text_color: 0xEBC6B0 #注解文字高亮
|
||||||
|
|
||||||
|
solarized_rock:
|
||||||
|
name: 曬經石/Solarized Rock
|
||||||
|
author: "Aben <tntaben@gmail.com>, based on Ethan Schoonover's Solarized color scheme"
|
||||||
|
back_color: 0x362b00
|
||||||
|
border_color: 0x362b00
|
||||||
|
text_color: 0x8236d3
|
||||||
|
hilited_text_color: 0x98a12a
|
||||||
|
candidate_text_color: 0x969483
|
||||||
|
comment_text_color: 0xc098a12a
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x8236d3
|
||||||
|
hilited_comment_text_color: 0x362b00
|
||||||
|
|
||||||
|
clean_white:
|
||||||
|
name: 简约白/Clean White
|
||||||
|
author: Chongyu Zhu <lembacon@gmail.com>, based on 搜狗「简约白」
|
||||||
|
horizontal: true
|
||||||
|
candidate_format: '%c %@'
|
||||||
|
corner_radius: 6
|
||||||
|
border_height: 6
|
||||||
|
border_width: 6
|
||||||
|
font_point: 16
|
||||||
|
label_font_point: 12
|
||||||
|
label_color: 0x888888
|
||||||
|
text_color: 0x808080
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
back_color: 0xeeeeee
|
||||||
|
hilited_candidate_label_color: 0xa0c98915
|
||||||
|
hilited_candidate_text_color: 0xc98915
|
||||||
|
hilited_candidate_back_color: 0xeeeeee
|
||||||
|
|
||||||
|
apathy:
|
||||||
|
name: 冷漠/Apathy
|
||||||
|
author: LIANG Hai
|
||||||
|
horizontal: true # 水平排列
|
||||||
|
inline_preedit: true #单行显示,false双行显示
|
||||||
|
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
|
||||||
|
corner_radius: 5 #候选条圆角
|
||||||
|
border_height: 0
|
||||||
|
border_width: 0
|
||||||
|
back_color: 0xFFFFFF #候选条背景色
|
||||||
|
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
|
||||||
|
font_point: 16 #候选字词大小
|
||||||
|
text_color: 0x424242 #高亮选中词颜色
|
||||||
|
label_font_face: "STHeitiSC-Light" #候选词编号字体
|
||||||
|
label_font_point: 12 #候选编号大小
|
||||||
|
hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
|
||||||
|
hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
|
||||||
|
comment_text_color: 0x999999 #拼音等提示文字颜色
|
||||||
|
|
||||||
|
dust:
|
||||||
|
name: 浮尘/Dust
|
||||||
|
author: Superoutman <asticosmo@gmail.com>
|
||||||
|
horizontal: true # 水平排列
|
||||||
|
inline_preedit: true #单行显示,false双行显示
|
||||||
|
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||||
|
corner_radius: 2 #候选条圆角
|
||||||
|
border_height: 3 # 窗口边界高度,大于圆角半径才生效
|
||||||
|
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
|
||||||
|
back_color: 0xeeffffff #候选条背景色
|
||||||
|
border_color: 0xE0B693 # 边框色
|
||||||
|
font_face: "HYQiHei-55S Book,HanaMinA Regular" #候选词字体
|
||||||
|
font_point: 14 #候选字词大小
|
||||||
|
label_font_face: "SimHei" #候选词编号字体
|
||||||
|
label_font_point: 10 #候选编号大小
|
||||||
|
label_color: 0xcbcbcb # 预选栏编号颜色
|
||||||
|
candidate_text_color: 0x555555 # 预选项文字颜色
|
||||||
|
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||||
|
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||||
|
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
|
||||||
|
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
|
||||||
|
|
||||||
|
mojave_dark:
|
||||||
|
name: 沙漠夜/Mojave Dark
|
||||||
|
author: xiehuc <xiehuc@gmail.com>
|
||||||
|
horizontal: true # 水平排列
|
||||||
|
inline_preedit: true # 单行显示,false双行显示
|
||||||
|
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||||
|
corner_radius: 5 # 候选条圆角
|
||||||
|
hilited_corner_radius: 3 # 高亮圆角
|
||||||
|
border_height: 6 # 窗口边界高度,大于圆角半径才生效
|
||||||
|
border_width: 6 # 窗口边界宽度,大于圆角半径才生效
|
||||||
|
font_face: "PingFangSC" # 候选词字体
|
||||||
|
font_point: 16 # 候选字词大小
|
||||||
|
label_font_point: 14 # 候选编号大小
|
||||||
|
|
||||||
|
text_color: 0xdedddd # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||||
|
back_color: 0x252320 # 候选条背景色
|
||||||
|
label_color: 0x888785 # 预选栏编号颜色
|
||||||
|
border_color: 0x020202 # 边框色
|
||||||
|
candidate_text_color: 0xdedddd # 预选项文字颜色
|
||||||
|
hilited_text_color: 0xdedddd # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_back_color: 0x252320 # 高亮拼音 (需要开启内嵌编码)
|
||||||
|
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
|
||||||
|
hilited_candidate_back_color: 0xcb5d00 # 第一候选项背景背景色
|
||||||
|
hilited_candidate_label_color: 0xffffff # 第一候选项编号颜色
|
||||||
|
comment_text_color: 0xdedddd # 拼音等提示文字颜色
|
||||||
|
#hilited_comment_text_color: 0xdedddd # 注解文字高亮
|
||||||
|
|
||||||
|
solarized_light:
|
||||||
|
name: 曬經・日/Solarized Light
|
||||||
|
author: 雪齋 <lyc20041@gmail.com>
|
||||||
|
color_space: display_p3 # Only available on macOS 10.12+
|
||||||
|
back_color: 0xf0E5F6FB #Lab 97, 0, 10
|
||||||
|
border_color: 0xf0EDFFFF #Lab 100, 0, 10
|
||||||
|
preedit_back_color: 0xf0D7E8ED #Lab 92, 0, 10
|
||||||
|
candidate_text_color: 0x3942CB #Lab 50, 65, 45
|
||||||
|
label_color: 0x2566C6 #Lab 55, 45, 65
|
||||||
|
comment_text_color: 0x8144C2 #Lab 50, 65, -5
|
||||||
|
text_color: 0x756E5D #Lab 45, -7, -7
|
||||||
|
hilited_back_color: 0xf0C9DADF #Lab 87, 0, 10
|
||||||
|
hilited_candidate_back_color: 0x403516 #Lab 20, -12, -12
|
||||||
|
hilited_candidate_text_color: 0x989F52 #Lab 60, -35, -5
|
||||||
|
hilited_candidate_label_color: 0xCC8947 #Lab 55, -10, -45
|
||||||
|
hilited_comment_text_color: 0x289989 #Lab 60, -20, 65
|
||||||
|
hilited_text_color: 0xBE706D #Lab 50, 15, -45
|
||||||
|
|
||||||
|
solarized_dark:
|
||||||
|
name: 曬經・月/Solarized Dark
|
||||||
|
author: 雪齋 <lyc20041@gmail.com>
|
||||||
|
color_space: display_p3 # Only available on macOS 10.12+
|
||||||
|
back_color: 0xf0352A0A #Lab 15, -12, -12
|
||||||
|
border_color: 0xf02A1F00 #Lab 10, -12, -12
|
||||||
|
preedit_back_color: 0xf0403516 #Lab 20, -12, -12
|
||||||
|
candidate_text_color: 0x989F52 #Lab 60, -35, -5
|
||||||
|
label_color: 0xCC8947 #Lab 55, -10, -45
|
||||||
|
comment_text_color: 0x289989 #Lab 60, -20, 65
|
||||||
|
text_color: 0xA1A095 #Lab 65, -05, -02
|
||||||
|
hilited_back_color: 0xf04C4022 #Lab 25, -12, -12
|
||||||
|
hilited_candidate_back_color: 0xD7E8ED #Lab 92, 0, 10
|
||||||
|
hilited_candidate_text_color: 0x3942CB #Lab 50, 65, 45
|
||||||
|
hilited_candidate_label_color: 0x2566C6 #Lab 55, 45, 65
|
||||||
|
hilited_comment_text_color: 0x8144C2 #Lab 50, 65, -5
|
||||||
|
hilited_text_color: 0x2C8BAE #Lab 60, 10, 65
|
||||||
|
|
||||||
|
|
||||||
|
# 特定App默认中/英文输入
|
||||||
|
app_options:
|
||||||
|
# no_inline: true # 不使用行內編輯
|
||||||
|
# ascii_punct: true # 中文状态输出英文标点(半角)
|
||||||
|
# ascii_mode: true # true默认英文,false默认中文
|
||||||
|
# vim_mode: true # 退出VIM插入模式自動切換輸入法狀態
|
||||||
|
# 获取命令:osascript -e 'id of app "App名"'
|
||||||
|
# ======================>MAC<==========================
|
||||||
|
# ======================>IDE编程<==========================
|
||||||
|
com.microsoft.VSCode:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
com.vscodium:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
com.apple.dt.Xcode:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
com.jetbrains.WebStorm:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
org.python.IDLE:
|
||||||
|
ascii_mode: true
|
||||||
|
ascii_punct: true
|
||||||
|
|
||||||
|
# ======================>编辑器<==========================
|
||||||
|
org.vim.MacVim:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
md.obsidian:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
org.gnu.Emacs:
|
||||||
|
ascii_mode: true
|
||||||
|
no_inline: true
|
||||||
|
|
||||||
|
com.github.atom:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
org.gnu.Aquamacs:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.sublimetext.2:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.macromates.TextMate.preview:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.barebones.textwrangler:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
org.kde.Kate:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
|
||||||
|
# ======================>终端<==========================
|
||||||
|
|
||||||
|
com.apple.Terminal:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
io.alacritty:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
com.googlecode.iterm2:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true
|
||||||
|
|
||||||
|
co.zeit.hyper:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
# ======================>系统<==========================
|
||||||
|
com.runningwithcrayons.Alfred:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.runningwithcrayons.Alfred-2:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.alfredapp.Alfred:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.apple.Spotlight:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
|
com.tencent.Lemon:
|
||||||
|
ascii_mode: true
|
||||||
|
|
||||||
59
trash/default.yaml
Normal file
59
trash/default.yaml
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
# Rime default settings
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
config_version: '0.40'
|
||||||
|
|
||||||
|
# 方案列表
|
||||||
|
schema_list:
|
||||||
|
- schema: 092wb
|
||||||
|
# - schema: py
|
||||||
|
|
||||||
|
switcher:
|
||||||
|
caption: 〔方案选单〕
|
||||||
|
hotkeys:
|
||||||
|
- Control+grave
|
||||||
|
|
||||||
|
fold_options: true # 呼出时是否折叠,多方案时建议折叠 true ,一个方案建议展开 false
|
||||||
|
abbreviate_options: true # 折叠时是否缩写选项
|
||||||
|
option_list_separator: ' / ' # 折叠时的选项分隔符
|
||||||
|
|
||||||
|
# 菜单
|
||||||
|
menu:
|
||||||
|
page_size: 10 # 候选词个数
|
||||||
|
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
|
||||||
|
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键
|
||||||
|
|
||||||
|
# 符号
|
||||||
|
punctuator:
|
||||||
|
full_shape:
|
||||||
|
__include: 092wb_punctuation:/full_shape
|
||||||
|
half_shape:
|
||||||
|
__include: 092wb_punctuation:/half_shape
|
||||||
|
|
||||||
|
# 快捷键
|
||||||
|
key_binder:
|
||||||
|
bindings:
|
||||||
|
__patch:
|
||||||
|
- 092wb_key_bindings:/092wb_hotkeys
|
||||||
|
|
||||||
|
recognizer:
|
||||||
|
patterns:
|
||||||
|
punct: "^zi([0-9]0?|[A-Za-z]+)$" # 特殊符号引导规则
|
||||||
|
reverse_lookup: "^z[a-z]*'?$" # 反查规则
|
||||||
|
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||||
|
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||||
|
helper: '^aid$'
|
||||||
|
unicode: "^U[a-f0-9]+" # lua_translator@unicode,输出 Unicode 字符
|
||||||
|
number: "^R[0-9]+[.]?[0-9]*" # lua_translator@number_translator,数字金额大写
|
||||||
|
gregorian_to_lunar: "^N[0-9]{1,8}" # lua_translator@lunar,公历转农历,输入 N20240115 得到「二〇二三年腊月初五」
|
||||||
|
|
||||||
|
# 功能键行为
|
||||||
|
ascii_composer:
|
||||||
|
good_old_caps_lock: true
|
||||||
|
switch_key:
|
||||||
|
Shift_L: commit_text
|
||||||
|
Shift_R: commit_text
|
||||||
|
Control_L: noop
|
||||||
|
Control_R: noop
|
||||||
|
Caps_Lock: clear
|
||||||
|
Eisu_toggle: clear
|
||||||
5
user.yaml
Normal file
5
user.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
var:
|
||||||
|
last_build_time: 1775657496
|
||||||
|
previously_selected_schema: 092wb
|
||||||
|
schema_access_time:
|
||||||
|
092wb: 1775564648
|
||||||
745
weasel.custom.yaml
Normal file
745
weasel.custom.yaml
Normal file
@@ -0,0 +1,745 @@
|
|||||||
|
# Weasel settings
|
||||||
|
# encoding: utf-8
|
||||||
|
# 来源 https://github.com/iDvel/rime-ice/blob/main/weasel.yaml
|
||||||
|
# 感谢 @[Mirtle](https://github.com/mirtlecn) 整理
|
||||||
|
# Rime 定制指南 <https://github.com/rime/home/wiki/CustomizationGuide#定製指南>
|
||||||
|
# Weasel 定制文档 <https://github.com/rime/weasel/wiki/Weasel-定制化>
|
||||||
|
# Weasel 字体设定 <https://github.com/rime/weasel/wiki/字體設定>
|
||||||
|
|
||||||
|
# 部分选项需要将 Weasel 更新至最新开发版才能生效
|
||||||
|
config_version: "2024.06.02"
|
||||||
|
|
||||||
|
patch:
|
||||||
|
# [app_options]
|
||||||
|
# 针对特定应用的设置
|
||||||
|
app_options:
|
||||||
|
firefox.exe:
|
||||||
|
inline_preedit: true # 行内显示预编辑区:规避 <https://github.com/rime/weasel/issues/946>
|
||||||
|
cmd.exe: # 带 .exe 的进程名:Weasel 15.0 及之前版本须小写; PR #1049 合并后释出的版本大小写不敏感
|
||||||
|
ascii_mode: true # 英文模式
|
||||||
|
conhost.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
windowsterminal.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
wt.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
pwsh.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
powershell.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
mintty.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
nvim-qt.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true # vim 模式, Esc <C-c> <C-[> 切换到 ascii 状态
|
||||||
|
# [End of <app_options>]
|
||||||
|
|
||||||
|
# [global settings]
|
||||||
|
show_notifications: true # 是否显示状态变化的通知:true;false;option_list(方案内的开头 option)
|
||||||
|
show_notifications_time: 1200 # 通知显示的时间,单位 ms
|
||||||
|
global_ascii: false # 切换为 ascii 模式时,是否影响所有窗口:true;false
|
||||||
|
# [End of <global settings>]
|
||||||
|
|
||||||
|
# [style]
|
||||||
|
# 字体;候选项、候选窗口的行为、布局及样式
|
||||||
|
style:
|
||||||
|
color_scheme: microsoft # 默认配色方案
|
||||||
|
# color_scheme_dark: nord # 深色模式下,Weasel 的配色方案,Windows 10 1809+ 可用
|
||||||
|
|
||||||
|
# 全局字体
|
||||||
|
# 格式:字体1:起始码位:结束码位:字重:字形,字体2……,字体会依次 fallback
|
||||||
|
# 详细设定请参考 <https://github.com/rime/weasel/wiki/字體設定>
|
||||||
|
font_face: "NotFont, Noto Color Emoji SVG:1f1e0:1f1ff, Segoe UI Emoji:80, LXGW Wenkai Narrow, Microsoft Yahei, TH-Times, TH-tshyn-P0, TH-tshyn-P1, TH-tshyn-P2, TH-tshyn-P16, 全宋体-1, 全宋体-2, 全宋体-3, 全宋体-F, 全宋体-X, 全宋体(调和), 全宋体(等宽), 宋体, SimSun, SimSun-ExtB, SimSun-ExtG"
|
||||||
|
label_font_face: "Microsoft YaHei" # 标签字体
|
||||||
|
comment_font_face: "NotFont, Noto Color Emoji SVG:80, 092etymon, Segoe UI Emoji:80, LXGW Wenkai Narrow, Microsoft Yahei, 全宋体-1, 全宋体-2, 全宋体-3, 全宋体-F, 全宋体-X, 全宋体(调和), 全宋体(等宽)" # 注释字体
|
||||||
|
font_point: 14 # 全局字体字号
|
||||||
|
label_font_point: 14 # 标签字体字号,不设定 fallback 到 font_point
|
||||||
|
comment_font_point: 13 # 注释字体字号,不设定 fallback 到 font_point
|
||||||
|
|
||||||
|
inline_preedit: true # 行内显示预编辑区:true;false
|
||||||
|
preedit_type: composition # 预编辑区内容:composition(编码); preview(选中的候选);preview_all(全部候选)
|
||||||
|
|
||||||
|
fullscreen: false # 候选窗口全屏显示:true;false
|
||||||
|
horizontal: false # 候选项横排:true;false
|
||||||
|
vertical_text: false # 竖排文本:true;false
|
||||||
|
# text_orientation: horizontal # 文本排列方向,效果和 `vertical_text` 相同:horizontal;vertical
|
||||||
|
vertical_text_left_to_right: false # 竖排方向是否从左到右:true;false
|
||||||
|
vertical_text_with_wrap: false # 文本竖排模式下,自动换行:true;false
|
||||||
|
vertical_auto_reverse: false # 文本竖排模式下,候选窗口位于光标上方时倒序排列:true;false
|
||||||
|
|
||||||
|
label_format: "%s" # 标签字符:例如 %s. 效果为 1. 2. 3. ....
|
||||||
|
mark_text: "|" # 标记字符,显示在选中的候选标签前,需要在配色方案中指定颜色;如该项为空字符串 "" 而配色方案中 hilited_mark_color 非透明色,则显示 Windows 11 输入法风格标记
|
||||||
|
ascii_tip_follow_cursor: false # 切换 ASCII 模式时,提示跟随鼠标,而非输入光标
|
||||||
|
enhanced_position: true # 无法定位候选框时,在窗口左上角显示候选框:true;false
|
||||||
|
display_tray_icon: false # 托盘显示独立于语言栏的额外图标:true;false
|
||||||
|
antialias_mode: default # 次像素反锯齿设定:default;force_dword;cleartype;grayscale;aliased
|
||||||
|
candidate_abbreviate_length: 30 # 候选项略写,超过此数字则用省略号代替。设置为 0 则不启用此功能
|
||||||
|
mouse_hover_ms: 0 # 鼠标悬停选词响应时间(ms),设置为 0 时禁用该功能
|
||||||
|
paging_on_scroll: true # 在候选窗口上滑动滚轮的行为:true(翻页);false (选中下一个候选)
|
||||||
|
click_to_capture: false # 鼠标点击候选项,创建截图:true;false
|
||||||
|
|
||||||
|
layout:
|
||||||
|
align_type: center # 标签、候选文字、注解文字之间的相对对齐方式:top ; center ; bottom
|
||||||
|
max_height: 600 # 候选框最大高度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
|
||||||
|
max_width: 0 # 候选框最大宽度,horizontal 布局如宽超此尺寸则换行显示候选,设置为 0 不启用此功能
|
||||||
|
min_height: 0 # 候选框最小高度
|
||||||
|
min_width: 10 # 候选框最小宽度
|
||||||
|
border_width: 1 # 边框宽度;又名 border
|
||||||
|
margin_x: 8 # 主体元素和候选框的左右边距;为负值时,不显示候选框
|
||||||
|
margin_y: 8 # 主体元素的上下边距;为负值时,不显示候选框
|
||||||
|
spacing: 13 # inline_preedit 为否时,编码区域和候选区域的间距
|
||||||
|
candidate_spacing: 22 # 候选项之间的间距
|
||||||
|
hilite_spacing: 6 # 候选项和相应标签的间距
|
||||||
|
hilite_padding: 8 # 高亮区域和内部文字的间距,影响高亮区域大小
|
||||||
|
# hilite_padding_x: 8 # 高亮区域和内部文字的左右间距,如无特殊指定则依 hilite_padding 设置
|
||||||
|
# hilite_padding_y: 8 # 高亮区域和内部文字的上下间距,如无特殊指定则依 hilite_padding 设置
|
||||||
|
shadow_radius: 0 # 阴影区域半径,为 0 不显示阴影;需要同时在配色方案中指定非透明的阴影颜色
|
||||||
|
shadow_offset_x: 0 # 阴影左右偏移距离
|
||||||
|
shadow_offset_y: 0 # 阴影上下偏移距离
|
||||||
|
corner_radius: 6 # 候选窗口圆角半径
|
||||||
|
round_corner: 8 # 候选背景色块圆角半径,又名 hilited_corner_radius
|
||||||
|
# type: vertical # 布局设置,效果和 style 下的设置相同:
|
||||||
|
# horizontal(横向);vertical(竖向) ; vertical_text(竖排文本) ; vertical+fullscreen(全屏) ; horizontal+fullscreen(横向全屏)
|
||||||
|
# [End of <style>]
|
||||||
|
|
||||||
|
# [preset_color_schemes]
|
||||||
|
# 配色设定
|
||||||
|
# 在小狼毫用户目录新建 preview 文件夹,将自定义皮肤的截图重命名为 color_scheme_<name>.png 放入此文件夹,可以在「输入法设定」中看到自定义皮肤效果
|
||||||
|
|
||||||
|
# 小狼毫配色在线设计:
|
||||||
|
# [RIME 西米](https://fxliang.github.io/RimeSeeMe/)
|
||||||
|
# [润笔](https://pdog18.github.io/rime-soak/#/theme)
|
||||||
|
|
||||||
|
# [小狼毫配色详解](https://github.com/rime/weasel/wiki/定制小狼毫配色)
|
||||||
|
|
||||||
|
preset_color_schemes:
|
||||||
|
# 以下是一个配色方案示例
|
||||||
|
nord: # 在 `style/color_schema` 指定的配色方案值
|
||||||
|
name: "远山/Nord" # 方案设置中显示的配色名称
|
||||||
|
author: Mirtle # 配色作者名称
|
||||||
|
color_format: rgba # 颜色格式:argb(0xaarrggbb);rgba(0xrrggbbaa);abgr(0xaabbggrr 默认)
|
||||||
|
# 默认配色
|
||||||
|
text_color: 0x2E3440 # 文字
|
||||||
|
shadow_color: 0x000000b4 # 阴影
|
||||||
|
label_color: 0x4C566A # 标签
|
||||||
|
comment_text_color: 0xD08770 # 注释
|
||||||
|
border_color: 0xECEFF4 # 边框
|
||||||
|
back_color: 0xECEFF4 # 背景
|
||||||
|
# 普通候选项配色
|
||||||
|
candidate_back_color: 0xECEFF4 # 背景
|
||||||
|
# candidate_border_color: # 边框
|
||||||
|
# candidate_shadow_color: # 阴影
|
||||||
|
candidate_text_color: 0x2E3440 # 文字
|
||||||
|
# 编码区域配色
|
||||||
|
hilited_text_color: 0x000000 # 文字
|
||||||
|
hilited_back_color: 0xEBCB8B # 背景
|
||||||
|
# hilited_shadow_color: # 阴影
|
||||||
|
# 选中的候选区域配色
|
||||||
|
hilited_mark_color: 0xBF616A # 标签前的标记
|
||||||
|
hilited_label_color: 0x4C566A # 标签
|
||||||
|
hilited_comment_text_color: 0xBF616A # 注释
|
||||||
|
hilited_candidate_text_color: 0x2E3440 # 文字
|
||||||
|
hilited_candidate_border_color: 0x8FBCBB # 边框
|
||||||
|
hilited_candidate_back_color: 0x8FBCBB # 背景
|
||||||
|
# hilited_candidate_shadow_color: # 阴影
|
||||||
|
# inline_preedit: false 时翻页箭头颜色,不设置则不显示箭头
|
||||||
|
# nextpage_color: 0x000000 # 下一页
|
||||||
|
# prevpage_color: 0x000000 # 上一页
|
||||||
|
|
||||||
|
# 修改自鼠须管配色方案
|
||||||
|
purity_of_form_custom:
|
||||||
|
name: "純粹的形式/Purity of Form Custom"
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0x808080
|
||||||
|
back_color: 0x545554
|
||||||
|
label_color: 0xBBBBBB
|
||||||
|
border_color: 0x545554
|
||||||
|
shadow_color: 0xb4000000
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
candidate_text_color: 0xEEEEEE
|
||||||
|
hilited_text_color: 0xEEEEEE
|
||||||
|
hilited_comment_text_color: 0x808080
|
||||||
|
hilited_candidate_back_color: 0xE3E3E3
|
||||||
|
hilited_candidate_border_color: 0xE3E3E3
|
||||||
|
hilited_candidate_label_color: 0x4C4C4C
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 以下为收集自网络和自配
|
||||||
|
MacRoseo: # 玫红字体
|
||||||
|
name: MacRoseo
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0x4F11FA
|
||||||
|
hilited_candidate_back_color: 0xEDEDF9
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0xBBCC27
|
||||||
|
|
||||||
|
MacRoseoAlt: # 玫红背景
|
||||||
|
name: MacRoseo
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x4F11FA
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0xBBCC27
|
||||||
|
|
||||||
|
WhiteAqua: # 水绿背景
|
||||||
|
name: WhiteAqua
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x9BAD23
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0xBBCC27
|
||||||
|
|
||||||
|
microsoft: # 微软
|
||||||
|
name: microsot
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0x7E7969
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x7E7969
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x4A95FF
|
||||||
|
|
||||||
|
jidian: # 仿极点
|
||||||
|
name: jidian
|
||||||
|
back_color: 0xF7FFFB
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0xF7FFFB
|
||||||
|
hilited_text_color: 0x0000CC
|
||||||
|
hilited_back_color: 0xF7FFFB
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0xF7FFFB
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x0000CC
|
||||||
|
|
||||||
|
# 以下为 weasel 自带的配色方案
|
||||||
|
# source: <https://github.com/rime/weasel/blob/master/output/data/weasel.yaml>
|
||||||
|
|
||||||
|
aqua:
|
||||||
|
name: 碧水/Aqua
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xeceeee
|
||||||
|
shadow_color: 0x00000000
|
||||||
|
border_color: 0xe0e0e0
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xd4d4d4
|
||||||
|
hilited_shadow_color: 0x00000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xfa3a0a
|
||||||
|
hilited_candidate_shadow_color: 0x00000000
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
candidate_back_color: 0xeceeee
|
||||||
|
candidate_shadow_color: 0x00000000
|
||||||
|
|
||||||
|
azure:
|
||||||
|
name: 青天/Azure
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0xffe8ca
|
||||||
|
candidate_text_color: 0xfff8ee
|
||||||
|
back_color: 0x8b4e01
|
||||||
|
border_color: 0x8b4e01
|
||||||
|
hilited_text_color: 0xfff8ee
|
||||||
|
hilited_back_color: 0x8b4e01
|
||||||
|
hilited_candidate_text_color: 0x7ffeff
|
||||||
|
hilited_candidate_back_color: 0xa95e01
|
||||||
|
comment_text_color: 0xc69664
|
||||||
|
|
||||||
|
luna:
|
||||||
|
name: 明月/Luna
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xcccccc
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0x7fffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
ink:
|
||||||
|
name: 墨池/Ink
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xdddddd
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
lost_temple:
|
||||||
|
name: 孤寺/Lost Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0xe8f3f6
|
||||||
|
back_color: 0x444444
|
||||||
|
border_color: 0x444444
|
||||||
|
hilited_text_color: 0x82e6ca
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0x82e6ca
|
||||||
|
|
||||||
|
dark_temple:
|
||||||
|
name: 暗堂/Dark Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0x92f6da
|
||||||
|
candidate_text_color: 0xd8e3e6
|
||||||
|
back_color: 0x222222
|
||||||
|
border_color: 0x222222
|
||||||
|
hilited_text_color: 0xffcf9a
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_text_color: 0x92f6da
|
||||||
|
hilited_candidate_back_color: 0x333333
|
||||||
|
comment_text_color: 0x606cff
|
||||||
|
|
||||||
|
starcraft:
|
||||||
|
name: 星際我爭霸/StarCraft
|
||||||
|
author: Contralisk <contralisk@gmail.com>, original artwork by Blizzard Entertainment
|
||||||
|
text_color: 0xccaa88
|
||||||
|
candidate_text_color: 0x30bb55
|
||||||
|
back_color: 0x000000
|
||||||
|
border_color: 0x1010a0
|
||||||
|
hilited_text_color: 0xfecb96
|
||||||
|
hilited_back_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0x60ffa8
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
google:
|
||||||
|
name: 谷歌/Google
|
||||||
|
author: skoj <skoj@qq.com>
|
||||||
|
text_color: 0x666666
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xE2E2E2
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0xCE7539
|
||||||
|
|
||||||
|
solarized_rock:
|
||||||
|
name: 曬經石/Solarized Rock
|
||||||
|
author: "Aben <tntaben@gmail.com>, based on Ethan Schoonover's Solarized color scheme"
|
||||||
|
back_color: 0x362b00
|
||||||
|
border_color: 0x362b00
|
||||||
|
text_color: 0x009985
|
||||||
|
hilited_text_color: 0x98a12a
|
||||||
|
candidate_text_color: 0x969483
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x8236d3
|
||||||
|
|
||||||
|
tintin:
|
||||||
|
name: "丁丁/ Tintin"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xd99500
|
||||||
|
border_color: 0xd99500
|
||||||
|
label_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_text_color: 0xf7d891
|
||||||
|
hilited_back_color: 0xd99500
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x2164f1
|
||||||
|
|
||||||
|
dota_2:
|
||||||
|
name: "DOTA 2"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x120f10
|
||||||
|
border_color: 0x120f10
|
||||||
|
label_color: 0x5c758f
|
||||||
|
hilited_text_color: 0x1841dd
|
||||||
|
hilited_back_color: 0x120f10
|
||||||
|
candidate_text_color: 0x5c758f
|
||||||
|
comment_text_color: 0x5c758f
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x1841dd
|
||||||
|
|
||||||
|
brasil:
|
||||||
|
name: "笆悉/Brasil"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x559311
|
||||||
|
border_color: 0x559311
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x7d3617
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x16c7f7
|
||||||
|
|
||||||
|
doraemon:
|
||||||
|
name: "銅鑼衛門/Doraemon"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x1200e5
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xe89f00
|
||||||
|
label_color: 0xe89f00
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x1200e5
|
||||||
|
candidate_text_color: 0xe89f00
|
||||||
|
comment_text_color: 0xe89f00
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xe89f00
|
||||||
|
|
||||||
|
espagna:
|
||||||
|
name: "埃斯巴尼亞/España"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x230dc3
|
||||||
|
border_color: 0x230dc3
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x2cb5f7
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x2cb5f7
|
||||||
|
|
||||||
|
gholabok:
|
||||||
|
name: "胡蘿菔/Gholabok"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x2939e8
|
||||||
|
border_color: 0x2939e8
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x437b00
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x3d6ded
|
||||||
|
|
||||||
|
kuma_shuzboz:
|
||||||
|
name: "熊出沒/Kuma Shuzboz"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0x2db6f8
|
||||||
|
border_color: 0x2db6f8
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x2db6f8
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
kuon:
|
||||||
|
name: "琨/Kuon"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x70b33e
|
||||||
|
border_color: 0x70b33e
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x70b33e
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0x70b33e
|
||||||
|
hilited_comment_text_color: 0x70b33e
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
macau:
|
||||||
|
name: "澳門/Macau"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x00d9ff
|
||||||
|
back_color: 0x81a300
|
||||||
|
border_color: 0x81a300
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x00d9ff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0x00d9ff
|
||||||
|
hilited_comment_text_color: 0x00d9ff
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
nba:
|
||||||
|
name: "NBA"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xb76a00
|
||||||
|
border_color: 0xb76a00
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x541ed7
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x541ed7
|
||||||
|
|
||||||
|
ps4:
|
||||||
|
name: "遊驛四/PS4"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x000000
|
||||||
|
border_color: 0x000000
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x575759
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xe89f00
|
||||||
|
|
||||||
|
skype:
|
||||||
|
name: "斯蓋普/Skype"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xefad00
|
||||||
|
border_color: 0xefad00
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xefad00
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xefad00
|
||||||
|
hilited_comment_text_color: 0xefad00
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
xbox_silver:
|
||||||
|
name: "銀色叉盒/Xbox Silver"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x1fc28d
|
||||||
|
back_color: 0xefeeee
|
||||||
|
border_color: 0xefeeee
|
||||||
|
label_color: 0x5bf0b5
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x5bf0b5
|
||||||
|
candidate_text_color: 0x1fc28d
|
||||||
|
comment_text_color: 0x1fc28d
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x448c28
|
||||||
|
|
||||||
|
youtube:
|
||||||
|
name: "YouTube"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xdedede
|
||||||
|
border_color: 0xdedede
|
||||||
|
label_color: 0x000000
|
||||||
|
hilited_text_color: 0x230dc3
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x230dc3
|
||||||
|
|
||||||
|
so_young:
|
||||||
|
name: "致青春/So Young"
|
||||||
|
author: "五磅兔 <zcunlin@foxmail.com>"
|
||||||
|
text_color: 0x8236d3
|
||||||
|
back_color: 0xe3f6fd
|
||||||
|
border_color: 0xd5e8ee
|
||||||
|
label_color: 0xa1a193
|
||||||
|
candidate_text_color: 0x837b65
|
||||||
|
comment_text_color: 0xd28b26
|
||||||
|
hilited_text_color: 0x969483
|
||||||
|
hilited_back_color: 0xd5e8ee
|
||||||
|
hilited_candidate_text_color: 0xd5e8ee
|
||||||
|
hilited_comment_text_color: 0xd5e8ee
|
||||||
|
hilited_candidate_back_color: 0x98a12a
|
||||||
|
|
||||||
|
smurfs:
|
||||||
|
name: "藍精靈/Smurfs"
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xbf7817
|
||||||
|
border_color: 0xf5ede0
|
||||||
|
label_color: 0xbf7817
|
||||||
|
hilited_text_color: 0xdbbc6d
|
||||||
|
hilited_back_color: 0xbf7817
|
||||||
|
candidate_text_color: 0xf6f6f6
|
||||||
|
comment_text_color: 0xf6f6f6
|
||||||
|
hilited_candidate_text_color: 0xf6f6f6
|
||||||
|
hilited_comment_text_color: 0xf6f6f6
|
||||||
|
hilited_candidate_back_color: 0xdbbc6d
|
||||||
|
|
||||||
|
wii:
|
||||||
|
name: "Wii"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x575759
|
||||||
|
back_color: 0xefefef
|
||||||
|
border_color: 0xefefef
|
||||||
|
label_color: 0xcac9c8
|
||||||
|
hilited_text_color: 0xffcc33
|
||||||
|
hilited_back_color: 0xefefef
|
||||||
|
candidate_text_color: 0x575759
|
||||||
|
comment_text_color: 0xcac9c8
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xffcc33
|
||||||
|
|
||||||
|
android:
|
||||||
|
name: "安卓/Android"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x99731c
|
||||||
|
border_color: 0x99731c
|
||||||
|
label_color: 0xc18835
|
||||||
|
hilited_text_color: 0x50c4a8
|
||||||
|
hilited_back_color: 0x99731c
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x50c4a8
|
||||||
|
|
||||||
|
cool_breeze:
|
||||||
|
name: "清風/Cool Breeze"
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
text_color: 0x0000FF
|
||||||
|
back_color: 0xFFFBFB
|
||||||
|
border_color: 0xFFAAAA
|
||||||
|
hilited_text_color: 0x0000CE
|
||||||
|
hilited_back_color: 0xFFFBFB
|
||||||
|
candidate_text_color: 0x009100
|
||||||
|
hilited_candidate_text_color: 0x6F003A
|
||||||
|
hilited_candidate_back_color: 0xFFD6AC
|
||||||
|
|
||||||
|
google_plus:
|
||||||
|
name: "Google+"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xcac9c8
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0x394bdd
|
||||||
|
label_color: 0xcac9c8
|
||||||
|
hilited_text_color: 0x394bdd
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x394bdd
|
||||||
|
comment_text_color: 0xcac9c8
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x394bdd
|
||||||
|
|
||||||
|
modern_warfare:
|
||||||
|
name: "現代戰爭/Modern Warfare"
|
||||||
|
author: P1461
|
||||||
|
text_color: 0x14bc70
|
||||||
|
back_color: 0x0a1b0d
|
||||||
|
border_color: 0x4bad83
|
||||||
|
hilited_text_color: 0xfbfdfc
|
||||||
|
hilited_back_color: 0x030e06
|
||||||
|
candidate_text_color: 0xabfedc
|
||||||
|
comment_text_color: 0xfcfdfb
|
||||||
|
hilited_candidate_text_color: 0xabfedc
|
||||||
|
hilited_candidate_back_color: 0x676f63
|
||||||
|
|
||||||
|
brisk:
|
||||||
|
name: "輕盈/Brisk"
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
text_color: 0x2238dc
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0x333333
|
||||||
|
hilited_text_color: 0x2238dc
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x575757
|
||||||
|
hilited_candidate_text_color: 0x2238dc
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
starcraft_ii:
|
||||||
|
name: "星際爭霸Ⅱ/StarCraft Ⅱ"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x29190a
|
||||||
|
border_color: 0x534b46
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x17100a
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xefad1e
|
||||||
|
|
||||||
|
steam:
|
||||||
|
name: "Steam"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xcd8c52
|
||||||
|
back_color: 0x141617
|
||||||
|
border_color: 0x353638
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xc9cfd1
|
||||||
|
hilited_back_color: 0x141617
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xa7a7a9
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xa7a7a9
|
||||||
|
hilited_candidate_back_color: 0x594231
|
||||||
|
|
||||||
|
flypy:
|
||||||
|
# description: |
|
||||||
|
# 小鹤飞扬:白底蓝字,红色高亮。
|
||||||
|
# 根据小鹤双拼官网图片制作
|
||||||
|
# http://www.flypy.com/images/mr.png
|
||||||
|
name: "小鹤飞扬/flypy"
|
||||||
|
author: "Pal.lxk <Pal.lxk@gmail.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xc6c6c6
|
||||||
|
label_color: 0xff8000
|
||||||
|
hilited_text_color: 0xff8000
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xff8000
|
||||||
|
comment_text_color: 0xff8000
|
||||||
|
hilited_candidate_text_color: 0x0000b0
|
||||||
|
hilited_comment_text_color: 0x0000b0
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
metroblue:
|
||||||
|
name: "现代蓝/Metro Blue"
|
||||||
|
author: "Prcuvu <prcuvu@gmail.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xd77800
|
||||||
|
label_color: 0x838383
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xd77800
|
||||||
|
hilited_label_color: 0xffffff
|
||||||
|
|
||||||
|
psionics:
|
||||||
|
name: 幽能/Psionics
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
back_color: 0x444444
|
||||||
|
border_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_label_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xfafafa
|
||||||
|
hilited_candidate_back_color: 0xd8bf00
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_comment_text_color: 0x444444
|
||||||
|
# [End of <preset_color_schemes>]
|
||||||
744
weasel.yaml
Normal file
744
weasel.yaml
Normal file
@@ -0,0 +1,744 @@
|
|||||||
|
# Weasel settings
|
||||||
|
# encoding: utf-8
|
||||||
|
# 来源 https://github.com/iDvel/rime-ice/blob/main/weasel.yaml
|
||||||
|
# 感谢 @[Mirtle](https://github.com/mirtlecn) 整理
|
||||||
|
# Rime 定制指南 <https://github.com/rime/home/wiki/CustomizationGuide#定製指南>
|
||||||
|
# Weasel 定制文档 <https://github.com/rime/weasel/wiki/Weasel-定制化>
|
||||||
|
# Weasel 字体设定 <https://github.com/rime/weasel/wiki/字體設定>
|
||||||
|
|
||||||
|
# 部分选项需要将 Weasel 更新至最新开发版才能生效
|
||||||
|
config_version: "2024.06.02"
|
||||||
|
|
||||||
|
# [app_options]
|
||||||
|
# 针对特定应用的设置
|
||||||
|
app_options:
|
||||||
|
firefox.exe:
|
||||||
|
inline_preedit: true # 行内显示预编辑区:规避 <https://github.com/rime/weasel/issues/946>
|
||||||
|
cmd.exe: # 带 .exe 的进程名:Weasel 15.0 及之前版本须小写; PR #1049 合并后释出的版本大小写不敏感
|
||||||
|
ascii_mode: true # 英文模式
|
||||||
|
conhost.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
windowsterminal.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
wt.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
pwsh.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
powershell.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
mintty.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
nvim-qt.exe:
|
||||||
|
ascii_mode: true
|
||||||
|
vim_mode: true # vim 模式, Esc <C-c> <C-[> 切换到 ascii 状态
|
||||||
|
# [End of <app_options>]
|
||||||
|
|
||||||
|
# [global settings]
|
||||||
|
show_notifications: true # 是否显示状态变化的通知:true;false;option_list(方案内的开头 option)
|
||||||
|
show_notifications_time: 1200 # 通知显示的时间,单位 ms
|
||||||
|
global_ascii: false # 切换为 ascii 模式时,是否影响所有窗口:true;false
|
||||||
|
# [End of <global settings>]
|
||||||
|
|
||||||
|
# [style]
|
||||||
|
# 字体;候选项、候选窗口的行为、布局及样式
|
||||||
|
style:
|
||||||
|
color_scheme: microsoft # 默认配色方案
|
||||||
|
# color_scheme_dark: nord # 深色模式下,Weasel 的配色方案,Windows 10 1809+ 可用
|
||||||
|
|
||||||
|
# 全局字体
|
||||||
|
# 格式:字体1:起始码位:结束码位:字重:字形,字体2……,字体会依次 fallback
|
||||||
|
# 详细设定请参考 <https://github.com/rime/weasel/wiki/字體設定>
|
||||||
|
font_face: "NotFont, Noto Color Emoji SVG:1f1e0:1f1ff, Segoe UI Emoji:80, LXGW Wenkai Narrow, Microsoft Yahei, TH-Times, TH-tshyn-P0, TH-tshyn-P1, TH-tshyn-P2, TH-tshyn-P16, 全宋体-1, 全宋体-2, 全宋体-3, 全宋体-F, 全宋体-X, 全宋体(调和), 全宋体(等宽), 宋体, SimSun, SimSun-ExtB, SimSun-ExtG"
|
||||||
|
label_font_face: "Microsoft YaHei" # 标签字体
|
||||||
|
comment_font_face: "NotFont, Noto Color Emoji SVG:80, 092etymon, Segoe UI Emoji:80, LXGW Wenkai Narrow, Microsoft Yahei, 全宋体-1, 全宋体-2, 全宋体-3, 全宋体-F, 全宋体-X, 全宋体(调和), 全宋体(等宽)" # 注释字体
|
||||||
|
font_point: 14 # 全局字体字号
|
||||||
|
label_font_point: 14 # 标签字体字号,不设定 fallback 到 font_point
|
||||||
|
comment_font_point: 13 # 注释字体字号,不设定 fallback 到 font_point
|
||||||
|
|
||||||
|
inline_preedit: true # 行内显示预编辑区:true;false
|
||||||
|
preedit_type: composition # 预编辑区内容:composition(编码); preview(选中的候选);preview_all(全部候选)
|
||||||
|
|
||||||
|
fullscreen: false # 候选窗口全屏显示:true;false
|
||||||
|
horizontal: false # 候选项横排:true;false
|
||||||
|
vertical_text: false # 竖排文本:true;false
|
||||||
|
# text_orientation: horizontal # 文本排列方向,效果和 `vertical_text` 相同:horizontal;vertical
|
||||||
|
vertical_text_left_to_right: false # 竖排方向是否从左到右:true;false
|
||||||
|
vertical_text_with_wrap: false # 文本竖排模式下,自动换行:true;false
|
||||||
|
vertical_auto_reverse: false # 文本竖排模式下,候选窗口位于光标上方时倒序排列:true;false
|
||||||
|
|
||||||
|
label_format: "%s" # 标签字符:例如 %s. 效果为 1. 2. 3. ....
|
||||||
|
mark_text: "|" # 标记字符,显示在选中的候选标签前,需要在配色方案中指定颜色;如该项为空字符串 "" 而配色方案中 hilited_mark_color 非透明色,则显示 Windows 11 输入法风格标记
|
||||||
|
ascii_tip_follow_cursor: false # 切换 ASCII 模式时,提示跟随鼠标,而非输入光标
|
||||||
|
enhanced_position: true # 无法定位候选框时,在窗口左上角显示候选框:true;false
|
||||||
|
display_tray_icon: false # 托盘显示独立于语言栏的额外图标:true;false
|
||||||
|
antialias_mode: default # 次像素反锯齿设定:default;force_dword;cleartype;grayscale;aliased
|
||||||
|
candidate_abbreviate_length: 30 # 候选项略写,超过此数字则用省略号代替。设置为 0 则不启用此功能
|
||||||
|
mouse_hover_ms: 0 # 鼠标悬停选词响应时间(ms),设置为 0 时禁用该功能
|
||||||
|
paging_on_scroll: true # 在候选窗口上滑动滚轮的行为:true(翻页);false (选中下一个候选)
|
||||||
|
click_to_capture: false # 鼠标点击候选项,创建截图:true;false
|
||||||
|
|
||||||
|
layout:
|
||||||
|
align_type: center # 标签、候选文字、注解文字之间的相对对齐方式:top ; center ; bottom
|
||||||
|
max_height: 600 # 候选框最大高度,文本竖排模式下如高度超此尺寸则换列显示候选,设置为 0 不启用此功能
|
||||||
|
max_width: 0 # 候选框最大宽度,horizontal 布局如宽超此尺寸则换行显示候选,设置为 0 不启用此功能
|
||||||
|
min_height: 0 # 候选框最小高度
|
||||||
|
min_width: 10 # 候选框最小宽度
|
||||||
|
border_width: 1 # 边框宽度;又名 border
|
||||||
|
margin_x: 8 # 主体元素和候选框的左右边距;为负值时,不显示候选框
|
||||||
|
margin_y: 8 # 主体元素的上下边距;为负值时,不显示候选框
|
||||||
|
spacing: 13 # inline_preedit 为否时,编码区域和候选区域的间距
|
||||||
|
candidate_spacing: 22 # 候选项之间的间距
|
||||||
|
hilite_spacing: 6 # 候选项和相应标签的间距
|
||||||
|
hilite_padding: 8 # 高亮区域和内部文字的间距,影响高亮区域大小
|
||||||
|
# hilite_padding_x: 8 # 高亮区域和内部文字的左右间距,如无特殊指定则依 hilite_padding 设置
|
||||||
|
# hilite_padding_y: 8 # 高亮区域和内部文字的上下间距,如无特殊指定则依 hilite_padding 设置
|
||||||
|
shadow_radius: 0 # 阴影区域半径,为 0 不显示阴影;需要同时在配色方案中指定非透明的阴影颜色
|
||||||
|
shadow_offset_x: 0 # 阴影左右偏移距离
|
||||||
|
shadow_offset_y: 0 # 阴影上下偏移距离
|
||||||
|
corner_radius: 6 # 候选窗口圆角半径
|
||||||
|
round_corner: 8 # 候选背景色块圆角半径,又名 hilited_corner_radius
|
||||||
|
# type: vertical # 布局设置,效果和 style 下的设置相同:
|
||||||
|
# horizontal(横向);vertical(竖向) ; vertical_text(竖排文本) ; vertical+fullscreen(全屏) ; horizontal+fullscreen(横向全屏)
|
||||||
|
# [End of <style>]
|
||||||
|
|
||||||
|
# [preset_color_schemes]
|
||||||
|
# 配色设定
|
||||||
|
# 在小狼毫用户目录新建 preview 文件夹,将自定义皮肤的截图重命名为 color_scheme_<name>.png 放入此文件夹,可以在「输入法设定」中看到自定义皮肤效果
|
||||||
|
|
||||||
|
# 小狼毫配色在线设计:
|
||||||
|
# [RIME 西米](https://fxliang.github.io/RimeSeeMe/)
|
||||||
|
# [润笔](https://pdog18.github.io/rime-soak/#/theme)
|
||||||
|
|
||||||
|
# [小狼毫配色详解](https://github.com/rime/weasel/wiki/定制小狼毫配色)
|
||||||
|
|
||||||
|
preset_color_schemes:
|
||||||
|
# 以下是一个配色方案示例
|
||||||
|
nord: # 在 `style/color_schema` 指定的配色方案值
|
||||||
|
name: "远山/Nord" # 方案设置中显示的配色名称
|
||||||
|
author: Mirtle # 配色作者名称
|
||||||
|
color_format: rgba # 颜色格式:argb(0xaarrggbb);rgba(0xrrggbbaa);abgr(0xaabbggrr 默认)
|
||||||
|
# 默认配色
|
||||||
|
text_color: 0x2E3440 # 文字
|
||||||
|
shadow_color: 0x000000b4 # 阴影
|
||||||
|
label_color: 0x4C566A # 标签
|
||||||
|
comment_text_color: 0xD08770 # 注释
|
||||||
|
border_color: 0xECEFF4 # 边框
|
||||||
|
back_color: 0xECEFF4 # 背景
|
||||||
|
# 普通候选项配色
|
||||||
|
candidate_back_color: 0xECEFF4 # 背景
|
||||||
|
# candidate_border_color: # 边框
|
||||||
|
# candidate_shadow_color: # 阴影
|
||||||
|
candidate_text_color: 0x2E3440 # 文字
|
||||||
|
# 编码区域配色
|
||||||
|
hilited_text_color: 0x000000 # 文字
|
||||||
|
hilited_back_color: 0xEBCB8B # 背景
|
||||||
|
# hilited_shadow_color: # 阴影
|
||||||
|
# 选中的候选区域配色
|
||||||
|
hilited_mark_color: 0xBF616A # 标签前的标记
|
||||||
|
hilited_label_color: 0x4C566A # 标签
|
||||||
|
hilited_comment_text_color: 0xBF616A # 注释
|
||||||
|
hilited_candidate_text_color: 0x2E3440 # 文字
|
||||||
|
hilited_candidate_border_color: 0x8FBCBB # 边框
|
||||||
|
hilited_candidate_back_color: 0x8FBCBB # 背景
|
||||||
|
# hilited_candidate_shadow_color: # 阴影
|
||||||
|
# inline_preedit: false 时翻页箭头颜色,不设置则不显示箭头
|
||||||
|
# nextpage_color: 0x000000 # 下一页
|
||||||
|
# prevpage_color: 0x000000 # 上一页
|
||||||
|
|
||||||
|
# 修改自鼠须管配色方案
|
||||||
|
purity_of_form_custom:
|
||||||
|
name: "純粹的形式/Purity of Form Custom"
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0x808080
|
||||||
|
back_color: 0x545554
|
||||||
|
label_color: 0xBBBBBB
|
||||||
|
border_color: 0x545554
|
||||||
|
shadow_color: 0xb4000000
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
candidate_text_color: 0xEEEEEE
|
||||||
|
hilited_text_color: 0xEEEEEE
|
||||||
|
hilited_comment_text_color: 0x808080
|
||||||
|
hilited_candidate_back_color: 0xE3E3E3
|
||||||
|
hilited_candidate_border_color: 0xE3E3E3
|
||||||
|
hilited_candidate_label_color: 0x4C4C4C
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 以下为收集自网络和自配
|
||||||
|
MacRoseo: # 玫红字体
|
||||||
|
name: MacRoseo
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0x4F11FA
|
||||||
|
hilited_candidate_back_color: 0xEDEDF9
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0xBBCC27
|
||||||
|
|
||||||
|
MacRoseoAlt: # 玫红背景
|
||||||
|
name: MacRoseo
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x4F11FA
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0xBBCC27
|
||||||
|
|
||||||
|
WhiteAqua: # 水绿背景
|
||||||
|
name: WhiteAqua
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x9BAD23
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0xBBCC27
|
||||||
|
|
||||||
|
microsoft: # 微软
|
||||||
|
name: microsot
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0x7E7969
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0x7E7969
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x4A95FF
|
||||||
|
|
||||||
|
jidian: # 仿极点
|
||||||
|
name: jidian
|
||||||
|
back_color: 0xF7FFFB
|
||||||
|
border_color: 0xD6D6D6
|
||||||
|
text_color: 0xF7FFFB
|
||||||
|
hilited_text_color: 0x0000CC
|
||||||
|
hilited_back_color: 0xF7FFFB
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0xF7FFFB
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x0000CC
|
||||||
|
|
||||||
|
# 以下为 weasel 自带的配色方案
|
||||||
|
# source: <https://github.com/rime/weasel/blob/master/output/data/weasel.yaml>
|
||||||
|
|
||||||
|
aqua:
|
||||||
|
name: 碧水/Aqua
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xeceeee
|
||||||
|
shadow_color: 0x00000000
|
||||||
|
border_color: 0xe0e0e0
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xd4d4d4
|
||||||
|
hilited_shadow_color: 0x00000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xfa3a0a
|
||||||
|
hilited_candidate_shadow_color: 0x00000000
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
candidate_back_color: 0xeceeee
|
||||||
|
candidate_shadow_color: 0x00000000
|
||||||
|
|
||||||
|
azure:
|
||||||
|
name: 青天/Azure
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0xffe8ca
|
||||||
|
candidate_text_color: 0xfff8ee
|
||||||
|
back_color: 0x8b4e01
|
||||||
|
border_color: 0x8b4e01
|
||||||
|
hilited_text_color: 0xfff8ee
|
||||||
|
hilited_back_color: 0x8b4e01
|
||||||
|
hilited_candidate_text_color: 0x7ffeff
|
||||||
|
hilited_candidate_back_color: 0xa95e01
|
||||||
|
comment_text_color: 0xc69664
|
||||||
|
|
||||||
|
luna:
|
||||||
|
name: 明月/Luna
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xcccccc
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0x7fffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
ink:
|
||||||
|
name: 墨池/Ink
|
||||||
|
author: 佛振 <chen.sst@gmail.com>
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0x000000
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xdddddd
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
lost_temple:
|
||||||
|
name: 孤寺/Lost Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0xe8f3f6
|
||||||
|
back_color: 0x444444
|
||||||
|
border_color: 0x444444
|
||||||
|
hilited_text_color: 0x82e6ca
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_text_color: 0x000000
|
||||||
|
hilited_candidate_back_color: 0x82e6ca
|
||||||
|
|
||||||
|
dark_temple:
|
||||||
|
name: 暗堂/Dark Temple
|
||||||
|
author: 佛振 <chen.sst@gmail.com>, based on ir_black
|
||||||
|
text_color: 0x92f6da
|
||||||
|
candidate_text_color: 0xd8e3e6
|
||||||
|
back_color: 0x222222
|
||||||
|
border_color: 0x222222
|
||||||
|
hilited_text_color: 0xffcf9a
|
||||||
|
hilited_back_color: 0x222222
|
||||||
|
hilited_candidate_text_color: 0x92f6da
|
||||||
|
hilited_candidate_back_color: 0x333333
|
||||||
|
comment_text_color: 0x606cff
|
||||||
|
|
||||||
|
starcraft:
|
||||||
|
name: 星際我爭霸/StarCraft
|
||||||
|
author: Contralisk <contralisk@gmail.com>, original artwork by Blizzard Entertainment
|
||||||
|
text_color: 0xccaa88
|
||||||
|
candidate_text_color: 0x30bb55
|
||||||
|
back_color: 0x000000
|
||||||
|
border_color: 0x1010a0
|
||||||
|
hilited_text_color: 0xfecb96
|
||||||
|
hilited_back_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0x60ffa8
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
google:
|
||||||
|
name: 谷歌/Google
|
||||||
|
author: skoj <skoj@qq.com>
|
||||||
|
text_color: 0x666666
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
back_color: 0xFFFFFF
|
||||||
|
border_color: 0xE2E2E2
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xFFFFFF
|
||||||
|
hilited_candidate_text_color: 0xFFFFFF
|
||||||
|
hilited_candidate_back_color: 0xCE7539
|
||||||
|
|
||||||
|
solarized_rock:
|
||||||
|
name: 曬經石/Solarized Rock
|
||||||
|
author: "Aben <tntaben@gmail.com>, based on Ethan Schoonover's Solarized color scheme"
|
||||||
|
back_color: 0x362b00
|
||||||
|
border_color: 0x362b00
|
||||||
|
text_color: 0x009985
|
||||||
|
hilited_text_color: 0x98a12a
|
||||||
|
candidate_text_color: 0x969483
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x8236d3
|
||||||
|
|
||||||
|
tintin:
|
||||||
|
name: "丁丁/ Tintin"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xd99500
|
||||||
|
border_color: 0xd99500
|
||||||
|
label_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_text_color: 0xf7d891
|
||||||
|
hilited_back_color: 0xd99500
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x2164f1
|
||||||
|
|
||||||
|
dota_2:
|
||||||
|
name: "DOTA 2"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x120f10
|
||||||
|
border_color: 0x120f10
|
||||||
|
label_color: 0x5c758f
|
||||||
|
hilited_text_color: 0x1841dd
|
||||||
|
hilited_back_color: 0x120f10
|
||||||
|
candidate_text_color: 0x5c758f
|
||||||
|
comment_text_color: 0x5c758f
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x1841dd
|
||||||
|
|
||||||
|
brasil:
|
||||||
|
name: "笆悉/Brasil"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x559311
|
||||||
|
border_color: 0x559311
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x7d3617
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x16c7f7
|
||||||
|
|
||||||
|
doraemon:
|
||||||
|
name: "銅鑼衛門/Doraemon"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x1200e5
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xe89f00
|
||||||
|
label_color: 0xe89f00
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x1200e5
|
||||||
|
candidate_text_color: 0xe89f00
|
||||||
|
comment_text_color: 0xe89f00
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xe89f00
|
||||||
|
|
||||||
|
espagna:
|
||||||
|
name: "埃斯巴尼亞/España"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x230dc3
|
||||||
|
border_color: 0x230dc3
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x2cb5f7
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x2cb5f7
|
||||||
|
|
||||||
|
gholabok:
|
||||||
|
name: "胡蘿菔/Gholabok"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x2939e8
|
||||||
|
border_color: 0x2939e8
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x437b00
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x3d6ded
|
||||||
|
|
||||||
|
kuma_shuzboz:
|
||||||
|
name: "熊出沒/Kuma Shuzboz"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0x2db6f8
|
||||||
|
border_color: 0x2db6f8
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x2db6f8
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x000000
|
||||||
|
|
||||||
|
kuon:
|
||||||
|
name: "琨/Kuon"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x70b33e
|
||||||
|
border_color: 0x70b33e
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x70b33e
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0x70b33e
|
||||||
|
hilited_comment_text_color: 0x70b33e
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
macau:
|
||||||
|
name: "澳門/Macau"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x00d9ff
|
||||||
|
back_color: 0x81a300
|
||||||
|
border_color: 0x81a300
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x00d9ff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0x00d9ff
|
||||||
|
hilited_comment_text_color: 0x00d9ff
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
nba:
|
||||||
|
name: "NBA"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xb76a00
|
||||||
|
border_color: 0xb76a00
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0x541ed7
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x541ed7
|
||||||
|
|
||||||
|
ps4:
|
||||||
|
name: "遊驛四/PS4"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x000000
|
||||||
|
border_color: 0x000000
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x575759
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xe89f00
|
||||||
|
|
||||||
|
skype:
|
||||||
|
name: "斯蓋普/Skype"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xefad00
|
||||||
|
border_color: 0xefad00
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xefad00
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xefad00
|
||||||
|
hilited_comment_text_color: 0xefad00
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
xbox_silver:
|
||||||
|
name: "銀色叉盒/Xbox Silver"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x1fc28d
|
||||||
|
back_color: 0xefeeee
|
||||||
|
border_color: 0xefeeee
|
||||||
|
label_color: 0x5bf0b5
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x5bf0b5
|
||||||
|
candidate_text_color: 0x1fc28d
|
||||||
|
comment_text_color: 0x1fc28d
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x448c28
|
||||||
|
|
||||||
|
youtube:
|
||||||
|
name: "YouTube"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xdedede
|
||||||
|
border_color: 0xdedede
|
||||||
|
label_color: 0x000000
|
||||||
|
hilited_text_color: 0x230dc3
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x230dc3
|
||||||
|
|
||||||
|
so_young:
|
||||||
|
name: "致青春/So Young"
|
||||||
|
author: "五磅兔 <zcunlin@foxmail.com>"
|
||||||
|
text_color: 0x8236d3
|
||||||
|
back_color: 0xe3f6fd
|
||||||
|
border_color: 0xd5e8ee
|
||||||
|
label_color: 0xa1a193
|
||||||
|
candidate_text_color: 0x837b65
|
||||||
|
comment_text_color: 0xd28b26
|
||||||
|
hilited_text_color: 0x969483
|
||||||
|
hilited_back_color: 0xd5e8ee
|
||||||
|
hilited_candidate_text_color: 0xd5e8ee
|
||||||
|
hilited_comment_text_color: 0xd5e8ee
|
||||||
|
hilited_candidate_back_color: 0x98a12a
|
||||||
|
|
||||||
|
smurfs:
|
||||||
|
name: "藍精靈/Smurfs"
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0xbf7817
|
||||||
|
border_color: 0xf5ede0
|
||||||
|
label_color: 0xbf7817
|
||||||
|
hilited_text_color: 0xdbbc6d
|
||||||
|
hilited_back_color: 0xbf7817
|
||||||
|
candidate_text_color: 0xf6f6f6
|
||||||
|
comment_text_color: 0xf6f6f6
|
||||||
|
hilited_candidate_text_color: 0xf6f6f6
|
||||||
|
hilited_comment_text_color: 0xf6f6f6
|
||||||
|
hilited_candidate_back_color: 0xdbbc6d
|
||||||
|
|
||||||
|
wii:
|
||||||
|
name: "Wii"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0x575759
|
||||||
|
back_color: 0xefefef
|
||||||
|
border_color: 0xefefef
|
||||||
|
label_color: 0xcac9c8
|
||||||
|
hilited_text_color: 0xffcc33
|
||||||
|
hilited_back_color: 0xefefef
|
||||||
|
candidate_text_color: 0x575759
|
||||||
|
comment_text_color: 0xcac9c8
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xffcc33
|
||||||
|
|
||||||
|
android:
|
||||||
|
name: "安卓/Android"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x99731c
|
||||||
|
border_color: 0x99731c
|
||||||
|
label_color: 0xc18835
|
||||||
|
hilited_text_color: 0x50c4a8
|
||||||
|
hilited_back_color: 0x99731c
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x50c4a8
|
||||||
|
|
||||||
|
cool_breeze:
|
||||||
|
name: "清風/Cool Breeze"
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
text_color: 0x0000FF
|
||||||
|
back_color: 0xFFFBFB
|
||||||
|
border_color: 0xFFAAAA
|
||||||
|
hilited_text_color: 0x0000CE
|
||||||
|
hilited_back_color: 0xFFFBFB
|
||||||
|
candidate_text_color: 0x009100
|
||||||
|
hilited_candidate_text_color: 0x6F003A
|
||||||
|
hilited_candidate_back_color: 0xFFD6AC
|
||||||
|
|
||||||
|
google_plus:
|
||||||
|
name: "Google+"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xcac9c8
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0x394bdd
|
||||||
|
label_color: 0xcac9c8
|
||||||
|
hilited_text_color: 0x394bdd
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x394bdd
|
||||||
|
comment_text_color: 0xcac9c8
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0x394bdd
|
||||||
|
|
||||||
|
modern_warfare:
|
||||||
|
name: "現代戰爭/Modern Warfare"
|
||||||
|
author: P1461
|
||||||
|
text_color: 0x14bc70
|
||||||
|
back_color: 0x0a1b0d
|
||||||
|
border_color: 0x4bad83
|
||||||
|
hilited_text_color: 0xfbfdfc
|
||||||
|
hilited_back_color: 0x030e06
|
||||||
|
candidate_text_color: 0xabfedc
|
||||||
|
comment_text_color: 0xfcfdfb
|
||||||
|
hilited_candidate_text_color: 0xabfedc
|
||||||
|
hilited_candidate_back_color: 0x676f63
|
||||||
|
|
||||||
|
brisk:
|
||||||
|
name: "輕盈/Brisk"
|
||||||
|
author: "skoj <skoj@qq.com>"
|
||||||
|
text_color: 0x2238dc
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0x333333
|
||||||
|
hilited_text_color: 0x2238dc
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x575757
|
||||||
|
hilited_candidate_text_color: 0x2238dc
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
starcraft_ii:
|
||||||
|
name: "星際爭霸Ⅱ/StarCraft Ⅱ"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xffffff
|
||||||
|
back_color: 0x29190a
|
||||||
|
border_color: 0x534b46
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xffffff
|
||||||
|
hilited_back_color: 0x17100a
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xefad1e
|
||||||
|
|
||||||
|
steam:
|
||||||
|
name: "Steam"
|
||||||
|
author: "Patricivs <ipatrickmac@me.com>"
|
||||||
|
text_color: 0xcd8c52
|
||||||
|
back_color: 0x141617
|
||||||
|
border_color: 0x353638
|
||||||
|
label_color: 0xffffff
|
||||||
|
hilited_text_color: 0xc9cfd1
|
||||||
|
hilited_back_color: 0x141617
|
||||||
|
candidate_text_color: 0xffffff
|
||||||
|
comment_text_color: 0xa7a7a9
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xa7a7a9
|
||||||
|
hilited_candidate_back_color: 0x594231
|
||||||
|
|
||||||
|
flypy:
|
||||||
|
# description: |
|
||||||
|
# 小鹤飞扬:白底蓝字,红色高亮。
|
||||||
|
# 根据小鹤双拼官网图片制作
|
||||||
|
# http://www.flypy.com/images/mr.png
|
||||||
|
name: "小鹤飞扬/flypy"
|
||||||
|
author: "Pal.lxk <Pal.lxk@gmail.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xc6c6c6
|
||||||
|
label_color: 0xff8000
|
||||||
|
hilited_text_color: 0xff8000
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0xff8000
|
||||||
|
comment_text_color: 0xff8000
|
||||||
|
hilited_candidate_text_color: 0x0000b0
|
||||||
|
hilited_comment_text_color: 0x0000b0
|
||||||
|
hilited_candidate_back_color: 0xffffff
|
||||||
|
|
||||||
|
metroblue:
|
||||||
|
name: "现代蓝/Metro Blue"
|
||||||
|
author: "Prcuvu <prcuvu@gmail.com>"
|
||||||
|
text_color: 0x000000
|
||||||
|
back_color: 0xffffff
|
||||||
|
border_color: 0xd77800
|
||||||
|
label_color: 0x838383
|
||||||
|
hilited_text_color: 0x000000
|
||||||
|
hilited_back_color: 0xffffff
|
||||||
|
candidate_text_color: 0x000000
|
||||||
|
comment_text_color: 0x000000
|
||||||
|
hilited_candidate_text_color: 0xffffff
|
||||||
|
hilited_comment_text_color: 0xffffff
|
||||||
|
hilited_candidate_back_color: 0xd77800
|
||||||
|
hilited_label_color: 0xffffff
|
||||||
|
|
||||||
|
psionics:
|
||||||
|
name: 幽能/Psionics
|
||||||
|
author: 雨過之後、佛振
|
||||||
|
text_color: 0xc2c2c2
|
||||||
|
back_color: 0x444444
|
||||||
|
border_color: 0x444444
|
||||||
|
candidate_text_color: 0xeeeeee
|
||||||
|
hilited_text_color: 0xeeeeee
|
||||||
|
hilited_back_color: 0x444444
|
||||||
|
hilited_candidate_label_color: 0xfafafa
|
||||||
|
hilited_candidate_text_color: 0xfafafa
|
||||||
|
hilited_candidate_back_color: 0xd8bf00
|
||||||
|
comment_text_color: 0x808080
|
||||||
|
hilited_comment_text_color: 0x444444
|
||||||
|
# [End of <preset_color_schemes>]
|
||||||
Reference in New Issue
Block a user