update plugin list (#313)

- add crazy-thursday plugin
- add code-runner plugin
This commit is contained in:
Fish 2023-02-14 01:13:38 +08:00 committed by GitHub
parent 8f7aa93f0d
commit 93017936cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ module.exports = [
{
name: 'what2eat',
description: '今天吃什么',
avatar: 'null',
avatar: null,
link: 'https://github.com/FishZe/zhamao_plugin_what2eat'
},
{
@ -22,5 +22,17 @@ module.exports = [
description: '炸毛框架的猜成语插件,仅适配 onebots 实现。',
avatar: 'https://portrait.gitee.com/uploads/avatars/user/1726/5178850_Liufeiii_1609642372.png',
link: 'https://gitee.com/liufeii/plugin-handle'
},
{
name: 'crazy-thursday',
description: '疯狂星期四',
avatar: null,
link: 'https://github.com/FishZe/zhamao_plugin_crazy_thursday'
},
{
name: 'code-runner',
description: '代码运行',
avatar: null,
link: 'https://github.com/FishZe/zhamao_plugin_code_runner'
}
];