Skip to content

Commit 664e052

Browse files
authored
整理 (#145)
1 parent c06977e commit 664e052

File tree

8 files changed

+65
-87
lines changed

8 files changed

+65
-87
lines changed

.vitepress/config/cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const cn = defineConfig({
5656
{ text: '子网代理', link: '/guide/gui/subnet_proxy' },
5757
{ text: 'EasyTier 管理器', link: '/guide/gui/easytier-manager' },
5858
{ text: 'EasyTier 游戏联机启动器', link: '/guide/gui/easytier-game' },
59-
{ text: 'AstralET 游戏联机工具', link: '/guide/gui/astral_ET' },
59+
{ text: 'AstralGame 联机工具', link: '/guide/gui/astral-game' },
6060
],
6161
},
6262
{

.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const en = defineConfig({
5656
{ text: 'Subnet Proxy', link: '/en/guide/gui/subnet_proxy' },
5757
{ text: 'EasyTier Manager', link: '/en/guide/gui/easytier-manager' },
5858
{ text: 'EasyTier Game Launcher', link: '/en/guide/gui/easytier-game' },
59-
{ text: 'AstralET Game Connection Tool', link: '/en/guide/gui/astral_ET' },
59+
{ text: 'Astral Game Connection Tool', link: '/en/guide/gui/astral-game' },
6060
],
6161
},
6262
{

en/guide/gui/astral-game.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AstralGame - Game Networking Tool
2+
3+
[![GitHub](https://img.shields.io/badge/GitHub-AstralET-blue)](https://github.com/ldoubil/astral)
4+
[![AstralGame](https://img.shields.io/badge/wiki-AstralGame-blue)](https://astral.fan/)
5+
6+
## Preview
7+
![manage-step1](/assets/AstralET1.png)
8+
![manage-step1](/assets/AstralET2.png)
9+
![manage-step1](/assets/AstralET3.png)
10+
![manage-step1](/assets/AstralET4.png)
11+
![manage-step1](/assets/AstralET5.png)
12+
13+
## Usage Tutorial
14+
- https://astral.fan/quick-start/what-is-astral/
15+
16+
## Introduction
17+
18+
AstralGame is a lightweight game networking tool developed based on **Flutter** and **EasyTier**, designed to provide players with a simple and efficient online gaming experience.
19+
20+
## Features
21+
22+
- **Built-in EasyTier**: Directly integrates EasyTier into AstralGame, eliminating the need for additional installations and leaving no background processes.
23+
- **Plug-and-Play**: Launch the app when connecting, close it when done—simple and convenient.
24+
- **Actively Maintained**: Regular updates ensure quick issue resolution and continuous feature optimization (a productivity boost during work breaks).
25+
26+
## Contact & Support
27+
28+
- **QQ Group**: [Join Our QQ Community](https://qm.qq.com/q/r4VsExDDt6)
29+
- **GitHub Issues**: [Report Bugs or Suggest Features](https://github.com/ldoubil/astral/issues)

en/guide/gui/astral_ET.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

en/guide/installation_gui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ EasyTier Manager is a desktop application used to manage the EasyTier core. It p
3131

3232
---
3333

34-
### [Astral Game (Windows / Android / Linux)](/guide/gui/astral_ET)
34+
### [Astral Game (Windows / Android / Linux)](/guide/gui/astral-game)
3535

36-
Astral is a cross-platform network application based on EasyTier, providing simple and easy-to-use P2P network connections and VPN services. Built with Flutter, its modern interface allows users to easily create and manage virtual networks.
36+
AstralGame is a cross-platform network application based on EasyTier, providing simple and easy-to-use P2P network connections and VPN services. Built with Flutter, its modern interface allows users to easily create and manage virtual networks.
3737

3838
---
3939

guide/gui/astral-game.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# AstralGame 游戏联机工具
2+
3+
[![GitHub](https://img.shields.io/badge/GitHub-AstralET-blue)](https://github.com/ldoubil/astral)
4+
[![AstralGame](https://img.shields.io/badge/wiki-AstralGame-blue)]([https://github.com/ldoubil/astral](https://astral.fan/))
5+
6+
## 预览
7+
![manage-step1](/assets/AstralET1.png)
8+
![manage-step1](/assets/AstralET2.png)
9+
![manage-step1](/assets/AstralET3.png)
10+
![manage-step1](/assets/AstralET4.png)
11+
![manage-step1](/assets/AstralET5.png)
12+
13+
## 使用教程
14+
- https://astral.fan/quick-start/what-is-astral/
15+
16+
17+
## 介绍
18+
19+
AstralGame 是一款基于 ​**Flutter** 和 ​**EasyTier** 开发的轻量级游戏联机工具,旨在为玩家提供简单、高效的联机体验。
20+
21+
## 特性
22+
23+
-**内置 EasyTier**:将 EasyTier 直接编译到 AstralGame 中,无需额外安装,也不会保留任何后台进程。
24+
-**即开即用**:联机时启动应用,结束后关闭即可,操作简单便捷。
25+
-**活跃维护**:作者积极更新,随时修复问题并优化功能(上班摸鱼成果)。
26+
27+
## 联系我们 & 功能建议
28+
29+
-**QQ 群**[点击加入 QQ 群](https://qm.qq.com/q/r4VsExDDt6)
30+
-**GitHub Issues**[提交问题或建议](https://github.com/ldoubil/astral/issues)

guide/gui/astral_ET.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

guide/installation_gui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
---
3333

34-
### [Astral Game ( Windows / Android / Linux )](/guide/gui/astral_ET)
34+
### [Astral Game ( Windows / Android / Linux )](/guide/gui/astral-game)
3535

36-
Astral 是一个基于 EasyTier 的跨平台网络应用,提供简单易用的 P2P 网络连接和 VPN 服务。通过 Flutter 构建的现代化界面,让用户能够轻松创建和管理虚拟网络。
36+
AstralGame 是一个基于 EasyTier 的跨平台网络应用,提供简单易用的 P2P 网络连接和 VPN 服务。通过 Flutter 构建的现代化界面,让用户能够轻松创建和管理虚拟网络。
3737

3838
---
3939

0 commit comments

Comments
 (0)