-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加了两个外观样式,一个了计算器功能,以及两套的切换输入状态图标 #153
Draft
Jormungand-x
wants to merge
103
commits into
Mintimate:dev
Choose a base branch
from
Jormungand-x:main
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Co-authored-by: Mintimate <[email protected]>
Co-Authored-By: mirtlecn <[email protected]>
在小鹤双拼进行拆字时,使用双拼进行输入
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: iDvel <[email protected]>
BREAKING CHANGE: 移除输入法的custom全局个性化补丁配置,使用个性化配置代替 同为输入法一定需要default.yaml,同时空余出default.custom.yaml方便更新配置时候,自定义配置可以保留。 同文输入法、仓输入法主题可以参考: - https://github.com/Mintimate/RimeTheme resolved: Mintimate#38
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: mirtlecn <[email protected]>
resolved: Mintimate#53 Co-Authored-By: mirtlecn <[email protected]>
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: mirtlecn <[email protected]>
- 移除小鹤拼音内的简拼正则,可以大幅度提升拼写速度;双拼也不需要简拼。 - 优化其他拼音输入法内的简拼,理论上比通配效率高一些
- 修复「小鹤双拼辅码」可能存在的问题 resolved: Mintimate#57
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: iDvel <[email protected]>
- 颜文字由`vv`激活替换为`VV`激活 - 解决双拼组词时候,英文`vv`被占用而无法联想 resolve: Mintimate#61
candidate_list_layout 的优先级过大,可能存在兼容性问题。 官方推荐候选项横向配置: squirrel.yaml 内使用 horizontal定义, squirrel.custom.yaml 内使用 candidate_list_layout 覆写
Co-authored-by: mirtlecn <[email protected]>
Co-authored-by: iDvel <[email protected]>
修改引入写法,与原本并无使用效果上的区别
修复 auxCode 内的转义问题,使其 `,`和`%`等特殊符号可以转义。 resolved: Mintimate#70
同步 雾凇拼音 自动纠错 Lua
修复薄荷全拼内的偏旁部件拆字误使用小鹤风格拆字,导致单独激活全拼无法使用拆字的问题。 resolved: Mintimate#122
更新小狼毫配置的描述信息
punct内捕捉大写A-Z用于symbols映射 resolved: Mintimate#130
Co-authored-by: gaboolic <[email protected]>
resolve: Mintimate#131
格式化代码以修复全拼内的五笔反查失败问题。 resolve: Mintimate#135
symbols多字符匹配,优化非数字后续映射。使其不影响音标后续
如果想保持原本的自动纠错功能,可以修改方案内的 corrector_filter/keep_source_comment 为 true resolved: Mintimate#91
Co-authored-by: gaboolic <[email protected]>
使用 8105 词根给地球拼音的基础词频填充
terra_pinyin.dict.yaml 里的 use_preset_vocabulary 改成 false
(1)double_pinyin.schema.yaml(自然码双拼-薄荷定制) (2)double_pinyin_abc.schema.yaml(智能ABC双拼-薄荷定制) (3)double_pinyin_flypy.schema.yaml(小鹤双拼-薄荷定制) (4)double_pinyin_mspy.schema.yaml(微软双拼-薄荷定制) (5)double_pinyin_sogou.schema.yaml(搜狗双拼-薄荷定制) (6)double_pinyin_ziguang.schema.yaml(紫光双拼-薄荷定制) (7)rime_mint.schema.yaml(薄荷拼音-全拼输入) (8)rime_mint_flypy.schema.yaml(薄荷拼音-小鹤混输) (9)terra_pinyin.schema.yaml(地球拼音-薄荷定制) (10)wubi86_jidian.schema.yaml(五笔86-极点五笔) (11)wubi98_mint.schema.yaml(五笔98-五笔小筑) 2.新增加了两套皮肤样式,分别为亮色主题的极简白和暗色主题的极简墨。 涉及到的文件为:weasel.yaml
涉及的文件有: (1)icons文件夹(其中包含了两套图标) (2)double_pinyin.schema.yaml (3)double_pinyin_abc.schema.yaml (4)double_pinyin_flypy.schema.yaml (5)double_pinyin_mspy.schema.yaml (6)double_pinyin_sogou.schema.yaml (7)double_pinyin_ziguang.schema.yaml (8)rime_mint.schema.yaml (9)rime_mint_flypy.schema.yaml (10)terra_pinyin.schema.yaml (11)wubi86_jidian.schema.yaml (12)wubi98_mint.schema.yaml
2.更改weasel.yaml文件中默认的配色方案为碧皓青
Jormungand-x
changed the title
添加了两个外观样式,一个了计算器功能,以及两套的
添加了两个外观样式,一个了计算器功能,以及两套的切换输入状态图标
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.