From b89f75c8968e07f41cb7e44a4bbad493cd9e051a Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 5 Dec 2018 00:27:19 +0800 Subject: Add new logo for excelize --- README_zh.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'README_zh.md') diff --git a/README_zh.md b/README_zh.md index 49680d1..6be0f92 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,13 +1,15 @@ -![Excelize](./excelize.png "Excelize") +

Excelize logo

-# Excelize +

+ Build Status + Code Coverage + Go Report Card + GoDoc + Licenses + Donate +

-[![Build Status](https://travis-ci.org/360EntSecGroup-Skylar/excelize.svg?branch=master)](https://travis-ci.org/360EntSecGroup-Skylar/excelize) -[![Code Coverage](https://codecov.io/gh/360EntSecGroup-Skylar/excelize/branch/master/graph/badge.svg)](https://codecov.io/gh/360EntSecGroup-Skylar/excelize) -[![Go Report Card](https://goreportcard.com/badge/github.com/360EntSecGroup-Skylar/excelize)](https://goreportcard.com/report/github.com/360EntSecGroup-Skylar/excelize) -[![GoDoc](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize?status.svg)](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) -[![Licenses](https://img.shields.io/badge/license-bsd-orange.svg)](https://opensource.org/licenses/BSD-3-Clause) -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/xuri) +# Excelize ## 简介 @@ -88,7 +90,7 @@ func main() { 使用 Excelize 生成图表十分简单,仅需几行代码。您可以根据工作表中的已有数据构建图表,或向工作表中添加数据并创建图表。 -![Excelize](./test/images/chart.png "Excelize") +

Excelize

```go package main -- cgit v1.2.1