From 5bb2c660b90a4ae49282010031fb6245417b8396 Mon Sep 17 00:00:00 2001 From: Natsuu Date: Mon, 9 Feb 2026 17:09:56 +0800 Subject: 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. --- README.CN.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.CN.md') 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) | 中文 + [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_small) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/HsiangNianian/DropOut/main.svg)](https://results.pre-commit.ci/latest/github/HsiangNianian/DropOut/main) @@ -9,7 +11,7 @@ [![Semifold CI](https://github.com/HydroRoll-Team/DropOut/actions/workflows/semifold-ci.yaml/badge.svg)](https://github.com/HydroRoll-Team/DropOut/actions/workflows/release.yml) [![Test & Build](https://github.com/HydroRoll-Team/DropOut/actions/workflows/test.yml/badge.svg)](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`。 + [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=license) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=security) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_large) - -根据 MIT 许可证分发。有关更多信息,请参见 `LICENSE`。 -- cgit v1.2.3-70-g09d2