mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
✨ feat: 添加R插件补集
This commit is contained in:
parent
6878ab9601
commit
bbae01e2a5
@ -86,6 +86,10 @@ sudo apt-get install ffmpeg
|
|||||||
## 📦 业务
|
## 📦 业务
|
||||||

|

|
||||||
|
|
||||||
|
## 📦 扩展业务
|
||||||
|
[点击体验R插件的补集(自定义回复、GPT Bing二合一回复)](https://gitee.com/kyrzy0416/rconsole-plugin-complementary-set)
|
||||||
|

|
||||||
|
|
||||||
## 📝 计划功能
|
## 📝 计划功能
|
||||||
- [ ] YouTube解析(这个可能要🕊一久)
|
- [ ] YouTube解析(这个可能要🕊一久)
|
||||||
- [x] Instagram解析
|
- [x] Instagram解析
|
||||||
|
@ -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}]`)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user