Files
zhamao-framework/docs/.vuepress/components/plugin_list.js

27 lines
999 B
JavaScript
Raw Normal View History

2023-02-12 20:02:02 +08:00
module.exports = [
{
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'
2023-02-13 19:23:48 +08:00
},
{
name: 'plugin-handle',
description: '炸毛框架的猜成语插件,仅适配 onebots 实现。',
avatar: 'https://portrait.gitee.com/uploads/avatars/user/1726/5178850_Liufeiii_1609642372.png',
link: 'https://gitee.com/liufeii/plugin-handle'
2023-02-12 20:02:02 +08:00
}
];