docs: update zh-tw (#265)

Reviewed-on: https://gitea.com/gitea/docs/pulls/265
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: ifurther <55025025+ifurther@users.noreply.github.com>
Co-committed-by: ifurther <55025025+ifurther@users.noreply.github.com>
This commit is contained in:
ifurther
2025-09-03 21:00:35 +00:00
committed by techknowlogick
parent 908a27589d
commit cb462089e9
88 changed files with 3545 additions and 3423 deletions

View File

@@ -6,10 +6,10 @@ sidebar_position: 12
# 个人资料 README
要在您的 Gitea 个人资料页面显示一个 Markdown 文件,只需建一个名 `.profile`仓库,并编辑其中的 `README.md` 文件。Gitea 将自动获取文件在您的仓库上方显示。
要在您的 Gitea 个人资料页面显示一个 Markdown 文件,只需建一个名 `.profile`存放庫,並编辑其中的 `README.md` 文件。Gitea 将自动获取文件在您的存放庫上方显示。
注意:您可以将此仓库设为私有。这样可以隐藏您的源文件,使其对公众不可见,允许您将某些文件设私有。但是README.md 文件将是您个人资料上唯一存在的文件。如果您希望完全私有化 .profile 仓库,则需删除或重命名 README.md 文件。
注意:您可以将此存放庫设為私有。这样可以隐藏您的源文件,使其对公众不可见,允许您将某些文件设私有。但是README.md 文件将是您个人资料上唯一存在的文件。如果您希望完全私有化 .profile 存放庫,则需删除或重命名 README.md 文件。
用户示例 `.profile/README.md`:
使用者示例 `.profile/README.md`:
![个人资料自述文件截图](/images/usage/profile-readme.png)