-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
trime.custom.yaml
失效
#902
Comments
3.2.9 键盘高度在 trime.custom.yaml 怎么写?我怎么部署之后没有用?我要设置键高:65. 谢谢。 |
trime.custom.yaml 这个文件名是不会出现在 build 中的,部署会把原 trime.yaml 的内容和 trime.custom.yaml 的内容合在一起,build 里还是叫 trime.yaml,但 trime.custom.yaml 里的相应内容会覆盖原 trime.yaml 的相应内容。 请尝试删除 build 文件夹下的 trime.yaml,然后再应用一次主题,看看是否发生了预期的配置更改变化。 |
另外的提醒:app 首页的部署按钮是不会部署主题的,这个部署按钮针对且只能针对 rime 的方案、字典等起效。同文的主题配置只是用到了 rime 为 yaml 添加的一些独有的编译语法,所以要靠 rime 引擎的部署功能来部署,但除此之外主题配置和 rime 引擎本身毫无瓜葛。主题的部署在选择和应用主题的那一刻开始。 |
這我知道。 |
same here, this is the error log on my phone, the app also crashes when I try to bring over my setup, I had to start from scratch with rimerc and all that Log file created at: 2023/01/05 09:34:13 |
我无法复现这个问题 …… UPDATE: 在多台设备测试均无此问题。/ Tested without this problem on multiple devices. |
今早再反覆測試後,又沒有問題了。 |
@goofyz 似乎检查到为何会概率性失效了。目前主题的部署是尽量做到无感知的,于是在应用主题的时候会同时部署更改。为了避免反复部署影响性能,同文会判断原文件是否更改过了,更改过则部署,否则不部署。但是这个条件判断不够完善,我只写了检测 |
... to determine whether to redeploy the theme. (osfans#901, osfans#902)
@goofyz 使用上面链接的测试版之后问题没有了,也不在崩溃了。🙏🏻 edit, 貌似仅仅是不会崩溃了,我设置的键盘layout还是没有apply |
Describe the bug
v3.2.10 中,
trime.custom.yaml
失效了To Reproduce
v3.2.10 中,
trime.custom.yaml
沒有應用到 build/rime.yaml 中。同一設定下,v3.2.9 沒有問題。
The text was updated successfully, but these errors were encountered: