feat: 添加R插件补集

This commit is contained in:
RrOrange 2023-03-28 01:03:17 +08:00
parent 6878ab9601
commit bbae01e2a5
2 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,10 @@ sudo apt-get install ffmpeg
## 📦 业务 ## 📦 业务
![help](./img/help.jpg) ![help](./img/help.jpg)
## 📦 扩展业务
[点击体验R插件的补集自定义回复、GPT Bing二合一回复](https://gitee.com/kyrzy0416/rconsole-plugin-complementary-set)
![help](https://gitee.com/kyrzy0416/rconsole-plugin-complementary-set/raw/master/img/example.jpg)
## 📝 计划功能 ## 📝 计划功能
- [ ] YouTube解析这个可能要🕊一久 - [ ] YouTube解析这个可能要🕊一久
- [x] Instagram解析 - [x] Instagram解析

View File

@ -60,7 +60,7 @@ class RConfig {
const watcher = chokidar.watch(file) const watcher = chokidar.watch(file)
watcher.on('change', (path) => { watcher.on('change', (path) => {
delete delete
logger.mark(`[修改配置文件][${name}]`) logger.mark(`[修改配置文件][${name}]`)
}) })
} }