mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
📃 docs: 更新群号
This commit is contained in:
parent
c8fe813404
commit
15afc40c9f
@ -75,7 +75,9 @@ sudo apt-get install ffmpeg
|
|||||||
> [图文教程【群友推荐!】](https://www.bilibili.com/read/cv12349604)
|
> [图文教程【群友推荐!】](https://www.bilibili.com/read/cv12349604)
|
||||||
|
|
||||||
## 🤺 R插件交流群
|
## 🤺 R插件交流群
|
||||||
马上开放
|
扫码不行就:575663150
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 🧑🌾 进阶内容
|
## 🧑🌾 进阶内容
|
||||||
【可选】相关配置(apps/tools.js):
|
【可选】相关配置(apps/tools.js):
|
||||||
|
@ -79,6 +79,10 @@ export class tools extends plugin {
|
|||||||
reg: "(h5app.kuwo.cn)",
|
reg: "(h5app.kuwo.cn)",
|
||||||
fnc: "bodianMusic",
|
fnc: "bodianMusic",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
reg: "(kuaishou.com)",
|
||||||
|
fnc: "kuaishou",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
// 配置文件
|
// 配置文件
|
||||||
@ -774,6 +778,15 @@ export class tools extends plugin {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 快手解析
|
||||||
|
* @param e
|
||||||
|
* @return {Promise<void>}
|
||||||
|
*/
|
||||||
|
async kuaishou(e) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 哔哩哔哩下载
|
* 哔哩哔哩下载
|
||||||
* @param title
|
* @param title
|
||||||
|
BIN
img/qq.jpg
Normal file
BIN
img/qq.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
Loading…
x
Reference in New Issue
Block a user