Difference between revisions of "Cloudpinyin/zh-cn"

From Fcitx
Jump to navigation Jump to search
(Created page with "== 潜在的安全问题 == 除了Google,所有的云提供商都不支持 SSL(顺便说一下,您需要更新到 0.2.1 才能在 Google 中使用 SSL),并且您可...")
Line 30: Line 30:
 
Before Fcitx run.
 
Before Fcitx run.
  
== Potential Security Issue ==
+
== 潜在的安全问题 ==
In spite of Google, all providers do not support SSL (by the way, you need to update to 0.2.1 to use SSL with Google), and you might not trust the provider, since the data you typed might have some private info. So think about it before use cloudpinyin.
+
除了Google,所有的云提供商都不支持 SSL(顺便说一下,您需要更新到 0.2.1 才能在 Google 中使用 SSL),并且您可能不信任该提供商,因为您键入的数据可能包含一些私人信息。 所以在使用云拼音之前请三思。
  
 
[[Category:Addon]]
 
[[Category:Addon]]

Revision as of 10:46, 29 August 2022

Other languages:
English • ‎中文(中国大陆)‎


cloudpinyin
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

Before Fcitx run.

潜在的安全问题

除了Google,所有的云提供商都不支持 SSL(顺便说一下,您需要更新到 0.2.1 才能在 Google 中使用 SSL),并且您可能不信任该提供商,因为您键入的数据可能包含一些私人信息。 所以在使用云拼音之前请三思。