aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-01-30 15:07:12 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-01-30 15:07:12 +0000
commit9627912c1f7910f786c555a3a9485f0a8c4211bf (patch)
tree6cd61d3266b4ed7eac5d1427c479ed38acf9afdc /packages/docs
parent2f4f8a39afeaea4a618317f7a34cb178164eea60 (diff)
downloadDropOut-9627912c1f7910f786c555a3a9485f0a8c4211bf.tar.gz
DropOut-9627912c1f7910f786c555a3a9485f0a8c4211bf.zip
docs: remove emojis from documentation and home page
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Diffstat (limited to 'packages/docs')
-rw-r--r--packages/docs/app/routes/home.tsx6
-rw-r--r--packages/docs/content/docs/en/features/index.mdx40
-rw-r--r--packages/docs/content/docs/en/index.mdx16
-rw-r--r--packages/docs/content/docs/zh/features/index.mdx40
-rw-r--r--packages/docs/content/docs/zh/index.mdx16
5 files changed, 56 insertions, 62 deletions
diff --git a/packages/docs/app/routes/home.tsx b/packages/docs/app/routes/home.tsx
index b1f8516..1bd2235 100644
--- a/packages/docs/app/routes/home.tsx
+++ b/packages/docs/app/routes/home.tsx
@@ -55,42 +55,36 @@ export default function Home() {
{/* Features Grid */}
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mb-16">
<div className="p-6 rounded-lg border border-fd-border bg-fd-card">
- <div className="text-2xl mb-3">🚀</div>
<h3 className="font-semibold text-lg mb-2">High Performance</h3>
<p className="text-sm text-fd-muted-foreground">
Built with Rust and Tauri for minimal resource usage and fast startup times
</p>
</div>
<div className="p-6 rounded-lg border border-fd-border bg-fd-card">
- <div className="text-2xl mb-3">🎨</div>
<h3 className="font-semibold text-lg mb-2">Modern UI</h3>
<p className="text-sm text-fd-muted-foreground">
Clean, distraction-free interface with Svelte 5 and Tailwind CSS 4
</p>
</div>
<div className="p-6 rounded-lg border border-fd-border bg-fd-card">
- <div className="text-2xl mb-3">🔐</div>
<h3 className="font-semibold text-lg mb-2">Secure Auth</h3>
<p className="text-sm text-fd-muted-foreground">
Microsoft OAuth 2.0 with device code flow and offline mode support
</p>
</div>
<div className="p-6 rounded-lg border border-fd-border bg-fd-card">
- <div className="text-2xl mb-3">🔧</div>
<h3 className="font-semibold text-lg mb-2">Mod Loaders</h3>
<p className="text-sm text-fd-muted-foreground">
Built-in support for Fabric and Forge with automatic version management
</p>
</div>
<div className="p-6 rounded-lg border border-fd-border bg-fd-card">
- <div className="text-2xl mb-3">☕</div>
<h3 className="font-semibold text-lg mb-2">Java Management</h3>
<p className="text-sm text-fd-muted-foreground">
Auto-detection and integrated downloader for Adoptium JDK/JRE
</p>
</div>
<div className="p-6 rounded-lg border border-fd-border bg-fd-card">
- <div className="text-2xl mb-3">📦</div>
<h3 className="font-semibold text-lg mb-2">Instance System</h3>
<p className="text-sm text-fd-muted-foreground">
Isolated game environments with independent configs and mods
diff --git a/packages/docs/content/docs/en/features/index.mdx b/packages/docs/content/docs/en/features/index.mdx
index 19a6973..3a463d0 100644
--- a/packages/docs/content/docs/en/features/index.mdx
+++ b/packages/docs/content/docs/en/features/index.mdx
@@ -46,26 +46,26 @@ DropOut is packed with features designed for both casual players and power users
| Feature | Status | Description |
|---------|--------|-------------|
-| Microsoft Authentication | ✅ Complete | OAuth 2.0 with device code flow |
-| Offline Authentication | ✅ Complete | Local accounts for offline play |
-| Token Auto-refresh | ✅ Complete | Automatic refresh of expired tokens |
-| Java Auto-detection | ✅ Complete | Scans system for Java installations |
-| Java Download | ✅ Complete | Download Adoptium JDK/JRE versions |
-| Fabric Support | ✅ Complete | Install and launch Fabric loader |
-| Forge Support | ✅ Complete | Install and launch Forge loader |
-| Instance System | ✅ Complete | Isolated game environments |
-| GitHub Integration | ✅ Complete | View releases and changelogs |
-| Concurrent Downloads | ✅ Complete | Multi-threaded asset downloads |
-| Resume Downloads | ✅ Complete | Resume interrupted downloads |
-| AI Assistant | ✅ Complete | Built-in troubleshooting helper |
-| Config Editor | ✅ Complete | JSON/TOML configuration editor |
-| Custom Resolution | ✅ Complete | Set game window dimensions |
-| Memory Allocation | ✅ Complete | Customize JVM memory settings |
-| Multi-account | 🚧 In Progress | Switch between multiple accounts |
-| Mods Manager | 🚧 Planned | Enable/disable mods in launcher |
-| Launcher Auto-update | 🚧 Planned | Self-updating mechanism |
-| Custom Game Directory | 🚧 Planned | Choose game files location |
-| Import Profiles | 🚧 Planned | Import from MultiMC/Prism |
+| Microsoft Authentication | Complete | OAuth 2.0 with device code flow |
+| Offline Authentication | Complete | Local accounts for offline play |
+| Token Auto-refresh | Complete | Automatic refresh of expired tokens |
+| Java Auto-detection | Complete | Scans system for Java installations |
+| Java Download | Complete | Download Adoptium JDK/JRE versions |
+| Fabric Support | Complete | Install and launch Fabric loader |
+| Forge Support | Complete | Install and launch Forge loader |
+| Instance System | Complete | Isolated game environments |
+| GitHub Integration | Complete | View releases and changelogs |
+| Concurrent Downloads | Complete | Multi-threaded asset downloads |
+| Resume Downloads | Complete | Resume interrupted downloads |
+| AI Assistant | Complete | Built-in troubleshooting helper |
+| Config Editor | Complete | JSON/TOML configuration editor |
+| Custom Resolution | Complete | Set game window dimensions |
+| Memory Allocation | Complete | Customize JVM memory settings |
+| Multi-account | In Progress | Switch between multiple accounts |
+| Mods Manager | Planned | Enable/disable mods in launcher |
+| Launcher Auto-update | Planned | Self-updating mechanism |
+| Custom Game Directory | Planned | Choose game files location |
+| Import Profiles | Planned | Import from MultiMC/Prism |
## Performance Features
diff --git a/packages/docs/content/docs/en/index.mdx b/packages/docs/content/docs/en/index.mdx
index d9846ab..9dee19f 100644
--- a/packages/docs/content/docs/en/index.mdx
+++ b/packages/docs/content/docs/en/index.mdx
@@ -48,28 +48,28 @@ This launcher is built for players who value control, transparency, and long-ter
## Key Features
-### 🚀 High Performance
+### High Performance
Built with Rust and Tauri for minimal resource usage and fast startup times.
-### 🎨 Modern UI
+### Modern UI
Clean, distraction-free interface with Svelte 5, Tailwind CSS 4, and particle effects.
-### 🔐 Secure Authentication
+### Secure Authentication
Microsoft OAuth 2.0 with device code flow and offline authentication support.
-### 🔧 Mod Loader Support
+### Mod Loader Support
Built-in installation for Fabric and Forge with automatic version management.
-### ☕ Java Management
+### Java Management
Automatic detection of installed Java versions and integrated downloader for Adoptium JDK/JRE.
-### 📦 Instance System
+### Instance System
Isolated game environments with independent configurations, mods, and saves.
-### 🤖 AI Assistant
+### AI Assistant
Built-in AI helper for troubleshooting, configuration, and guidance.
-### ⚡ Fast Downloads
+### Fast Downloads
Concurrent asset and library downloads with resume support and progress tracking.
## Technology Stack
diff --git a/packages/docs/content/docs/zh/features/index.mdx b/packages/docs/content/docs/zh/features/index.mdx
index 3e03e83..bb53ce2 100644
--- a/packages/docs/content/docs/zh/features/index.mdx
+++ b/packages/docs/content/docs/zh/features/index.mdx
@@ -46,26 +46,26 @@ DropOut 功能丰富,既适合休闲玩家也适合高级用户。本指南涵
| 功能 | 状态 | 描述 |
|---------|--------|-------------|
-| Microsoft 身份验证 | ✅ 完成 | 使用设备代码流的 OAuth 2.0 |
-| 离线身份验证 | ✅ 完成 | 用于离线游玩的本地账户 |
-| 令牌自动刷新 | ✅ 完成 | 自动刷新过期的令牌 |
-| Java 自动检测 | ✅ 完成 | 扫描系统中的 Java 安装 |
-| Java 下载 | ✅ 完成 | 下载 Adoptium JDK/JRE 版本 |
-| Fabric 支持 | ✅ 完成 | 安装和启动 Fabric 加载器 |
-| Forge 支持 | ✅ 完成 | 安装和启动 Forge 加载器 |
-| 实例系统 | ✅ 完成 | 隔离的游戏环境 |
-| GitHub 集成 | ✅ 完成 | 查看发布和更新日志 |
-| 并发下载 | ✅ 完成 | 多线程资源下载 |
-| 断点续传 | ✅ 完成 | 恢复中断的下载 |
-| AI 助手 | ✅ 完成 | 内置故障排除助手 |
-| 配置编辑器 | ✅ 完成 | JSON/TOML 配置编辑器 |
-| 自定义分辨率 | ✅ 完成 | 设置游戏窗口尺寸 |
-| 内存分配 | ✅ 完成 | 自定义 JVM 内存设置 |
-| 多账户 | 🚧 进行中 | 在多个账户之间切换 |
-| 模组管理器 | 🚧 计划中 | 在启动器中启用/禁用模组 |
-| 启动器自动更新 | 🚧 计划中 | 自我更新机制 |
-| 自定义游戏目录 | 🚧 计划中 | 选择游戏文件位置 |
-| 导入配置文件 | 🚧 计划中 | 从 MultiMC/Prism 导入 |
+| Microsoft 身份验证 | 完成 | 使用设备代码流的 OAuth 2.0 |
+| 离线身份验证 | 完成 | 用于离线游玩的本地账户 |
+| 令牌自动刷新 | 完成 | 自动刷新过期的令牌 |
+| Java 自动检测 | 完成 | 扫描系统中的 Java 安装 |
+| Java 下载 | 完成 | 下载 Adoptium JDK/JRE 版本 |
+| Fabric 支持 | 完成 | 安装和启动 Fabric 加载器 |
+| Forge 支持 | 完成 | 安装和启动 Forge 加载器 |
+| 实例系统 | 完成 | 隔离的游戏环境 |
+| GitHub 集成 | 完成 | 查看发布和更新日志 |
+| 并发下载 | 完成 | 多线程资源下载 |
+| 断点续传 | 完成 | 恢复中断的下载 |
+| AI 助手 | 完成 | 内置故障排除助手 |
+| 配置编辑器 | 完成 | JSON/TOML 配置编辑器 |
+| 自定义分辨率 | 完成 | 设置游戏窗口尺寸 |
+| 内存分配 | 完成 | 自定义 JVM 内存设置 |
+| 多账户 | 进行中 | 在多个账户之间切换 |
+| 模组管理器 | 计划中 | 在启动器中启用/禁用模组 |
+| 启动器自动更新 | 计划中 | 自我更新机制 |
+| 自定义游戏目录 | 计划中 | 选择游戏文件位置 |
+| 导入配置文件 | 计划中 | 从 MultiMC/Prism 导入 |
## 性能功能
diff --git a/packages/docs/content/docs/zh/index.mdx b/packages/docs/content/docs/zh/index.mdx
index 27487cb..b554cca 100644
--- a/packages/docs/content/docs/zh/index.mdx
+++ b/packages/docs/content/docs/zh/index.mdx
@@ -48,28 +48,28 @@ DropOut 是一个使用 Tauri v2 和 Rust 构建的现代 Minecraft 启动器,
## 核心特性
-### 🚀 高性能
+### 高性能
使用 Rust 和 Tauri 构建,资源占用最小,启动速度极快。
-### 🎨 现代化界面
+### 现代化界面
简洁、无干扰的界面,使用 Svelte 5、Tailwind CSS 4 和粒子效果。
-### 🔐 安全认证
+### 安全认证
微软 OAuth 2.0 设备代码流和离线认证支持。
-### 🔧 模组加载器支持
+### 模组加载器支持
内置 Fabric 和 Forge 安装,自动版本管理。
-### ☕ Java 管理
+### Java 管理
自动检测已安装的 Java 版本,集成 Adoptium JDK/JRE 下载器。
-### 📦 实例系统
+### 实例系统
独立的游戏环境,具有独立的配置、模组和存档。
-### 🤖 AI 助手
+### AI 助手
内置 AI 帮助,用于故障排除、配置和指导。
-### ⚡ 快速下载
+### 快速下载
并发资源和库下载,支持断点续传和进度跟踪。
## 技术栈