mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
update plugin list (#313)
- add crazy-thursday plugin - add code-runner plugin
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
name: 'what2eat',
|
name: 'what2eat',
|
||||||
description: '今天吃什么',
|
description: '今天吃什么',
|
||||||
avatar: 'null',
|
avatar: null,
|
||||||
link: 'https://github.com/FishZe/zhamao_plugin_what2eat'
|
link: 'https://github.com/FishZe/zhamao_plugin_what2eat'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -22,5 +22,17 @@ module.exports = [
|
|||||||
description: '炸毛框架的猜成语插件,仅适配 onebots 实现。',
|
description: '炸毛框架的猜成语插件,仅适配 onebots 实现。',
|
||||||
avatar: 'https://portrait.gitee.com/uploads/avatars/user/1726/5178850_Liufeiii_1609642372.png',
|
avatar: 'https://portrait.gitee.com/uploads/avatars/user/1726/5178850_Liufeiii_1609642372.png',
|
||||||
link: 'https://gitee.com/liufeii/plugin-handle'
|
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'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user