# 晓易崽 **Repository Path**: xiaofeiawa/Simple-Use-Yunzai-Launcher ## Basic Information - **Project Name**: 晓易崽 - **Description**: 一个简单易用的多平台yunzai启动器 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-26 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, Nodejs, JavaScript, HTML, CSS ## README
# 晓易崽 简单易用的多平台yunzai启动器,支持Windows,Linux,Mac系统
## 安装教程
下载已发布的安装包 - [最新版](https://gitee.com/xiaofeiawa/Simple-Use-Yunzai-Launcher)
下载源代码手动编译 1. 拉取仓库 ``` git clone --depth=1 https://gitee.com/xiaofeiawa/Simple-Use-Yunzai-Launcher cd Simple-Use-Yunzai-Launcher npm install ``` 2. 安装electron包和编译用的electron-packager包 ``` npm install -g electron npm install -g electron-packager ``` 3. 编译应用 - Windows 64位 ``` electron-packager . Simple-Use-Yunzai-Launcher --platform=win32 --arch=x64 --out=./apps --asar --app-version=1.0.0 --icon=%cd%\data\logo\logo.ico --electron-version=25.3.1 ``` - Windows 32位 ``` electron-packager . Simple-Use-Yunzai-Launcher --platform=win32 --arch=ia32 --out=./apps --asar --app-version=1.0.0 --icon=%cd%\data\logo\logo.ico --electron-version=25.3.1 ```
直接使用源代码 1. 拉取仓库 ``` git clone --depth=1 https://gitee.com/xiaofeiawa/Simple-Use-Yunzai-Launcher cd Simple-Use-Yunzai-Launcher npm install ``` 2. 安装electron包 ``` npm install -g electron ``` 3. 启动应用 ``` npm run start ```
## 参与贡献 1. [晓飞](https://gitee.com/xiaofei20625):主要编写者 2. [HaydenICE](https://gitee.com/haydenice):动画效果,细节优化 3. [星丶白羽莲](https://gitee.com/GHK_Bi_Lian):后端,逻辑优化 ## 致谢 | 名称 | 作者 | GitHub | Gitee | |------| ---- | ------ | ----- | | Yunzai-Bot | [@Le-niao](https://gitee.com/Le-niao) | [☞GitHub](https://github.com/Le-niao/Yunzai-Bot) | [☞Gitee](https://gitee.com/Le-niao/Yunzai-Bot) | | TRSS-Yunzai | [@时雨🌌星空](../../../../TimeRainStarSky) | [☞GitHub](https://github.com/TimeRainStarSky/Yunzai) | [☞Gitee](https://gitee.com/TimeRainStarSky/Yunzai) | | Miao-Yunzai | [@喵喵](https://gitee.com/yoimiya-kokomi) | [☞GitHub](https://github.com/yoimiya-kokomi/Miao-Yunzai) | [☞Gitee](https://gitee.com/yoimiya-kokomi/Miao-Yunzai) |