2022-01-09 17:31:44 +08:00
|
|
|
|
[setting]
|
2022-09-02 15:08:49 +08:00
|
|
|
|
enable=true
|
2022-10-13 13:19:10 +08:00
|
|
|
|
# 共有 cqhttp ftqq(sever酱) pushplus telegram wecom dingrobot feishubot bark pushdeer gotify smtp(邮件推送)
|
|
|
|
|
|
push_server=pushplus
|
|
|
|
|
|
# server酱 pushplus dingrobot 的推送token
|
|
|
|
|
|
push_token=XXXXXX
|
2022-01-09 17:31:44 +08:00
|
|
|
|
|
|
|
|
|
|
[cqhttp]
|
2022-01-09 17:45:39 +08:00
|
|
|
|
#cqhttp的服务端地址
|
|
|
|
|
|
cqhttp_url=http://127.0.0.1:5000/send_private_msg
|
|
|
|
|
|
#推送给谁
|
2022-01-25 15:03:53 +08:00
|
|
|
|
cqhttp_qq=10001
|
|
|
|
|
|
|
|
|
|
|
|
[telegram]
|
|
|
|
|
|
api_url=api.telegram.org
|
|
|
|
|
|
bot_token=123465:abcdefg
|
2022-04-20 13:00:29 +08:00
|
|
|
|
chat_id=123456
|
|
|
|
|
|
|
|
|
|
|
|
[wecom]
|
2022-05-09 11:29:35 +08:00
|
|
|
|
#企业微信的corpid
|
|
|
|
|
|
wechat_id=
|
|
|
|
|
|
#企业微信的应用配置
|
2022-04-20 13:00:29 +08:00
|
|
|
|
agentid=
|
|
|
|
|
|
secret=
|
2022-05-09 11:29:35 +08:00
|
|
|
|
touser=@all
|
2022-04-20 13:44:55 +08:00
|
|
|
|
|
|
|
|
|
|
[pushdeer]
|
|
|
|
|
|
api_url=https://api2.pushdeer.com
|
2022-05-07 15:19:18 +08:00
|
|
|
|
token=
|
|
|
|
|
|
|
|
|
|
|
|
[dingrobot]
|
2022-05-09 00:52:11 +08:00
|
|
|
|
webhook=https://oapi.dingtalk.com/robot/send?access_token=XXX
|
2022-05-09 09:07:50 +08:00
|
|
|
|
secret=
|
|
|
|
|
|
|
2022-10-13 13:19:10 +08:00
|
|
|
|
[feishubot]
|
|
|
|
|
|
webhook=https://open.feishu.cn/open-apis/bot/v2/hook/XXX
|
|
|
|
|
|
|
2022-05-09 09:07:50 +08:00
|
|
|
|
[bark]
|
|
|
|
|
|
api_url=https://api.day.app
|
|
|
|
|
|
token=ssXXX
|
2022-09-16 09:36:21 +08:00
|
|
|
|
#bark通知图标,可选genshin,mihoyobbs,hokai2,honkai3rd,tears_of_themis
|
|
|
|
|
|
icon=genshin
|
2022-08-15 20:11:04 +08:00
|
|
|
|
|
|
|
|
|
|
[gotify]
|
|
|
|
|
|
api_url=http://xxx.xxx.cn
|
|
|
|
|
|
token=AMxxxx
|
2022-09-02 15:08:49 +08:00
|
|
|
|
priority=7
|
|
|
|
|
|
|
2022-11-18 19:13:46 +08:00
|
|
|
|
[ifttt]
|
|
|
|
|
|
# If (Receive a web request) Then (Send a rich notification from the IFTTT app)
|
|
|
|
|
|
# 使用value1(标题),value2(内容)
|
|
|
|
|
|
event=mihoyo_push
|
|
|
|
|
|
key=xxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
|
|
|
2022-09-02 15:08:49 +08:00
|
|
|
|
# 邮件推送
|
|
|
|
|
|
[smtp]
|
2022-09-04 19:12:36 +08:00
|
|
|
|
# 一般情况下,465端口会使用ssl加密默认465端口,不加密走25端口。
|
|
|
|
|
|
# 例如qq邮箱为465端口,ssl加密;163邮箱不加密,使用25端口。
|
|
|
|
|
|
# 请根据你的发送者邮箱配置端口和是否加密。
|
2022-09-02 15:08:49 +08:00
|
|
|
|
mailhost=smtp.qq.com
|
|
|
|
|
|
port=465
|
2022-09-04 19:12:36 +08:00
|
|
|
|
ssl_enable=true
|
2022-09-02 15:08:49 +08:00
|
|
|
|
fromaddr=xxx@example.com
|
|
|
|
|
|
toaddr=xxx@example.com
|
2022-09-04 19:12:36 +08:00
|
|
|
|
# 邮件主题
|
2022-09-02 15:08:49 +08:00
|
|
|
|
subject=AutoMihoyoBBS
|
|
|
|
|
|
username=xxx@example.com
|
|
|
|
|
|
# 授权码
|
|
|
|
|
|
password=passward
|