aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.CN.md
diff options
context:
space:
mode:
authorNatsuu <natsukawa247@outlook.com>2026-02-28 19:58:23 +0800
committerGitHub <noreply@github.com>2026-02-28 19:58:23 +0800
commit8217588547bf5568dd959df87027c3e44b7397f3 (patch)
tree1d1f83bc519236ba006e6d6243da75809755ba7d /README.CN.md
parent0ffa00eb79f06d877c74925b3da4abb0e25370ec (diff)
downloadDropOut-8217588547bf5568dd959df87027c3e44b7397f3.tar.gz
DropOut-8217588547bf5568dd959df87027c3e44b7397f3.zip
chore: update describtion of front-end in readme (#113)
## Summary by Sourcery Update README documentation to reflect the current React-based frontend stack and simplify dependency installation steps. Documentation: - Update English and Chinese READMEs to describe the frontend as built with React 19, Shadcn UI, and Tailwind CSS 4 instead of Svelte 5. - Simplify setup instructions in both READMEs by generalizing the dependency installation step without changing into a separate UI directory.
Diffstat (limited to 'README.CN.md')
-rw-r--r--README.CN.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.CN.md b/README.CN.md
index a740055..c6f64a0 100644
--- a/README.CN.md
+++ b/README.CN.md
@@ -14,7 +14,7 @@
DropOut 是一个现代的、可复现的、开发者级别的 Minecraft 启动器。
它不仅仅是为了启动 Minecraft 而设计的,而是将 Minecraft 环境作为确定性的、版本化的工作空间进行管理。
-DropOut 使用 Tauri v2 构建,DropOut 提供原生性能和最小资源使用,并配有现代响应式 Web UI。
+DropOut 使用 Tauri v2 构建,DropOut 提供原生性能和最小资源使用,并配有现代响应式 Web UI(基于 React 19、shadcn/ui 和 Tailwind CSS 4 构建)。
> Minecraft 环境是一个复杂的系统。
> DropOut 将它们视为软件项目。
@@ -42,7 +42,7 @@ DropOut 专注于保持你的游戏稳定、可调试和可重现。
## 功能特性
- **高性能**:使用 Rust 和 Tauri 构建,实现最小资源使用和快速启动时间。
-- **现代工业 UI**:使用 **React** 和 **Tailwind CSS 4** 设计的干净、无干扰界面。
+- **现代工业 UI**:使用 **React 19**、**shadcn/ui** 和 **Tailwind CSS 4** 设计的干净、无干扰界面。
- **Microsoft 认证**:通过官方 Xbox Live 和 Microsoft OAuth 流程(设备代码流程)提供安全登录支持。
- **模组加载器支持**:
- **Fabric**:内置安装程序和版本管理。
@@ -101,12 +101,10 @@ DropOut 专注于保持你的游戏稳定、可调试和可重现。
cd DropOut
```
-1. **安装前端依赖**
+2. **安装依赖**
```bash
- cd ui
pnpm install
- cd ..
```
1. **运行开发模式**