Skip to content

Commit 62b15c9

Browse files
committed
doc: remove outdated description, update README
1 parent ded109f commit 62b15c9

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### 关于名字
66

7-
「uggx」这个名字感到奇怪吗?其实「uggx」就是「郑码」的郑码啦
7+
「uggx」为「郑码」之郑码
88

99
### 特点
1010

@@ -29,17 +29,18 @@
2929
+ 按回车可清屏
3030
+ 使用分号选择第二候选词
3131
+`` ` `` 进入拼音反查模式
32+
+ 你的使用习惯与本方案作者不一样?创建自己的 uggx.custom.yaml 来对本方案进行修改补充
3233

3334
### 用法与自定义
3435

3536
本方案可以用在任何基于 librime 的输入法平台上。
3637

3738
有关可用的程序列表及自定义配置,请查阅 https://rime.im/
3839

39-
注意:本方案所用语法较新,目前我本人不确定其最低支持的 librime 版本号是多少,请尽可能使用最新版。
40+
注意:本方案所用语法较新,不确定其最低支持的 librime 版本号是多少,请尽可能使用最新版。
4041

41-
欢迎提 issuse 交流。
42+
如有使用上的问题、改进建议等,欢迎提 issuse 交流。
4243

4344
### 鸣谢
4445

45-
+ 不知路人(吧友) - 多年前制作了一个「不知郑码」的方案。本方案正是沿用了其使用的码表,依据 librime 的新特性重写而来。
46+
+ 不知路人(吧友) - 曾制作过一个「不知郑码」的方案。本方案为沿用了其使用的码表,依赖 librime 的新特性重写而来。

uggx.schema.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ engine:
6464
# - simplifier # 用字转换
6565
- uniquifier # 去重
6666
- reverse_lookup_filter@pinyin_simp_reverse_lookup
67-
# - single_char_filter # 单字过滤器,屏蔽词组
68-
69-
# simplifier:
70-
# tips: all
71-
# tags: [ abc ]
72-
73-
# charset_filter:
74-
# tags: [ abc ]
7567

7668
recognizer:
7769
patterns:
@@ -95,8 +87,6 @@ speller:
9587
auto_clear: max_length # 输入全码长无候选时自动清空
9688

9789
punctuator:
98-
# 注意:「GB2312」等过滤器会过滤掉许多符号。
99-
# 使用符号时推荐使用「UTF-8」开关
10090
import_preset: symbols
10191

10292
# 默认的单字翻译器,这个只给出单字,优先级最高

uggx_fluency.schema.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ speller:
7777
auto_clear: max_length # 输入全码长无候选时自动清空
7878

7979
punctuator:
80-
# 注意:「GB2312」等过滤器会过滤掉许多符号。
81-
# 使用符号时推荐使用「UTF-8」开关
8280
import_preset: symbols
8381

8482
# 默认的单字翻译器,这个只给出单字,优先级最高

0 commit comments

Comments
 (0)