diff --git a/README.en-US.md b/README.en-US.md
index 62a68cd..14eb128 100644
--- a/README.en-US.md
+++ b/README.en-US.md
@@ -169,8 +169,8 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
-
-
+
+
|
@@ -178,8 +178,13 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
swiper |
umi |
vite |
- vue-request |
+ vitest |
+
+
+
+
+ |
@@ -191,13 +196,12 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
|
|
- |
+ vue-request |
vuepress-next |
zoo |
|
- |
diff --git a/README.md b/README.md
index 500fab3..6f527da 100644
--- a/README.md
+++ b/README.md
@@ -169,8 +169,8 @@
-
-
+
+
|
@@ -178,8 +178,13 @@
swiper |
umi |
vite |
- vue-request |
+ vitest |
+
+
+
+
+ |
@@ -191,13 +196,12 @@
|
|
- |
+ vue-request |
vuepress-next |
zoo |
|
- |
diff --git a/USERS.js b/USERS.js
index c6f60d7..e282719 100644
--- a/USERS.js
+++ b/USERS.js
@@ -4,9 +4,9 @@
// step3: push 3 files & open a new PR
/**
- * @param {string} url github地址
- * @param {string} logo logo地址
- * @param {string} width 自定义宽度,设置 auto 用于长型 logo
+ * @param {string} url github repo
+ * @param {string} logo logo url
+ * @param {string} width auto use rectangle logo
*/
const users = [
@@ -99,6 +99,10 @@ const users = [
url: 'https://github.com/nolimits4web/swiper',
logo: 'https://user-images.githubusercontent.com/29775873/156721728-3b0021ea-6932-4a77-a104-2e0bad97346e.png',
},
+ {
+ url: 'https://github.com/vitest-dev/vitest',
+ logo: 'https://user-images.githubusercontent.com/11247099/145112184-a9ff6727-661c-439d-9ada-963124a281f7.png',
+ },
];
// **************************************************************************