diff options
| author | 2026-02-09 17:09:56 +0800 | |
|---|---|---|
| committer | 2026-02-09 17:09:56 +0800 | |
| commit | 5bb2c660b90a4ae49282010031fb6245417b8396 (patch) | |
| tree | 27c6fa57d1b66141b43bbc0155b4e325ae9d37f1 /README.CN.md | |
| parent | f656803e7419dc0ccbfdf86752e3284472fed164 (diff) | |
| download | DropOut-5bb2c660b90a4ae49282010031fb6245417b8396.tar.gz DropOut-5bb2c660b90a4ae49282010031fb6245417b8396.zip | |
docs: update language links and improve formatting in README files (#88)
## Summary by Sourcery
Improve bilingual README structure and formatting for clarity and
consistency.
Documentation:
- Add cross-links between English and Chinese READMEs for easier
language switching.
- Normalize README formatting including roadmap link styling, spacing,
and license section presentation in both languages.
Diffstat (limited to 'README.CN.md')
| -rw-r--r-- | README.CN.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/README.CN.md b/README.CN.md index ff5cdd4..69773c6 100644 --- a/README.CN.md +++ b/README.CN.md @@ -1,5 +1,7 @@ # Drop*O*ut +[English](README.md) | 中文 + [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_small) [](https://github.com/pre-commit/pre-commit) [](https://results.pre-commit.ci/latest/github/HsiangNianian/DropOut/main) @@ -9,7 +11,7 @@ [](https://github.com/HydroRoll-Team/DropOut/actions/workflows/release.yml) [](https://github.com/HydroRoll-Team/DropOut/actions/workflows/test.yml) -DropOut 是一个现代的、可重现的、开发者级别的 Minecraft 启动器。 +DropOut 是一个现代的、可复现的、开发者级别的 Minecraft 启动器。 它不仅仅是为了启动 Minecraft 而设计的,而是将 Minecraft 环境作为确定性的、版本化的工作空间进行管理。 使用 Tauri v2 和 Rust 构建,DropOut 提供原生性能和最小资源使用,并配有现代响应式 Web UI(目前使用 Svelte 5,正在迁移到 React)。 @@ -98,6 +100,7 @@ DropOut 专注于保持你的游戏稳定、可调试和可重现。 git clone https://github.com/HsiangNianian/DropOut.git cd DropOut ``` + 2. **安装前端依赖** ```bash @@ -105,12 +108,14 @@ DropOut 专注于保持你的游戏稳定、可调试和可重现。 pnpm install cd .. ``` + 3. **运行开发模式** ```bash # 这将启动前端服务器和 Tauri 应用窗口 cargo tauri dev ``` + 4. **构建发布版本** ```bash @@ -123,6 +128,7 @@ DropOut 专注于保持你的游戏稳定、可调试和可重现。 DropOut 以长期可维护性为目标构建。 欢迎贡献,尤其在这些领域: + - 实例系统设计 - 模组兼容性工具 - UI/UX 改进 @@ -131,12 +137,11 @@ DropOut 以长期可维护性为目标构建。 标准的 GitHub 工作流程适用: fork → 功能分支 → 拉取请求。 - ## 许可证 +根据 MIT 许可证分发。有关更多信息,请参见 `LICENSE`。 + [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=license) [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=security) [](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_large) - -根据 MIT 许可证分发。有关更多信息,请参见 `LICENSE`。 |