docs: add users (#34)

This commit is contained in:
xrkffgg
2021-01-09 17:35:04 +08:00
committed by GitHub
parent fd98f44d05
commit 3836013160
6 changed files with 26 additions and 4 deletions

View File

@@ -69,6 +69,15 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
<img src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png" width="46" />
<div>vue-request</div>
</a></td>
</tr><tr>
<td align="center" width="180">
<a href="https://github.com/zoo-js/zoo">
<img src="https://avatars1.githubusercontent.com/u/70757173?s=200&v=4" width="46" />
<div>zoo</div>
</a></td>
<td align="center" width="180"></td>
<td align="center" width="180"></td>
<td align="center" width="180"></td>
</tr>
</table>

View File

@@ -69,6 +69,15 @@
<img src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png" width="46" />
<div>vue-request</div>
</a></td>
</tr><tr>
<td align="center" width="180">
<a href="https://github.com/zoo-js/zoo">
<img src="https://avatars1.githubusercontent.com/u/70757173?s=200&v=4" width="46" />
<div>zoo</div>
</a></td>
<td align="center" width="180"></td>
<td align="center" width="180"></td>
<td align="center" width="180"></td>
</tr>
</table>

View File

@@ -35,6 +35,10 @@ const users = [
url: 'https://github.com/ant-design-blazor/ant-design-blazor',
logo: 'https://raw.githubusercontent.com/ant-design-blazor/ant-design-blazor/7dbee63648e088c73c47eada79c897bc39fc3c26/logo.svg'
},
{
url: 'https://github.com/zoo-js/zoo',
logo: 'https://avatars1.githubusercontent.com/u/70757173?s=200&v=4'
},
];
// **************************************************************************

View File

@@ -51,7 +51,7 @@ jobs:
## 💖 Who is using?
<embed src="../README.md#L29-L73"></embed>
<embed src="../README.md#L29-L82"></embed>
## ⚡ Feedback

View File

@@ -51,7 +51,7 @@ jobs:
## 💖 谁在使用?
<embed src="../README.md#L29-L73"></embed>
<embed src="../README.md#L29-L82"></embed>
## ⚡ 反馈

View File

@@ -11,9 +11,9 @@
"docs:deploy": "gh-pages -d docs-dist",
"deploy": "npm run docs:build && npm run docs:deploy",
"package": "ncc build src/main.js -o dist",
"up-users": "node ./script/update-users.js",
"users": "node ./script/update-users.js",
"main": "node ./src/main.js",
"up-version": "node ./script/update-version.js"
"version": "node ./script/update-version.js"
},
"author": "xrkffgg",
"license": "MIT",