Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jan 14, 2024
1 parent b44b9be commit 2b02b40
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Celestial
[中文介绍](./README_zh.md)

[Chinese/中文](./README_zh.md)

> A 3rd party Minecraft Launcher
Expand All @@ -20,12 +21,24 @@

## Get celestial

## Releases

Download at [releases](https://github.com/cubewhy/celestial/releases)

## Actions

## Donate
> Warning: The version in Action usually has many problems and can even not be opened. If you encounter problems, please
> open an issue.
Get it in [Actions](https://github.com/CubeWhyMC/celestial/actions)

> There **might** some ads in the Launcher, but you are allowed to turn them off (permanent)
## Docs

> Looking for wiki? [Click here](https://github.com/CubeWhyMC/celestial/wiki)
[here](https://mc.lunarclient.top/docs)

## Donate

Donate at [lunarclient.top](https://www.lunarclient.top/donate) (CNY only/仅支持中国元)

Expand Down
51 changes: 23 additions & 28 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,45 @@
# Celestial
[English](./README.md)

[英文/English](./README.md)

> 一个第三方的lunarclient启动器
## 特性

1. 全部开源 (GPLv3)
2. 不使用electron
3. 轻量, 高性能
4. 不需要安装
5. 开箱即用
6. 浏览器登录微软账号支持
7. 跨平台 (*实验*)
8. 自定义API地址 (仅[LunarCN API](https://github.com/CubeWhyMC/website))
9. 多版本,单java环境
10. 支持javaagent (*实验*)
11. 支持LunarCN (*实验*)
12. 支持Weave (*实验*)
3. 轻量, 高性能
4. 开箱即用
5. 浏览器登录微软账号支持
6. 跨平台 (*实验*)
7. 自定义API地址 (仅[LunarCN API](https://github.com/CubeWhyMC/website))
8. 多版本,一个Java
9. 支持javaagent (*实验*)
10. 支持LunarCN (*实验*)
11. 支持Weave (*实验*)

## 获取Celestial

### Release

[releases](https://github.com/cubewhy/celestial/releases)下载
### 自行构建
1. 克隆仓库
```shell
git clone https://github.com/CubeWhyMC/celestial.git celestial
cd ./celestial
```
2. 设置gradle
```shell
./gradlew clean
```
3. Build
```shell
./gradlew build
```
在build/libs目录里寻找构建结果

## Actions

> 警告: Action中的版本通常有很多问题,甚至打不开. 若遇到问题请开issue
## 捐赠
[Actions]中获取(https://github.com/CubeWhyMC/celestial/actions)

> 启动器中可能会含有一些广告,但你可以将他们关闭(永久)。
## 捐赠

[lunarclient.top](https://www.lunarclient.top/donate)中捐赠 (仅支持中国元)

## 文档

> 在找Wiki? [点这里](https://github.com/CubeWhyMC/celestial/wiki)
[点击此处](https://mc.lunarclient.top/docs)

## 翻译

所有除了中文的语言通过Google Translate翻译,如有翻译错误,请使用issue来反馈。
Expand Down

0 comments on commit 2b02b40

Please sign in to comment.