BOT PE 是兼容V3环境和喵崽环境的yunzaijs机器人纯净版
开发框架核心库 https://github.com/yunzaijs/core
必备条件Chrome、Node.js@18、Git、Redis-6.2
git clone --depth=1 https://gitee.com/yunzaijs/bot.git ./yunzai-botcd yunzai-bot# 国内镜像,已安装可忽视
npm config set registry https://registry.npmmirror.com# yarn 不能使用2.x版本,它无法使用link
npm install yarn@1.19.1 -g
yarn --ignore-engines# 运行
yarn app- 进入根目录执行
bash <(curl -sSL gitee.com/lzqmql/qsign/raw/master/qsign)- 如需enka请访问:https://yzbz.fufuidc.com
当前仅有喵崽环境支持几乎所有的米游类插件
需要此环境的友友务必执行补丁脚本并安装原神和喵喵插件
- 执行补丁
node lib/miao-yunzai.js- 安装喵喵插件
# 克隆喵喵插件
git clone --depth=1 https://gitee.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin# or 加速地址
git clone --depth=1 https://ghfast.top/https://github.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin- 安装原神插件
# 克隆原神插件
git clone -b deploy --depth=1 https://gitee.com/yunzaijs/genshin.git ./plugins/genshin
- 去除环境
node lib/miao-yunzai.js --delete