Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MuXia-0326 authored Oct 17, 2022
1 parent b2f3b61 commit 998461f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,21 @@ logo 来自画师[memeno](https://www.pixiv.net/users/62635184),
- `原创插件`使用方法
1.`muxia` 开头的 js 文件复制到 `..\Yunzai-Bot\plugins\example` 目录下
2. 将 img 下的文件复制到`..\Yunzai-Bot\resources\img`目录下,`resources`目录下没有`img`目录,自行新建一个

- `重构插件`使用方法
1.`refactorCode` 目录下的 js 文件复制到 `..\Yunzai-Bot\plugins\example`

- linux
- **前置操作 (重要 重要 重要 重要 重要)**

**在 Yunzai-Bot 项目目录下执行**
```sh
cd plugins
git clone https://github.com/MuXia-0326/YunzaiBotJsPluginMuXia.git ./muxia
```

- `原创插件`使用方法

**`Yunzai-Bot/plugins`** 目录下执行下面的命令
```sh
mv muxia/*.js example
Expand All @@ -75,7 +79,9 @@ logo 来自画师[memeno](https://www.pixiv.net/users/62635184),
cd plugins
mv muxia/img/* resources/img
```

- `重构插件`使用方法

**`Yunzai-Bot/plugins`** 目录下执行下面的命令
```sh
mv muxia/refactorCode/*.js example
Expand Down

0 comments on commit 998461f

Please sign in to comment.