From 3014b03cc71faefd97117ae5d6af493c71b68086 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sat, 21 Sep 2019 12:25:10 +0800 Subject: [PATCH] docs: add markdown lint config file --- .markdownlint.json | 5 +++++ README.md | 11 +++++++---- README.zh.md | 13 ++++++++----- 3 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..958784c --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "default": true, + "MD033": false, + "MD013": false +} diff --git a/README.md b/README.md index c884bef..6ed94b8 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,20 @@ - Build with react.js - PWA supported - PWA Logo + +PWA Logo - Responsive (Mobile First). - Mobile UI + +Mobile UI - Highlight the selected color - Classify the colors - Copy HEX - Add to favorites -- Wallpaper (not stable, welcome [feedback](https://github.com/zerosoul/chinese-colors/issues)). - screen shot +- Wallpaper (not stable, welcome [feedback](https://github.com/zerosoul/chinese-colors/issues)). + +screen shot ## Technology Stack & Thanks diff --git a/README.zh.md b/README.zh.md index a33becd..cf920f0 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,6 +1,6 @@ -Logo 中国传统颜色在线手册 +# Logo 中国传统颜色在线手册 -# 中国传统颜色手册 +## 中国传统颜色手册 [English Version](README.md) @@ -12,17 +12,20 @@ - 使用 React 构建 - 支持 PWA - PWA Logo + +PWA Logo - 适配移动端展现 (Mobile First) - Mobile UI + +Mobile UI - 颜色选中高亮 - 颜色分类 - 可复制 HEX - 可收藏喜欢的颜色 - 可生成壁纸,屏幕多大,截图就有多大 (暂不稳定,欢迎[反馈](https://github.com/zerosoul/chinese-colors/issues))。 - screen shot + +screen shot ## 技术栈