mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
docs: add users
This commit is contained in:
@@ -87,12 +87,17 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
|
|||||||
<img src="https://avatars1.githubusercontent.com/u/33895495?s=200&v=4" width="46" />
|
<img src="https://avatars1.githubusercontent.com/u/33895495?s=200&v=4" width="46" />
|
||||||
<div>umi</div>
|
<div>umi</div>
|
||||||
</a></td>
|
</a></td>
|
||||||
|
<td align="center" width="180">
|
||||||
|
<a href="https://github.com/vitejs/vite">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/65625612?s=200&v=4" width="46" />
|
||||||
|
<div>vite</div>
|
||||||
|
</a></td>
|
||||||
|
</tr><tr>
|
||||||
<td align="center" width="180">
|
<td align="center" width="180">
|
||||||
<a href="https://github.com/AttoJS/vue-request">
|
<a href="https://github.com/AttoJS/vue-request">
|
||||||
<img src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png" width="46" />
|
<img src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png" width="46" />
|
||||||
<div>vue-request</div>
|
<div>vue-request</div>
|
||||||
</a></td>
|
</a></td>
|
||||||
</tr><tr>
|
|
||||||
<td align="center" width="180">
|
<td align="center" width="180">
|
||||||
<a href="https://github.com/zoo-js/zoo">
|
<a href="https://github.com/zoo-js/zoo">
|
||||||
<img src="https://avatars1.githubusercontent.com/u/70757173?s=200&v=4" width="46" />
|
<img src="https://avatars1.githubusercontent.com/u/70757173?s=200&v=4" width="46" />
|
||||||
@@ -100,7 +105,6 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
|
|||||||
</a></td>
|
</a></td>
|
||||||
<td align="center" width="180"></td>
|
<td align="center" width="180"></td>
|
||||||
<td align="center" width="180"></td>
|
<td align="center" width="180"></td>
|
||||||
<td align="center" width="180"></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@@ -87,12 +87,17 @@
|
|||||||
<img src="https://avatars1.githubusercontent.com/u/33895495?s=200&v=4" width="46" />
|
<img src="https://avatars1.githubusercontent.com/u/33895495?s=200&v=4" width="46" />
|
||||||
<div>umi</div>
|
<div>umi</div>
|
||||||
</a></td>
|
</a></td>
|
||||||
|
<td align="center" width="180">
|
||||||
|
<a href="https://github.com/vitejs/vite">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/65625612?s=200&v=4" width="46" />
|
||||||
|
<div>vite</div>
|
||||||
|
</a></td>
|
||||||
|
</tr><tr>
|
||||||
<td align="center" width="180">
|
<td align="center" width="180">
|
||||||
<a href="https://github.com/AttoJS/vue-request">
|
<a href="https://github.com/AttoJS/vue-request">
|
||||||
<img src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png" width="46" />
|
<img src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png" width="46" />
|
||||||
<div>vue-request</div>
|
<div>vue-request</div>
|
||||||
</a></td>
|
</a></td>
|
||||||
</tr><tr>
|
|
||||||
<td align="center" width="180">
|
<td align="center" width="180">
|
||||||
<a href="https://github.com/zoo-js/zoo">
|
<a href="https://github.com/zoo-js/zoo">
|
||||||
<img src="https://avatars1.githubusercontent.com/u/70757173?s=200&v=4" width="46" />
|
<img src="https://avatars1.githubusercontent.com/u/70757173?s=200&v=4" width="46" />
|
||||||
@@ -100,7 +105,6 @@
|
|||||||
</a></td>
|
</a></td>
|
||||||
<td align="center" width="180"></td>
|
<td align="center" width="180"></td>
|
||||||
<td align="center" width="180"></td>
|
<td align="center" width="180"></td>
|
||||||
<td align="center" width="180"></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
4
USERS.js
4
USERS.js
@@ -53,6 +53,10 @@ const users = [
|
|||||||
url: 'https://github.com/vuejs/jsx-next',
|
url: 'https://github.com/vuejs/jsx-next',
|
||||||
logo: 'https://avatars.githubusercontent.com/u/6128107?s=200&v=4'
|
logo: 'https://avatars.githubusercontent.com/u/6128107?s=200&v=4'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url: 'https://github.com/vitejs/vite',
|
||||||
|
logo: 'https://avatars.githubusercontent.com/u/65625612?s=200&v=4'
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
Reference in New Issue
Block a user