Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

README_zh-CN.md

File metadata and controls

21 lines (17 loc) · 1.04 KB

EN | RU | 简中 | 繁中 | ไทย

NOTE

这是 Grasscutter 的重写版本。
可以在 Grasscutters/Grasscutter 中找到原始项目。

Grasscutter

TODO: 编写 README.md

玩家指南

  1. GitHub Actions 下载最新版本。
    1. 如果您没有 GitHub 帐户,请使用 nightly.link
  2. TODO:继续编写本指南。

开发者指南

  1. Protocol Buffer 文件放在 src/main/proto 中。
    1. 这些在构建过程中被编译成 Java class。
  2. 使用 ./gradlew jar.\gradlew.bat jar 构建项目。
    1. 使用基于UNIX的系统(Linux、macOS等)时使用第一个命令。
    2. 使用基于Windows 的系统时使用第二个命令。
  3. TODO:继续编写本指南。