nodebb插件,功能为:扫码公众号并关注,回复验
A starter kit for quickly creating NodeBB plugins. Comes with a pre-setup LESS file, server side JS script with an action:app.load
hook, and a client-side script. Most plugins need at least one of the above, so this ought to save you some time. For a full list of hooks have a look at our wiki page, and for more information about creating plugins please visit our documentation portal.
Fork this or copy it, and using your favourite text editor find and replace all instances of nodebb-plugin-quickstart
with nodebb-plugin-your-plugins-name
. Change the author's name in the LICENSE and package.json files.
Really simple, just edit static/lib/main.js
and paste in console.log('hello world');
, and that's it!
npm install nodebb-plugin-quickstart
Screenshots
Don't forget to add screenshots!
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。