-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,8 @@ private void HelpForm_Load(object sender, EventArgs e) | |
helpString += "2.5版支持微软五笔,支持Linux和macOS和更多命令行功能\r\n"; | ||
helpString += "2.6版增加了对Emoji颜文字的支持,微软拼音自定义短语支持小鹤双拼编码\r\n"; | ||
helpString += "2.7版增加了对QQ拼音新细胞词库qcel格式的支持,增加了MacOS原生拼音自定义短语plist的支持。升级dotnet core到3.1。\r\n"; | ||
helpString += "关于各种输入法的词库转换操作方法可以参见项目网站(https://github.com/studyzy/imewlconverter/)\r\n"; | ||
helpString += "2.8版增加了对微软拼音自学习词库的导入导出功能,增强了微软拼音自定义短语对双拼的支持,增加错误日志输出,启用新的CI和CD。"; | ||
helpString += "关于各种输入法的词库转换操作方法或提交新的Issue,请前往项目网站(https://github.com/studyzy/imewlconverter/)\r\n"; | ||
helpString += | ||
"如果您觉得深蓝词库转换能够给您的生活带来了极大的方便,可以通过微信或者支付宝捐赠该软件(https://github.com/studyzy/imewlconverter/wiki/Donate)。\r\n"; | ||
helpString += "有任何问题和建议请联系我:[email protected]\r\n"; | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ QQ的分类词库格式还没有研究出来怎么解析。 | |
2.5版增加了Win10微软五笔的用户自定义短语的导入导出,增加了Linux和macOS命令行模式的支持,增强了命令行的设置,修复了一些发现的Bug。 | ||
2.6版增加了对Emoji颜文字的支持,微软拼音自定义短语支持小鹤双拼编码。 | ||
2.7版增加了对QQ拼音新细胞词库qcel格式的支持,增加了MacOS原生拼音自定义短语plist的支持。升级dotnet到3.1。 | ||
2.8版增加了对微软拼音自学习词库的导入导出功能,增强了微软拼音自定义短语对双拼的支持,增加错误日志输出,启用新的CI和CD。 | ||
|
||
如果还有更多的词库需要转换,或者对该词库转换工具有什么建议,请联系我:[email protected] | ||
我的博客:http://studyzy.cnblogs.com | ||
|
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
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