Skip to content

Commit f196c19

Browse files
committed
docs: Add Carbon logo image
1 parent 4475022 commit f196c19

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

README.cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Carbon #
1+
<p align="center" style="margin-bottom: -10px"><img src="https://gitee.com/dromara/carbon/raw/master/logo.svg" width="10%" alt="gvp" /></p>
22

33
[![Carbon Release](https://img.shields.io/github/release/dromara/carbon.svg)](https://github.com/dromara/carbon/releases)
44
[![Go Test](https://github.com/dromara/carbon/actions/workflows/test.yml/badge.svg)](https://github.com/dromara/carbon/actions)
@@ -82,6 +82,7 @@ carbon.Parse("2020-07-05 13:14:15").SetLocale("zh-CN").DiffForHumans() // 1 月
8282
carbon.ClearTestNow()
8383
carbon.IsTestNow() // false
8484
```
85+
更多示例请查看 [carbon.go-pkg.com](https://carbon.go-pkg.com).
8586

8687
## 文档
8788

README.jp.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Carbon
1+
<p align="center" style="margin-bottom: -10px"><img src="https://gitee.com/dromara/carbon/raw/master/logo.svg" width="10%" alt="gvp" /></p>
22

33
[![Carbon Release](https://img.shields.io/github/release/dromara/carbon.svg)](https://github.com/dromara/carbon/releases)
44
[![Go Test](https://github.com/dromara/carbon/actions/workflows/test.yml/badge.svg)](https://github.com/dromara/carbon/actions)
@@ -75,10 +75,7 @@ carbon.Parse("2020-07-05 13:14:15").SetLocale("jp").DiffForHumans() // 1 ヶ月
7575
carbon.ClearTestNow()
7676
carbon.IsTestNow() // false
7777
```
78-
79-
## ドキュメント
80-
81-
[carbon.go-pkg.com](https://carbon.go-pkg.com/jp) 完全なドキュメントの表示
78+
詳細については [carbon.go-pkg.com](https://carbon.go-pkg.com/jp)
8279

8380
## リファレンス
8481

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Carbon
1+
<p align="center" style="margin-bottom: -10px"><img src="https://gitee.com/dromara/carbon/raw/master/logo.svg" width="10%" alt="gvp" /></p>
22

33
[![Carbon Release](https://img.shields.io/github/release/dromara/carbon.svg)](https://github.com/dromara/carbon/releases)
44
[![Go Test](https://github.com/dromara/carbon/actions/workflows/test.yml/badge.svg)](https://github.com/dromara/carbon/actions)
@@ -81,10 +81,6 @@ carbon.IsTestNow() // false
8181

8282
There are many more examples in the [documentation](https://carbon.go-pkg.com).
8383

84-
## Documentation
85-
86-
For full documentation, please visit [carbon.go-pkg.com](https://carbon.go-pkg.com)
87-
8884
## References
8985

9086
* [briannesbitt/carbon](https://github.com/briannesbitt/Carbon)

0 commit comments

Comments
 (0)