This repository has been archived by the owner on Apr 13, 2018. It is now read-only.
增加插件的enable开关,支持通过配置文件开关插件
任一插件只需要在 profile.yml 中增加 enable 参数并设置为 false
即可关闭该插件。
例如 SendQR 插件的 SLUG 为 sendqr
,只需要在 profile.yml 中增加配置如下:
sendqr:
enable: false
即可关闭该插件。如果不设置,则默认启用该插件。