From 43a188125ad10fbbad8b0b0fedfafb47c9fffc17 Mon Sep 17 00:00:00 2001 From: yafu Date: Mon, 24 Jul 2023 16:08:09 +0800 Subject: [PATCH] =?UTF-8?q?PushMe=E6=B6=88=E6=81=AF=E9=80=9A=E9=81=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/config.sample.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sample/config.sample.sh b/sample/config.sample.sh index 85782464..55211363 100644 --- a/sample/config.sample.sh +++ b/sample/config.sample.sh @@ -168,4 +168,9 @@ export SMTP_PASSWORD="" ## smtp_name 填写 SMTP 收发件人姓名,可随意填写 export SMTP_NAME="" +## 15. PushMe +## 官方说明文档:https://push.i-i.me/ +## PUSHME_KEY (必填)填写PushMe APP上获取的push_key +export PUSHME_KEY="" + ## 其他需要的变量,脚本中需要的变量使用 export 变量名= 声明即可