Skip to content

Commit 22ac192

Browse files
authored
update logo, update zan design website url (#1674)
* update logo, update zan design website url * update typos
1 parent 89aa3a0 commit 22ac192

File tree

5 files changed

+26
-21
lines changed

5 files changed

+26
-21
lines changed

README-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
</a>
55
</p>
66
<p align="center">
7-
<img alt="Zent logo" src="https://img.yzcdn.cn/public_files/2017/02/21/e96fcc2bb29150080fcf5da39cd27fbe.png" width="200px">
7+
<img alt="Zent logo" width="160px" src="https://b.yzcdn.cn/public_files/2e7d4cf2f2ee0cf5f4abe894da2d515d.png" >
88
</p>
99
<p align="center">
1010
Zent <small><font color="grey">( &#92;ˈzent&#92; )</font></small>, a collection of essential UI components written with React.
1111
</p>
1212

13-
[![CircleCI](https://circleci.com/gh/youzan/zent.svg?style=svg)](https://circleci.com/gh/youzan/zent)
13+
![CI](https://github.com/youzan/zent/workflows/CI/badge.svg)
1414
[![npm version](https://img.shields.io/npm/v/zent.svg?style=flat)](https://www.npmjs.com/package/zent)
1515
[![bundle size](https://badgen.net/bundlephobia/minzip/zent)](https://bundlephobia.com/result?p=zent)
1616
[![coverage status](https://img.shields.io/coveralls/youzan/zent/master.svg?style=flat)](https://coveralls.io/github/youzan/zent?branch=master)

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</p>
66
<p align="center">
7-
<img alt="Zent logo" src="https://img.yzcdn.cn/public_files/2017/02/21/e96fcc2bb29150080fcf5da39cd27fbe.png">
7+
<img alt="Zent logo" width="160px" src="https://b.yzcdn.cn/public_files/2e7d4cf2f2ee0cf5f4abe894da2d515d.png">
88
</p>
99
<p align="center">
1010
Zent <small><font color="grey">( &#92;ˈzent&#92; )</font></small>, a collection of essential UI components written with React.
@@ -15,7 +15,7 @@
1515
[![npm version](https://img.shields.io/npm/v/zent.svg?style=flat)](https://www.npmjs.com/package/zent)
1616
[![bundle size](https://badgen.net/bundlephobia/minzip/zent)](https://bundlephobia.com/result?p=zent)
1717
[![coverage status](https://img.shields.io/coveralls/youzan/zent/master.svg?style=flat)](https://coveralls.io/github/youzan/zent?branch=master)
18-
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](packages/zent/docs/CONTRIBUTING_zh-CN.md)
18+
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](packages/zent/docs/CONTRIBUTING_en-US.md)
1919

2020
Zent ( \ˈzent\ ) is a React component library developed and used at Youzan. Zent provides a collection of essential UI components and lots of useful domain specific components.
2121

@@ -25,17 +25,17 @@ Our goal is making React development faster and simpler.
2525

2626
### Features
2727

28-
* High quality React components
29-
* Builtin TypeScript support
30-
* Supports custom themes
31-
* Import JavaScript and styles only if they are used
32-
* Handmade icon font
28+
- High quality React components
29+
- Builtin TypeScript support
30+
- Supports custom themes
31+
- Import JavaScript and styles only if they are used
32+
- Handmade icon font
3333

3434
### Supported Environments
3535

36-
* React >= 17
37-
* Modern browsers but not IE
38-
* Supports server-side rendering(SSR)
36+
- React >= 17
37+
- Modern browsers but not IE
38+
- Supports server-side rendering(SSR)
3939

4040
### Required polyfills
4141

packages/zent/RELEASE_en-US.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ You can find detailed change logs for versions prior to 3.5.3 at [Github Log](gi
7878
- 🦀️ Fix incorrect height with float grouped header
7979
- 🦀️ `DateRangeQuickPicker` formats the endtime of today to current time
8080

81+
### 9.0.0(2020-12-14)
82+
83+
See [Upgrade to 9.x](./changelog-v9).
84+
8185
### 8.6.1(2020-12-18)
8286

8387
- `Grid`
@@ -89,10 +93,6 @@ You can find detailed change logs for versions prior to 3.5.3 at [Github Log](gi
8993
- ✨ Supports `rgba` in theme colors
9094
- 🦀️ Adjust `Radio` right margin to `24px`
9195

92-
### 9.0.0(2020-12-14)
93-
94-
See [Upgrade to 9.x](./changelog-v9).
95-
9696
### 8.5.12(2020-11-05)
9797

9898
- 🦀️ Fix wrong file order when uploading in `Upload`

packages/zent/RELEASE_zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
- 🦀️ 修复表头分组场景下浮动列表头高度问题
7979
- 🦀️ `DateRangeQuickPicker` 修改今日结束时间为当前时间
8080

81+
### 9.0.0(2020-12-14)
82+
83+
详见 [9.x 升级指南](./changelog-v9)
84+
8185
### 8.6.1(2020-12-18)
8286

8387
- `Grid`
@@ -89,10 +93,6 @@
8993
- ✨ 主题色支持透明度,主题色定义兼容老版本,但老版本无法使用透明度
9094
- 🦀️ 调整 `Radio` 的右边距为 `24px`
9195

92-
### 9.0.0(2020-12-14)
93-
94-
详见 [9.x 升级指南](./changelog-v9)
95-
9696
### 8.5.12(2020-11-05)
9797

9898
- 🦀️ 修复 `Upload` 上传文件时顺序变化的问题

site/src/components/page-header/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ export default class PageHeader extends Component {
7777
return (
7878
<div className="page-header">
7979
<div className="page-header__top">
80-
<a href="//www.youzanyun.com/zanui" className="page-header__logo">
80+
<a
81+
href="https://design.youzan.com/"
82+
className="page-header__logo"
83+
target="_blank"
84+
rel="noreferrer"
85+
>
8186
<img
8287
src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png"
8388
alt="logo"

0 commit comments

Comments
 (0)