mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 08:35:35 +08:00
update plugin market docs
This commit is contained in:
14
docs/.vuepress/components/plugin_list.js
Normal file
14
docs/.vuepress/components/plugin_list.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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'
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user