-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加小鹤双拼的辅码滤镜,方便小鹤用户看到形码提示。 默认关闭,可以在存在候选词情况下,使用「Control + Shift + C 」进行激活 Co-Authored-By: GGboxCloud <140216532+ggboxcloud@users.noreply.github.com>
- Loading branch information
1 parent
40e535a
commit 5fdc271
Showing
3 changed files
with
6,975 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "fly_Chaifen", | ||
"segmentation": { | ||
"type": "mmseg", | ||
"dict": { | ||
"type": "text", | ||
"file": "fly_Chaifen.txt" | ||
} | ||
}, | ||
"conversion_chain": [{ | ||
"dict": { | ||
"type": "text", | ||
"file": "fly_Chaifen.txt" | ||
} | ||
}] | ||
} |
Oops, something went wrong.