3 Bark 送信
luolongfei edited this page 2022-09-20 10:23:56 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Bark 是一款 IOS 端用于推送自定义通知的 app是个人开发者在维护项目地址为 https://github.com/Finb/Bark ,客户端和服务端均开源。

1、前往 App Store 搜索Bark并安装

bark_01.png

2、打开Bark app点击注册设备,记得允许通知,然后就可以看到,右边红框中两个/之间的字符便是你的BARK_KEY,请将.env文件中的BARK_KEY的值设为此处获取的值

bark_02.png

3、将.env文件中的BARK_ENABLE的值设为1,以启用Bark送信功能

Bark 送信部分完。