forked from keenwon/eazydict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eazydict.yml
53 lines (44 loc) · 1 KB
/
.eazydict.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# 启用的插件
enable:
- google
- youdao
- bing
# 缓存的时间
# 年: y
# 月: M
# 周: w
# 天: d
expires: '2M'
# 彩色输出
colorful: true
# eazydict history 默认展示的历史记录条数
# 配置为 0,等同于关闭历史(更准确说是查不出历史)
historyCount: 10
# 输出设置
output:
youdao:
examples: 2 # 是否显示例句 不显示:0, 不限: -1, 其他为设置具体条数
phonetics: -1 # 是否显示音标
translates: 4 # 是否显示翻译
google:
examples: 2
phonetics: -1
translates: 4
bing:
examples: 2
phonetics: -1
translates: 4
# 插件设置(插件支持该项设置才有效)
plugins:
youdao:
retries: 2 # 重试次数
timeout: 5000 # 超时时间 单位毫秒
proxy: false # 代理设置 关闭: false, 开启: socks://127.0.0.1:1080 (或https)
google:
retries: 2
timeout: 5000
proxy: false
bing:
retries: 2
timeout: 5000
proxy: false