forked from wangxinleo/wechat-public-account-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wechat-public-account-push): 增加push-plus推送方式
- Loading branch information
1 parent
bbec0ec
commit 266118c
Showing
9 changed files
with
129 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[📌返回首页 >>>](../../README.md) | ||
|
||
# 使用PushDeer | ||
|
||
运行图示: | ||
|
||
 | ||
|
||
 | ||
|
||
 | ||
|
||
 | ||
|
||
## Ⅰ. 注册并使用push-plus服务 | ||
|
||
- 浏览器打开并登录 [push-plus首页](https://www.pushplus.plus/login.html) | ||
|
||
 | ||
|
||
 | ||
|
||
- 复制你的token保存备用 | ||
|
||
 | ||
|
||
## Ⅱ. 进行模板配置 | ||
|
||
仓库`config/template-config.cjs` 已内置两个模板,可以根据个人需求进行相应修改 | ||
|
||
> 模板中{{***.DATA}}都对应相应的数据,需要就保留,不需要就删掉 | ||
 | ||
|
||
## Ⅲ. 进行基础config配置 | ||
|
||
### 打开仓库中`config/index.cjs`的进行,进行编辑 | ||
|
||
 | ||
|
||
 | ||
|
||
 | ||
|
||
### 1. 使用push-plus模式 | ||
```javascript | ||
// 请将以下代码按照图示粘贴到对应位置 | ||
USE_PASSAGE: 'push-plus', | ||
``` | ||
 | ||
|
||
### 2. 你的token填到哪里? | ||
|
||
 | ||
|
||
### 3. Ⅲ. 中的模板id填到哪里? | ||
|
||
 | ||
|
||
|
||
**以上步骤完成后请返回首页继续进行后续操作** | ||
|
||
[📌返回首页 >>>](../../README.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters