aboutsummaryrefslogtreecommitdiffstats
path: root/README_ZH.md
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-01-01 20:04:35 +0100
committerGitHub <noreply@github.com>2021-01-01 14:04:35 -0500
commit1bf7d71a0a82bc19945bc816df57b8ad61bdace4 (patch)
tree012d2f4060785956d46ef3f0a4b4a2678f46801e /README_ZH.md
parent21adeaad70ba2386673e00e69147b1cc40551b76 (diff)
downloadgitea-1bf7d71a0a82bc19945bc816df57b8ad61bdace4.tar.gz
gitea-1bf7d71a0a82bc19945bc816df57b8ad61bdace4.zip
Consolidate Logos and update README header (#14136)
* Consolidate Logos and update README header - Remove unused `logo-lg.png`, `logo-sm.png` and `logo-192.png`. - Consolidate `favicon.svg` and `logo.svg` to just `logo.svg`. - Remove Safari Mask icon, it seems to work fine with just `favicon.png` (no SVG support). - Remove Fluid Icon. It only served Firefox and SVG works just fine there. - Update customization instructions. - Update README.md to use SVG icon, increase logo size and center it and badges. * Update README_ZH.md Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> * Update README_ZH.md Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'README_ZH.md')
-rw-r--r--README_ZH.md64
1 files changed, 49 insertions, 15 deletions
diff --git a/README_ZH.md b/README_ZH.md
index 5163e336d2..cb3c7d64b7 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,18 +1,52 @@
-[English](README.md)
-
-<h1> <img src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea-192.png" alt="logo" width="30" height="30"> Gitea - Git with a cup of tea</h1>
-
-[![Build Status](https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg)](https://drone.gitea.io/go-gitea/gitea)
-[![Join the Discord chat at https://discord.gg/Gitea](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea)
-[![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](https://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
-[![codecov](https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/gitea)
-[![Go Report Card](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea)
-[![GoDoc](https://godoc.org/code.gitea.io/gitea?status.svg)](https://godoc.org/code.gitea.io/gitea)
-[![GitHub release](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest)
-[![Help Contribute to Open Source](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea)
-[![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea)
-[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
-[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea)
+<p align="center">
+ <a href="https://gitea.io/">
+ <img alt="Gitea" src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea.svg" width="220"/>
+ </a>
+</p>
+<h1 align="center">Gitea - Git with a cup of tea</h1>
+
+<p align="center">
+ <a href="https://drone.gitea.io/go-gitea/gitea" title="Build Status">
+ <img src="https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg?ref=refs/heads/master">
+ </a>
+ <a href="https://discord.gg/Gitea" title="Join the Discord chat at https://discord.gg/Gitea">
+ <img src="https://img.shields.io/discord/322538954119184384.svg">
+ </a>
+ <a href="https://microbadger.com/images/gitea/gitea" title="Get your own image badge on microbadger.com">
+ <img src="https://images.microbadger.com/badges/image/gitea/gitea.svg">
+ </a>
+ <a href="https://codecov.io/gh/go-gitea/gitea" title="Codecov">
+ <img src="https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg">
+ </a>
+ <a href="https://godoc.org/code.gitea.io/gitea" title="Go Report Card">
+ <img src="https://goreportcard.com/badge/code.gitea.io/gitea">
+ </a>
+ <a href="https://godoc.org/code.gitea.io/gitea" title="GoDoc">
+ <img src="https://godoc.org/code.gitea.io/gitea?status.svg">
+ </a>
+ <a href="https://github.com/go-gitea/gitea/releases/latest" title="GitHub release">
+ <img src="https://img.shields.io/github/release/go-gitea/gitea.svg">
+ </a>
+ <a href="https://www.codetriage.com/go-gitea/gitea" title="Help Contribute to Open Source">
+ <img src="https://www.codetriage.com/go-gitea/gitea/badges/users.svg">
+ </a>
+ <a href="https://opencollective.com/gitea" title="Become a backer/sponsor of gitea">
+ <img src="https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen">
+ </a>
+ <a href="https://opensource.org/licenses/MIT" title="License: MIT">
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg">
+ </a>
+ <a href="https://crowdin.com/project/gitea" title="Crowdin">
+ <img src="https://badges.crowdin.net/gitea/localized.svg">
+ </a>
+ <a href="https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea" title="TODOs">
+ <img src="https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea">
+ </a>
+</p>
+
+<p align="center">
+ <a href="README.md">View the english version of this document</a>
+</p>
## 目标