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 fae3287..345f8cc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@typescript-eslint/parser": "^4.15.2", "@umijs/fabric": "^2.5.6", "@vercel/ncc": "^0.27.0", - "common-tags": "^1.8.0", + "common-tags": "^1.8.2", "dumi": "^1.1.26", "eslint": "^7.18.0", "eslint-plugin-github": "^4.1.1",