forked from JustUndertaker/jx3_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
113 lines (105 loc) · 3.04 KB
/
config.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# jx3_box的配置文件
# 自动聊天插件配置
chat_nlp:
# 腾讯云API的secretId,开通地址:https://console.cloud.tencent.com/cam/capi
secretId: ~
# 腾讯云API的secretKey,NLP申请:https://console.cloud.tencent.com/nlp
secretKey: ~
# 自动插话-语音合成配置
chat_voice:
# 阿里云的语音接口,开通地址:https://usercenter.console.aliyun.com/
appkey: ~
# 阿里云的语音接口,NLP申请:https://nls-portal.console.aliyun.com/overview
access: ~
# 阿里云的语音接口
secret: ~
# 发言人,文档:https://help.aliyun.com/knowledge_detail/84435.html?spm=a2c4g.11186631.2.1.67045663WlpL4n
voice: Aitong
# 编码格式,支持 PCM WAV MP3
format: mp3
# 采样率
sample_rate: 16000
# 音量,取值范围:0~100
volume: 50
# 语速,取值范围:-500~500
speech_rate: 0
# 音调,取值范围:-500~500
pitch_rate: 0
# jx3_api网站设置
jx3-api:
# ws链接地址
ws-path: wss://socket.nicemoe.cn
# 主站地址
jx3-url: https://www.jx3api.com
# 主站token,不填将不能访问带ticket的接口
jx3-token: ~
# 天气插件设置
weather:
# 和风天气api-key
api-key: ~
# 天气api地址
url-weather: https://devapi.qweather.com/v7/weather/
# 城市api地址
url-geoapi: https://geoapi.qweather.com/v2/city/
# 天气字体位置
font: ./resources/font/font.ttc
# 图标位置
icon-dir: ./resources/img/weather/icon/
# 背景图标位置
background: ./resources/img/weather/backgroud.png
# 疫情插件设置
yiqing:
# api地址
url: https://api.yimian.xyz/coro
# 字体位置
font: ./resources/font/font.ttc
# 背景图片位置
background: ./resources/img/yiqing/backgroud.png
# 默认设置
default:
# 默认昵称
nickname: 团子
# ws链接最大重连次数
max-recon-times: 100
# 插件debug日志是否显示在控制台
logger-debug: true
# 每个群默认绑定服务器
server: 幽月轮
# 是否接收添加好友请求
access-firend: true
# 是否接收加群请求
access-group: true
# 机器人在每个群默认开启状态
robot-status: true
# 机器人自动插话默认活跃度
robot-active: 10
# 群默认欢迎开关
robot-welcome-status: true
# 默认机器人的欢迎语
robot-welcome: 欢迎新同学来到这里。
# 群默认离开开关
robot-someone-left-status: true
# 默认成员离开说辞
robot-someone-left: 默默地离开了我们……
# 群默认晚安开关
robot-goodnight-status: true
# 默认晚安说辞
robot-goodnight: 我要去睡觉了,大家晚安……
# 是否开启智能私聊,开启后私聊机器人会获得回复
private-chat: true
# 离线bot数据清理时间,单位:小时
bot-outtime: 48
# 路径设置
path:
# 数据位置
data: ./data/
# 日志位置
log: ./log/
# html文件路径
html: /resources/html/
# 欢迎消息存储图片路径
welcome: ./data/welcome/
# 离群消息储存图片路径
someoneleft: ./data/someoneleft/
# 晚安储存图片路径
goodnight: ./data/goodnight/