rime / weasel

【小狼毫】Rime for Windows
https://rime.im
GNU General Public License v3.0
4.65k stars 555 forks source link

不知道为什么突然出现了bopomofo的文件。而且default自动还原。 #534

Closed ynotoony closed 4 years ago

ynotoony commented 4 years ago

image 我在double_pinyin_flypy.custom里面设置了如下的punctuator 举例: ",": [",", ",", "好吧"] 但是点击部署后 build文件夹里面的还是 ",": {commit: ","}

于是我修改了所有能找到这个punctuator设置的地方。全部改掉。 但是。部署还是无效的。是不是有什么默认的设置。

lotem commented 4 years ago

圖示除了luna_pinyin.extended是自定義的詞典外,其他文件均來自輸入法預設的配置及默認啓用的輸入方案。

請參閱:

定製指南 https://github.com/rime/home/wiki/CustomizationGuide#%E5%AE%9A%E8%A3%BD%E6%8C%87%E5%8D%97

Rime 中的數據文件分佈及作用 https://github.com/rime/home/wiki/RimeWithSchemata#rime-%E4%B8%AD%E7%9A%84%E6%95%B8%E6%93%9A%E6%96%87%E4%BB%B6%E5%88%86%E4%BD%88%E5%8F%8A%E4%BD%9C%E7%94%A8

ynotoony commented 4 years ago

昨天把所有的数据都清空了。然后一点点谨慎添加后。现在已经好了。。

出现了想要的效果。 还有一个问题想要请教一下。 punctuator如果需要自定义的话,是放在default.custom里面比较好,还是再<输入名>.custom.schema里面比较好呢?

我理解时在build文件夹外进行设置,deploy后,设置内容会自动更新到build文件夹里面。 而当时的情况时,不管我怎么修改,点击deploy后,build文件夹的内容会自动还原(可在编辑器中看到),应该是还有我没有注意到的地方。

On Jul 1, 2020, at 19:26, 弓辰 notifications@github.com wrote:

圖示除了luna_pinyin.extended是自定義的詞典外,其他文件均爲輸入法默認啓用的方案。

請參閱:

定製指南 https://github.com/rime/home/wiki/CustomizationGuide#%E5%AE%9A%E8%A3%BD%E6%8C%87%E5%8D%97 https://github.com/rime/home/wiki/CustomizationGuide#%E5%AE%9A%E8%A3%BD%E6%8C%87%E5%8D%97 Rime 中的數據文件分佈及作用 https://github.com/rime/home/wiki/RimeWithSchemata#rime-%E4%B8%AD%E7%9A%84%E6%95%B8%E6%93%9A%E6%96%87%E4%BB%B6%E5%88%86%E4%BD%88%E5%8F%8A%E4%BD%9C%E7%94%A8 https://github.com/rime/home/wiki/RimeWithSchemata#rime-%E4%B8%AD%E7%9A%84%E6%95%B8%E6%93%9A%E6%96%87%E4%BB%B6%E5%88%86%E4%BD%88%E5%8F%8A%E4%BD%9C%E7%94%A8 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rime/weasel/issues/534#issuecomment-652362144, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE36LFAAZ6UX2S6GHD2G6TTRZMMOVANCNFSM4ONJUG7Q.

ynotoony commented 4 years ago

image 邮件回复没有显示图片。这里再贴一下。 清空数据后再deploy是不会出现这些输入法的。所以有点疑惑。

Ace-Who commented 4 years ago

punctuator如果需要自定义的话,是放在default.custom里面比较好,还是再<输入名>.custom.schema里面比较好呢?

都可以,default 的组件配置需要在方案的组件配置中通过 <组件名>/import_preset: default 来导入。

ynotoony commented 4 years ago

那就是用default.custom自定义default文件,再在方案.custom里面引用default设置,来进行生效。 这样理解对吗?