Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoimiya-kokomi/Miao-Yunzai
喵版Yunzai-V3
https://github.com/yoimiya-kokomi/Miao-Yunzai
Last synced: 3 months ago
JSON representation
喵版Yunzai-V3
- Host: GitHub
- URL: https://github.com/yoimiya-kokomi/Miao-Yunzai
- Owner: yoimiya-kokomi
- License: gpl-3.0
- Created: 2023-03-04T05:39:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-18T12:21:48.000Z (6 months ago)
- Last Synced: 2024-05-29T02:34:27.364Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 51.6 MB
- Stars: 799
- Watchers: 12
- Forks: 147
- Open Issues: 144
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Miao-Yunzai v3
基于乐神版[云崽v3.0](https://gitee.com/le-niao/Yunzai-Bot) 改造,需要同时安装[miao-plugin](https://github.com/yoimiya-kokomi/miao-plugin.git)
对数据结构进行了改造,无法直接迁回原版Yunzai,请根据自己需求情况慎重安装!
使用[icqq](https://github.com/icqqjs/icqq) 登录,防止oicq可能出现的低版本问题
## 使用方法
[ ! 点击阅读Yunzai文档了解更多](https://yunzai-org.github.io/docs/)
> 必要环境 Windows/Linux + Chrome/Chromium/Edge
> 必要环境 Node.js>16.14.0 + Redis>5.0.0
> 推荐环境 Node.js=18.18.2 + Redis>6.0.0
> 推荐使用NVM对Node.js进行版本管理
### 克隆项目
> 请根据网络情况选择Github安装或Gitee安装
```sh
# 使用 Github
git clone --depth=1 https://github.com/yoimiya-kokomi/Miao-Yunzai.git
cd Miao-Yunzai
git clone --depth=1 https://github.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
``````sh
# 使用Gitee
git clone --depth=1 https://gitee.com/yoimiya-kokomi/Miao-Yunzai.git
cd Miao-Yunzai
git clone --depth=1 https://gitee.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
```### 安装[pnpm](https://pnpm.io/zh/installation)
> 已安装的可以跳过
```sh
npm install pnpm -g
```### 安装依赖
> 外网环境请修改的本地npm配置.npmrc
```sh
# 直接安装
pnpm install -P
```### 运行
> 首次运行按提示输入登录
```sh
npm run app
```### 登录
```sh
npm run login
```### 托管
```sh
npm run start
```
## 致谢| 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 |