mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
51 lines
1.7 KiB
JavaScript
51 lines
1.7 KiB
JavaScript
module.exports = [
|
||
{
|
||
name: 'hitokoto',
|
||
description: '一言',
|
||
avatar: null,
|
||
link: 'https://github.com/awesome-zhamao/hitokoto'
|
||
},
|
||
{
|
||
name: 'baidu-translate',
|
||
description: '翻译插件(百度)',
|
||
avatar: null,
|
||
link: 'https://github.com/zhamao-robot/baidu-translate-plugin'
|
||
},
|
||
{
|
||
name: 'go-cqhttp-adapter-plugin',
|
||
description: '框架接入 gocq 的适配器(将 OneBot 11 转为 12)',
|
||
avatar: 'https://user-images.githubusercontent.com/25968335/120111974-8abef880-c139-11eb-99cd-fa928348b198.png',
|
||
link: 'https://github.com/zhamao-robot/go-cqhttp-adapter-plugin'
|
||
},
|
||
{
|
||
name: 'what2eat',
|
||
description: '今天吃什么',
|
||
avatar: null,
|
||
link: 'https://github.com/FishZe/zhamao_plugin_what2eat'
|
||
},
|
||
{
|
||
name: 'plugin-handle',
|
||
description: '炸毛框架的猜成语插件,仅适配 onebots 实现。',
|
||
avatar: 'https://opengraph.githubassets.com/0/AeQiQi/plugin-handle',
|
||
link: 'https://github.com/AeQiQi/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'
|
||
},
|
||
{
|
||
name: 'ZMChatGPT',
|
||
description: '炸毛ChatGPT',
|
||
avatar: 'https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/ChatGPT_logo.svg/120px-ChatGPT_logo.svg.png',
|
||
link: 'https://github.com/DreamMiu/zm-chat-gpt'
|
||
}
|
||
];
|