# Elia-Yunzai 伊莉雅 **Repository Path**: Orbiter_StellarTrek/Elia-Yunzai ## Basic Information - **Project Name**: Elia-Yunzai 伊莉雅 - **Description**: Elia-Yunzai,源自@yoimiya-kokomi/Miao-Yunzai - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/Orbiter_StellarTrek/Elia-Yunzai - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 134 - **Created**: 2025-06-30 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Elia-Yunzai v3 伊莉雅

由Miao-Yunzai修改,轻量化版,增加和修改一些机制 ### 简介 开发该Yunzai的目的是本组织成员不便迁移到TRSS-Yunzai,又需要一个轻量化但可以正常使用的Miao-Yunzai,因此 **Elia-Yunzai** 诞生了 ### 修改的机制 1. 已移除对miao-plugin的依赖,并删除了genshin 2. 默认跳过登录ICQQ,需要可以在配置文件中打开 * 虽然是移除了对miao-plugin的依赖,但部分插件可能需要用到miao-plugin,因此建议安装miao-plugin ### 增加的机制 1. 内置Stdin标准输入,可以直接在控制台执行指令 * 如果装了Lain-plugin等自带标准输入的插件,可删除`plugins/system/stdin.js`自带的标准输入 2. 对`log: false`的插件输出Debug日志,方便排查问题 3. 重写Redis启动逻辑 4. 可使用`BotID:GroupID`的格式添加指定Bot的黑白名单 5. group.yaml可配置“群配置是否继承默认配置禁用或启用的功能” 6. `#日志`增加了`#控制台日志`,使用`#控制台日志`将会把日志以终端的方式渲染为图片后发送,更方便阅读 ### 安装 ``` git clone --depth=1 https://gitee.com/Orbiter_StellarTrek/Elia-Yunzai.git cd Elia-Yunzai pnpm i ``` ### 由Miao-Yunzai迁移(换源)至Elia-Yunzai ``` git reset --hard 9fa4496d25e53622b2701b25a061e05f9c93d863 git remote set-url origin https://gitee.com/Orbiter_StellarTrek/Elia-Yunzai.git git pull ``` ### 安装genshin(如果需要) ``` git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-genshin.git ./plugins/genshin ```