59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
# GoodPlanCraftLauncher (GPCL)
|
||
|
||
简洁高效的 Minecraft 启动器。
|
||
|
||
## 制作方法
|
||
|
||
使用 [Node.js](https://nodejs.org) + [Electron](https://www.electronjs.org/zh/docs/latest/) 进行制作。
|
||
|
||
## 安装
|
||
|
||
### 从源码构建
|
||
|
||
```bash
|
||
git clone https://git.caellab.com/yunyun/GoodPlanCraftLauncher.git
|
||
```
|
||
|
||
### 预编译版本
|
||
|
||
前往 [Releases](https://git.caellab.com/yunyun/GoodPlanCraftLauncher/releases) 下载对可执行文件。
|
||
|
||
## 使用
|
||
|
||
### 源
|
||
```cmd
|
||
cd 项目根文件夹
|
||
|
||
#初始化项目 node_modules
|
||
npm install
|
||
|
||
#启动 GPCL
|
||
npm run start
|
||
|
||
#编译、构建 GPCL
|
||
npm run build
|
||
```
|
||
|
||
### 预编译版本
|
||
|
||
```bash
|
||
#直接打开可执行(如.exe)文件
|
||
```
|
||
|
||
## 贡献
|
||
|
||
欢迎提交 [不同意见](https://f.caellab.com/t/problem) 或 [Issue](https://git.caellab.com/yunyun/GoodPlanCraftLauncher/issues) ,同时欢迎开发 衍生 版本。
|
||
|
||
## 许可证
|
||
|
||
本项目采用 [CaelLab BY-SA Code License](https://www.caellab.com/license/bysa-code) 授权。
|
||
|
||
具体可查看 [LICENSE](https://git.caellab.com/yunyun/GoodPlanCraftLauncher/src/branch/main/LICENSE) 。
|
||
|
||
---
|
||
很高兴能帮助到你!祝你在MC中玩的愉快!
|
||
|
||
---
|
||
|
||
**GoodPlanCraftLauncher** — 让 Minecraft 启动更简单。
|