Skip to content

Commit 39610a7

Browse files
committed
Optimize the Chinese README file by adjusting its format and content
1 parent 1fe7979 commit 39610a7

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.zh-cn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ Gitea基于Go语言开发,凡Go语言支持的平台与架构,它皆能适
3737

3838
TAGS="bindata" make build
3939

40-
若需支持SQLite数据库,执行:
40+
若需支持 SQLite 数据库,执行:
4141

4242
TAGS="bindata sqlite sqlite_unlock_notify" make build
4343

44-
`build`目标分为两个子目标:
44+
`build` 目标分为两个子目标:
4545

46-
- `make backend`:需依赖[Go Stable](https://go.dev/dl/),具体版本见[go.mod](/go.mod)
47-
- `make frontend`:需依赖[Node.js LTS](https://nodejs.org/en/download/)(及以上版本)和[pnpm](https://pnpm.io/installation)
46+
- `make backend`:需依赖 [Go Stable](https://go.dev/dl/),具体版本见 [go.mod](/go.mod)
47+
- `make frontend`:需依赖 [Node.js LTS](https://nodejs.org/en/download/)(及以上版本)和 [pnpm](https://pnpm.io/installation)
4848

49-
构建需联网以下载Go和npm依赖包。若使用包含预构建前端文件的官方源码压缩包,无需触发`frontend`目标,无Node.js环境也可完成构建
49+
构建需联网以下载 Go 和 npm 依赖包。若使用包含预构建前端文件的官方源码压缩包,无需触发 `frontend` 目标,无 Node.js 环境也可完成构建
5050

5151
更多细节:https://docs.gitea.com/installation/install-from-source
5252

@@ -80,7 +80,7 @@ Gitea基于Go语言开发,凡Go语言支持的平台与架构,它皆能适
8080

8181
## 官方及第三方项目
8282

83-
我们提供官方[go-sdk](https://gitea.com/gitea/go-sdk)、命令行工具[tea](https://gitea.com/gitea/tea)及Gitea Action专用[运行器](https://gitea.com/gitea/act_runner)
83+
我们提供官方 [go-sdk](https://gitea.com/gitea/go-sdk)、命令行工具 [tea](https://gitea.com/gitea/tea) 及 Gitea Action 专用 [runner](https://gitea.com/gitea/act_runner)
8484

8585
我们在[gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea)维护Gitea相关项目清单,你可在此发现更多第三方项目,包括SDK、插件、主题等。
8686

README.zh-tw.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![使用 Gitpod 貢獻](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod&color=green)](https://gitpod.io/#https://github.com/go-gitea/gitea)
1212
[![](https://badges.crowdin.net/gitea/localized.svg)](https://translate.gitea.com "Crowdin")
1313

14-
[English](./README.md) | [繁體中文](./README.zh-tw.md)
14+
[English](./README.md) | [简体中文](./README.zh-cn.md)
1515

1616
## 專案目標
1717

@@ -41,12 +41,12 @@ Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能
4141

4242
TAGS="bindata sqlite sqlite_unlock_notify" make build
4343

44-
`build`目標分為兩個子目標:
44+
`build` 目標分為兩個子目標:
4545

46-
- `make backend`:需依賴[Go Stable](https://go.dev/dl/),具體版本見[go.mod](/go.mod)
47-
- `make frontend`:需依賴[Node.js LTS](https://nodejs.org/en/download/)(及以上版本)和[pnpm](https://pnpm.io/installation)
46+
- `make backend`:需依賴 [Go Stable](https://go.dev/dl/),具體版本見 [go.mod](/go.mod)
47+
- `make frontend`:需依賴 [Node.js LTS](https://nodejs.org/en/download/)(及以上版本)和 [pnpm](https://pnpm.io/installation)
4848

49-
構建需聯網以下載 Go 和 npm 依賴套件。若使用包含預構建前端檔案的官方原始碼壓縮包,無需觸發`frontend`目標,無 Node.js 環境也可完成構建。
49+
構建需聯網以下載 Go 和 npm 依賴套件。若使用包含預構建前端檔案的官方原始碼壓縮包,無需觸發 `frontend` 目標,無 Node.js 環境也可完成構建。
5050

5151
更多細節:https://docs.gitea.com/installation/install-from-source
5252

@@ -80,7 +80,7 @@ Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能
8080

8181
## 官方及第三方專案
8282

83-
我們提供官方 [go-sdk](https://gitea.com/gitea/go-sdk)、命令列工具 [tea](https://gitea.com/gitea/tea) 及 Gitea Action 專用[執行器](https://gitea.com/gitea/act_runner)
83+
我們提供官方 [go-sdk](https://gitea.com/gitea/go-sdk)、命令列工具 [tea](https://gitea.com/gitea/tea) 及 Gitea Action 專用 [runner](https://gitea.com/gitea/act_runner)
8484

8585
我們在 [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea) 維護 Gitea 相關專案清單,你可在此發現更多第三方專案,包括 SDK、外掛程式、主題等。
8686

@@ -160,6 +160,7 @@ Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能
160160
### 探索
161161

162162
![Repos](https://dl.gitea.com/screenshots/explore_repos.png)
163+
163164
![使用者](https://dl.gitea.com/screenshots/explore_users.png)
164165
![組織](https://dl.gitea.com/screenshots/explore_orgs.png)
165166

0 commit comments

Comments
 (0)