boomker / rime-fast-xhup

基于小鹤双拼加鹤形辅助码的 Rime 配置方案,内附多种特色功能:词条置顶,强制删词,隐藏词条,词条降频,手动造词(中英),全码唯一自动顶词上屏(单字和部分词), 长词优先(成语短语简拼),英文大小写多格式输入,中英自动加空格,上屏历史回溯,快捷启动与切换App应用,多格式日期星期时间输入,长期更新 800W 词库
GNU Lesser General Public License v3.0
194 stars 20 forks source link

快捷指令更新后出现问题 #53

Closed Hodwe closed 5 months ago

Hodwe commented 5 months ago

1、仍然出现了记忆情况 2、输出字母而不是输出内容

https://github.com/boomker/rime-fast-xhup/assets/158744320/af7b9f9d-6b87-4e52-9fc2-e102705934ca

boomker commented 5 months ago

你在 这行 ,改成 / 开头的触发前缀试试。

我这边都是正常的。

Hodwe commented 5 months ago

是不是因为新加的这一串代码: or inputCode:match("^/j%l+") 导致只能使用/+字母 之前都好好的

boomker commented 5 months ago

和这个没有关系,触发前缀是可自由配置的,但是建议还是 /开头,避免影响到正常候选项。

Hodwe commented 5 months ago

/用作其他,我现在使用vvv作为触发词,但刚才的问题仍然存在,无法使用

https://github.com/boomker/rime-fast-xhup/assets/158744320/271e8c35-9ec9-43f0-8ffe-84d6a925f199

boomker commented 5 months ago

我知道问题所在了,临时解决: 注释掉这行: https://github.com/boomker/rime-fast-xhup/blob/3a09c8ca28a0938e481bea793a2352f9755ba773/flypy_xhfast.custom.yaml#L41

或者:

image

 

boomker commented 5 months ago

刚更新了一版,现在应该好了,你再试试。

Anber55 commented 5 months ago

好像没收到更新 IMG_1187

boomker commented 5 months ago
image

master 分支上的

Hodwe commented 5 months ago

我看的确实是master 分支上的,是17h以前的,没有更新

截屏2024-05-21 06 37 28
Hodwe commented 5 months ago

我知道问题所在了,临时解决: 注释掉这行:

https://github.com/boomker/rime-fast-xhup/blob/3a09c8ca28a0938e481bea793a2352f9755ba773/flypy_xhfast.custom.yaml#L41

或者:

image

另外,这个lua我没有添加,可能是其他问题

boomker commented 5 months ago

@Hodwe 把你的配置发我看下,我这边测试是没问题的, 可能是你其他的 Lua 造成了影响。 或者你按照下面防止你的 Lua

image
Hodwe commented 5 months ago

【快传】我给你发了 20...43.zip, 快来看看 https://www.alipan.com/t/pVtRtmSqmNbDR6swrdE5 点击链接即可保存。「阿里云盘」APP ,无需下载极速在线查看,视频原画倍速播放。

boomker commented 5 months ago

https://cowtransfer.com/ 上传文件分享。阿里云盘得下载客户端

Hodwe commented 5 months ago

https://github.com/Hodwe/12345/blob/main/2024.05.21-11.32.21.zip

boomker commented 5 months ago

@Hodwe 我用了你的配置,没有问题

https://github.com/boomker/rime-fast-xhup/assets/19751472/721b252d-654a-4f2c-98a6-468b143007a0

Hodwe commented 5 months ago

我试了,我这个配置好像刚才的问题解决了,脱敏之后解决了,我一会再试试,看问题出在哪儿 另外,我刚才的方案有一个问题,就是输入vvma之后,就再也不能通过触发词触发界面,重新部署才可以

Hodwe commented 5 months ago

我试了,我这个配置好像刚才的问题解决了,脱敏之后解决了,我一会再试试,看问题出在哪儿 另外,我刚才的方案有一个问题,就是输入vvma之后,就再也不能通过触发词触发界面,重新部署才可以