76 lines
1.6 KiB
Markdown
76 lines
1.6 KiB
Markdown
# Miao-Yunzai
|
||
|
||
这里是Miao-Yunzai V4 测试仓库,
|
||
|
||
你应该积极使用 V3 ,它仍然是长期支持并维护的版本。
|
||
|
||
> 必要环境 Windows/Linux + Chrome/Chromium/Edge
|
||
|
||
> 必要环境 Node.js>16.14.0 + Redis>5.0.0
|
||
|
||
推荐使用`18.18.2`版本,如果系统不支持,最低要求`16.14.0`,这是新版`puppeteer`的限制
|
||
|
||
[!点击阅读Miao-Yunzai文档了解更多](https://ningmengchongshui.github.io/Miao-Yunzai-Docs/)
|
||
|
||
## 使用教程
|
||
|
||
- 安装源码
|
||
|
||
```sh
|
||
git clone --depth=1 -b dev https://github.com/yoimiya-kokomi/Miao-Yunzai.git
|
||
```
|
||
|
||
- 进入目录
|
||
|
||
```sh
|
||
cd Miao-Yunzai
|
||
```
|
||
|
||
- 安装插件(计划移除中...)
|
||
|
||
```sh
|
||
|
||
git clone --depth=1 https://github.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
|
||
```
|
||
|
||
- 安装依赖
|
||
|
||
```sh
|
||
npm install pnpm -g
|
||
pnpm install
|
||
```
|
||
|
||
- 启动
|
||
|
||
```sh
|
||
npm run app
|
||
```
|
||
|
||
- 重新登录
|
||
|
||
```sh
|
||
npm run login
|
||
```
|
||
|
||
- 进程托管
|
||
|
||
```sh
|
||
npm run start
|
||
```
|
||
|
||
- 杀死进程
|
||
|
||
```sh
|
||
npm run kill
|
||
```
|
||
|
||
## 致谢
|
||
|
||
| Nickname | Contribution |
|
||
| :-----------------------------------------------------------: | -------------------- |
|
||
| [Yunzai v3.0](https://gitee.com/le-niao/Yunzai-Bot) | 乐神的Yunzai-Bot V3 |
|
||
| [GardenHamster](https://github.com/GardenHamster/GenshinPray) | 模拟抽卡背景素材来源 |
|
||
| [西风驿站](https://bbs.mihoyo.com/ys/collection/839181) | 角色攻略图来源 |
|
||
| [米游社友人A](https://bbs.mihoyo.com/ys/collection/428421) | 角色突破素材图来源 |
|
||
| [icqq](https://github.com/icqqjs/icqq) | ICQQ |
|