Skip to content

Commit

Permalink
add faq
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Dec 6, 2017
1 parent 56ef67d commit a11722b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@

识别后的文字会自动复制到你的剪贴板中。识别并复制成功后,Alfred 会弹出桌面通知提醒你。

## 常见问题

### 开了代理就报错

常见的错误有:

* Bad URI
* Method Not Allowed
* Request Failed

遇到此类问题请先尝试关闭代理确认是否为代理问题。若确认是代理问题而又不希望关闭代理软件的,可以在 Workflow Environment Variables 一栏增加两个变量如下:

| Name | Value | Don't Export |
| ------------ | ----- | ------------ |
| `HTTP_PROXY` | 空字符串 | NO |
| `http_proxy` | 空字符串 | NO |

重试即可。

## 授权协议

AGPLv3
Expand Down

0 comments on commit a11722b

Please sign in to comment.