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' } ];