From 93017936cb2b2d0f68d884c159ea7a30c5fa8eb2 Mon Sep 17 00:00:00 2001 From: Fish <65108397+FishZe@users.noreply.github.com> Date: Tue, 14 Feb 2023 01:13:38 +0800 Subject: [PATCH] update plugin list (#313) - add crazy-thursday plugin - add code-runner plugin --- docs/.vuepress/components/plugin_list.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/components/plugin_list.js b/docs/.vuepress/components/plugin_list.js index 65e76ef2..0802a543 100644 --- a/docs/.vuepress/components/plugin_list.js +++ b/docs/.vuepress/components/plugin_list.js @@ -14,7 +14,7 @@ module.exports = [ { name: 'what2eat', description: '今天吃什么', - avatar: 'null', + avatar: null, link: 'https://github.com/FishZe/zhamao_plugin_what2eat' }, { @@ -22,5 +22,17 @@ module.exports = [ description: '炸毛框架的猜成语插件,仅适配 onebots 实现。', avatar: 'https://portrait.gitee.com/uploads/avatars/user/1726/5178850_Liufeiii_1609642372.png', link: 'https://gitee.com/liufeii/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' } ];