1.0.2 • Published 1 year ago

egg-unipush v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

egg-unipush

Egg plugin for unipush

安装

npm i egg-unipush --save

依赖说明

依赖的 egg 版本

egg 3.xegg 2.xegg 1.x
😁😁

依赖的插件

nanoid

开启插件

// {app_root}/config/plugin.js
exports.unipush = {
  enable: true,
  package: 'egg-unipush',
};

配置

// {app_root}/config/config.default.js
config.unipush = {
  
};

示例

查看更多项目

License

MIT