61 lines
1.3 KiB
Markdown
61 lines
1.3 KiB
Markdown
# GoodPlanCraftLaunCher (GPCL)
|
||
|
||
简洁高效的 Minecraft 启动器。
|
||
|
||
代码优先挂
|
||
[[https://source.caellab.com/yunyun/GoodPlanCraftLaunCher]([https://git.caellab.com/yunyun/GoodPlanCraftLaunCher](https://git.caellab.com/yunyun/GoodPlanCraftLaunCher))](https://source.caellab.com/yunyun/GoodPlanCraftLaunCher)
|
||
这个可能很久都没更新了
|
||
|
||
|
||
## 制作方法
|
||
|
||
使用[Electron](https://www.electronjs.org/zh/docs/latest/)进行制作。
|
||
|
||
## 安装
|
||
|
||
### 从源码构建
|
||
|
||
```bash
|
||
git clone https://github.com/yunyun-3782/GoodPlanCraftLaunCher.git
|
||
```
|
||
|
||
### 预编译版本
|
||
|
||
前往 [Releases](https://github.com/yunyun-3782/GoodPlanCraftLaunCher/releases/) 下载对可执行文件。
|
||
|
||
## 使用
|
||
|
||
### 源
|
||
```cmd
|
||
cd 项目根文件夹
|
||
|
||
#初始化项目 node_modules
|
||
npm install
|
||
|
||
#启动 GPCL
|
||
npm run start
|
||
|
||
#编译、构建 GPCL
|
||
npm run build
|
||
```
|
||
|
||
### 预编译版本
|
||
|
||
```bash
|
||
#直接打开可执行(如.exe)文件
|
||
```
|
||
|
||
## 贡献
|
||
|
||
欢迎提交 不同意见,同时欢迎开发 衍生 版本。
|
||
|
||
## 许可证
|
||
|
||
本项目采用 [CaelLab BY-SA Code License](https://www.caellab.com/license/bysa-code) 授权。
|
||
|
||
具体可查看 [LICENSE](https://github.com/yunyun-3782/GoodPlanCraftLaunCher/blob/main/LICENSE) 。
|
||
|
||
---
|
||
|
||
**GoodPlanCraftLaunCher** — 让 Minecraft 启动更简单。
|