diff --git a/README.md b/README.md index 68e3de1..2d9ba90 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,9 @@ sudo apt-get install ffmpeg > [图文教程【群友推荐!】](https://www.bilibili.com/read/cv12349604) ## 🤺 R插件交流群 -马上开放 +扫码不行就:575663150 + +![575663150](./img/qq.jpg) ## 🧑‍🌾 进阶内容 【可选】相关配置(apps/tools.js): diff --git a/apps/tools.js b/apps/tools.js index ecf5855..cd962e8 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -79,6 +79,10 @@ export class tools extends plugin { reg: "(h5app.kuwo.cn)", fnc: "bodianMusic", }, + { + reg: "(kuaishou.com)", + fnc: "kuaishou", + }, ], }); // 配置文件 @@ -774,6 +778,15 @@ export class tools extends plugin { return true; } + /** + * 快手解析 + * @param e + * @return {Promise} + */ + async kuaishou(e) { + + } + /** * 哔哩哔哩下载 * @param title diff --git a/img/qq.jpg b/img/qq.jpg new file mode 100644 index 0000000..b0b2391 Binary files /dev/null and b/img/qq.jpg differ