dyphire
dyphire
> 會不會是你的配色方案背景色和前景色設成一樣的了? 官方版本部署使用没有任何问题,而且即使删除自定义配置完全默认部署也是一样的问题,只显示一个候选项。顺便除了候选项外 lua 脚本也没有生效,如果 lua 脚本正常生效是不会显示注音的
我这边测试还是无法正常使用,默认部署: 但之后测试自定义方案部署时发现更换 librime 后 lua 脚本可以正常工作了(不再显示注音),候选项的问题还是没解决
> 这个联想功能怎么在雾凇上面开启啊,有没有对应的配置,参考一下 不需要手动开启,librime 1.11.0 自带的特性,更新 rime 到最新版就可以了,桌面端去对应 github 仓库下载夜间构建版,ios 下载最新版的仓输入法
> 我这边 Mac 端在非完全编码的情况下,联想是这样的 我的 macOS 12.7 安装夜间构建版后候选界面不显示,只有最后的 0.16.2 发布版可正常使用,不知道为什么。试了好几次卸载后重启再全新安装也是一样,但其他人好像都能正常使用,搞不懂 编辑:找到同样的问题了,原来有人提过 https://github.com/rime/squirrel/issues/753 ,看来是 13.0 以前的系统都不能用了,只能使用 0.16.2
粗略看了下 tencent.dict.yaml 里面的广告词和黄色相关等垃圾词好多啊,想要清理干净估计得整 AI 训练模型才能处理了 在个人修改版中禁用腾讯向量大词库:https://github.com/dyphire/rime-ice/commit/d1200ed18a68c688dd5f23946d4708e05c1c5c7b ,转用质量可靠的搜狗词库(存在版权问题,主仓库肯定加不了) 
> 你这个手机上的皮肤好好看,能分享一下吗? 也是用的仓吗?我也是在别人分享的皮肤上改了改 [护眼绿改-仓输入法皮肤及字体.zip](https://github.com/iDvel/rime-ice/files/15004182/-.zip) 导入键盘布局别忘了设置下字体,不然图标显示不全
I realized that we can use the approachs mentioned there of [Alphanum sorting for humans in lua](http://notebook.kulchenko.com/algorithms/alphanumeric-natural-sorting-for-humans-in-lua) to achieve a more reasonable natural sorting, which is simpler than the existing...
> What exactly are you suggesting? Moving where addons are placed? Yes, quoting my previous review suggestions: > according to the installation instructions, maybe it should be changed to: >```lua...
If you choose to maintain the current logic, please consider changing the folder structure of the project to the following more reasonable composition: ``` ├───addons ├───docs ├───file-browser └───screenshots ```