Difference between revisions of "Cloudpinyin/zh-cn"
Jump to navigation
Jump to search
Matrikslee (talk | contribs) (Created page with "如果返回的词(字)已经出现在候选列表中,就会直接删除。") |
Matrikslee (talk | contribs) (Created page with "在运行fcitx之前。") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
如果返回的词(字)已经出现在候选列表中,就会直接删除。 | 如果返回的词(字)已经出现在候选列表中,就会直接删除。 | ||
− | == | + | == 实用技巧 == |
− | === | + | |
− | + | === 设置HTTP代理 === | |
+ | |||
+ | 简单设置 | ||
<nowiki>export http_proxy=http://ip:port</nowiki> | <nowiki>export http_proxy=http://ip:port</nowiki> | ||
<nowiki>export https_proxy=http://ip:port</nowiki> | <nowiki>export https_proxy=http://ip:port</nowiki> | ||
− | + | 在运行fcitx之前。 | |
− | == | + | == 潜在的安全问题 == |
− | + | 除了Google,所有的云提供商都不支持 SSL(顺便说一下,您需要更新到 0.2.1 才能在 Google 中使用 SSL),并且您可能不信任该提供商,因为您键入的数据可能包含一些私人信息。 所以在使用云拼音之前请三思。 | |
[[Category:Addon]] | [[Category:Addon]] |
Latest revision as of 10:47, 29 August 2022
Version | 0.2.1 |
---|---|
Dependency | curl |
Written In | C |
License | GPLv2 |
Type | module |
Website | http://github.com/fcitx/fcitx-cloudpinyin |
简介
云拼音是一个可以在拼音列表中添加云端候选词的Fcitx插件。目前它支持四种云提供商,Sogou, QQ, Baidu, Google。默认情况下,触发长度是10,您可以手动将其设置得更短。并且它还会使用基于内存的缓存来缓存最近的结果。
用法
当您使用任何与拼音相关的输入法,并且拼音字串长度超过了设定的阈值时,它就会向提供商服务器发送一个请求并取回结果。在加载云候选词时,候选列表中会保留一个"..."占位符。
如果返回的词(字)已经出现在候选列表中,就会直接删除。
实用技巧
设置HTTP代理
简单设置
export http_proxy=http://ip:port export https_proxy=http://ip:port
在运行fcitx之前。
潜在的安全问题
除了Google,所有的云提供商都不支持 SSL(顺便说一下,您需要更新到 0.2.1 才能在 Google 中使用 SSL),并且您可能不信任该提供商,因为您键入的数据可能包含一些私人信息。 所以在使用云拼音之前请三思。