From 7c863ba2c7e515e1143a0155a3bfa9a60646e32e Mon Sep 17 00:00:00 2001 From: Fish <65108397+FishZe@users.noreply.github.com> Date: Mon, 13 Feb 2023 01:33:41 +0800 Subject: [PATCH] add what2eat plugin to plugin market (#309) --- docs/.vuepress/components/plugin_list.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/.vuepress/components/plugin_list.js b/docs/.vuepress/components/plugin_list.js index 46c9d53d..21bd8b21 100644 --- a/docs/.vuepress/components/plugin_list.js +++ b/docs/.vuepress/components/plugin_list.js @@ -10,5 +10,11 @@ module.exports = [ 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' } ];