chore: add user S2 (#103)

This commit is contained in:
yangzhanmei
2022-02-07 19:31:41 +08:00
committed by GitHub
parent 2ecdeeef4a
commit c0ab13d4e8
4 changed files with 29 additions and 16 deletions

View File

@@ -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',
},
];
// **************************************************************************