|
11 | 11 | [](https://gitpod.io/#https://github.com/go-gitea/gitea) |
12 | 12 | [](https://translate.gitea.com "Crowdin") |
13 | 13 |
|
14 | | -[English](./README.md) | [繁體中文](./README.zh-tw.md) |
| 14 | +[English](./README.md) | [简体中文](./README.zh-cn.md) |
15 | 15 |
|
16 | 16 | ## 專案目標 |
17 | 17 |
|
@@ -41,12 +41,12 @@ Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能 |
41 | 41 |
|
42 | 42 | TAGS="bindata sqlite sqlite_unlock_notify" make build |
43 | 43 |
|
44 | | -`build`目標分為兩個子目標: |
| 44 | +`build` 目標分為兩個子目標: |
45 | 45 |
|
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) |
48 | 48 |
|
49 | | -構建需聯網以下載 Go 和 npm 依賴套件。若使用包含預構建前端檔案的官方原始碼壓縮包,無需觸發`frontend`目標,無 Node.js 環境也可完成構建。 |
| 49 | +構建需聯網以下載 Go 和 npm 依賴套件。若使用包含預構建前端檔案的官方原始碼壓縮包,無需觸發 `frontend` 目標,無 Node.js 環境也可完成構建。 |
50 | 50 |
|
51 | 51 | 更多細節:https://docs.gitea.com/installation/install-from-source |
52 | 52 |
|
@@ -80,7 +80,7 @@ Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能 |
80 | 80 |
|
81 | 81 | ## 官方及第三方專案 |
82 | 82 |
|
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)。 |
84 | 84 |
|
85 | 85 | 我們在 [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea) 維護 Gitea 相關專案清單,你可在此發現更多第三方專案,包括 SDK、外掛程式、主題等。 |
86 | 86 |
|
@@ -160,6 +160,7 @@ Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能 |
160 | 160 | ### 探索 |
161 | 161 |
|
162 | 162 |  |
| 163 | + |
163 | 164 |  |
164 | 165 |  |
165 | 166 |
|
|
0 commit comments