From c0ab13d4e81233e91d87e9c98acbe63d5e400dd9 Mon Sep 17 00:00:00 2001 From: yangzhanmei <15809244435@163.com> Date: Mon, 7 Feb 2022 19:31:41 +0800 Subject: [PATCH] chore: add user S2 (#103) --- README.en-US.md | 18 +++++++++++------- README.md | 18 +++++++++++------- USERS.js | 7 ++++++- package.json | 2 +- 4 files changed, 29 insertions(+), 16 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 43a513c..838ba48 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -122,22 +122,27 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help - - + + - - + + react-component react-music-player + S2 umi - vite + + + + + @@ -153,13 +158,12 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help - + vite vue-request vuepress-next zoo - diff --git a/README.md b/README.md index f98cb2e..75fe720 100644 --- a/README.md +++ b/README.md @@ -122,22 +122,27 @@ - - + + - - + + react-component react-music-player + S2 umi - vite + + + + + @@ -153,13 +158,12 @@ - + vite vue-request vuepress-next zoo - diff --git a/USERS.js b/USERS.js index 10c5a38..5884f6d 100644 --- a/USERS.js +++ b/USERS.js @@ -1,5 +1,6 @@ // ************************************************************************** -// Add to end +// step1: add to end +// step2: npm run users /** * @param {string} url github地址 @@ -85,6 +86,10 @@ const users = [ url: 'https://github.com/element-plus/element-plus', logo: 'https://avatars.githubusercontent.com/u/68583457', }, + { + url: 'https://github.com/antvis/S2', + logo: 'https://gw.alipayobjects.com/mdn/rms_56cbb2/afts/img/A*TI8XSK3W0EkAAAAAAAAAAAAAARQnAQ', + }, ]; // ************************************************************************** diff --git a/package.json b/package.json index f3004ab..c441470 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@umijs/fabric": "^2.5.6", "@vercel/ncc": "^0.25.1", - "common-tags": "^1.8.0", + "common-tags": "^1.8.2", "dumi": "^1.1.26", "gh-pages": "^3.1.0" }