docs: update readme.md

This commit is contained in:
tristan 2019-09-11 17:28:58 +08:00
parent 0adacd11bd
commit 455c116201
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# <img src="demo/logo.png" alt="Logo" width="80"> 中国传统颜色在线手册
# <img src="demo/logo.png" alt="Logo" width="50"> 中国传统颜色在线手册
[Chinese Color Cheatsheet](https://works.yangerxiao.com/chinese-colors/)
@ -9,17 +9,16 @@
- 使用React构建
- 支持 PWA
<img src="demo/pwa.jpg" alt="PWA Logo" width="300">
- Mobile First
- 适配移动端展现 (Mobile First)
<img src="demo/m.png" alt="Mobile UI" width="300">
- 颜色选中高亮
- 颜色分类
- 可复制RGB **(TO DO)**
- 可复制HEX
- 可收藏喜欢的颜色
## 参考

View File

@ -26,7 +26,7 @@ export default function Header() {
return (
<Wrapper>
<img className="logo" src={Logo} alt="logo" />
<h1>chinese colors</h1>
<h1>chinese color</h1>
</Wrapper>
);
}