From 89083ae70ebd68fe9933a85ba435cd990935d256 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sun, 12 Feb 2023 18:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20=E4=BF=AE=E6=94=B9README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac9efee..c16440f 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,17 @@ Yenai-Plugin是一个Yunzai-Bot的扩展插件,提供对Bot的一些便捷操 1. 推荐使用git进行安装,以方便后续升级。在Yunzai目录打开终端,运行 ``` -// 使用gitee -git clone --depth=1 https://gitee.com/yeyang52/yenai-plugin.git ./plugins/yenai-plugin - // 使用github git clone --depth=1 https://github.com/yeyang52/yenai-plugin.git ./plugins/yenai-plugin + +// 使用gitee(可能更新不及时) +git clone --depth=1 https://gitee.com/yeyang52/yenai-plugin.git ./plugins/yenai-plugin ``` -2. 如需使用椰奶状态则需安装以下依赖: +2. 安装依赖(可选:不安装依赖将无法使用一些功能) ``` -pnpm add systeminformation -w +pnpm add systeminformation cheerio -w ``` ## 功能介绍