From cd0078c10c3fb495960d4084f604eaf35b1c87ab Mon Sep 17 00:00:00 2001 From: johlanse Date: Mon, 22 Nov 2021 20:10:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config_default.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/config_default.yml b/lib/config_default.yml index ea02642..4569d73 100644 --- a/lib/config_default.yml +++ b/lib/config_default.yml @@ -23,9 +23,16 @@ push: enable: false access_token: "" secret: "" + tg: enable: false chat_id: "" token: "" +# 目前仅支持pushplus推送二维码,默认建议实验pushplus推送 +# pushplus使用方法见:http://www.pushplus.plus/ + push_plus: + enable: true + token: "" + cron: "" \ No newline at end of file