From 8ee9697cc05399f035f29494fc2ad22d9a6e789a Mon Sep 17 00:00:00 2001 From: FYWinds Date: Fri, 19 Nov 2021 12:06:44 +0000 Subject: [PATCH] :beers: publish plugin gocqapi --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 975d8716..6f3df1c8 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -478,5 +478,13 @@ "desc": "基于nonebot的青年大学习插件,用来获取最新一期的青年大学习答案", "author": "ayanamiblhx", "repo": "https://github.com/ayanamiblhx/nonebot_plugin_youthstudy" + }, + { + "id": "gocqapi", + "link": "gocqapi", + "name": "gocqapi", + "desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]", + "author": "FYWinds", + "repo": "https://github.com/FYWinds/gocqapi" } ] \ No newline at end of file