diff --git a/README.md b/README.md
index 2b1264106a..c0008bf1b9 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,11 @@ You can also try Element Plus out with the components built-in playground.
+
+
+
+
+ |
diff --git a/docs/.vitepress/config/sponsors.ts b/docs/.vitepress/config/sponsors.ts
index e9bed6f677..ef3b1c5a29 100644
--- a/docs/.vitepress/config/sponsors.ts
+++ b/docs/.vitepress/config/sponsors.ts
@@ -29,6 +29,14 @@ export const rightLogoSmallSponsors = [
slogan: 'Fast and elegant low-code dev platform',
slogan_cn: '快速且优雅的低代码平台',
},
+ {
+ name: 'Fantastic-admin',
+ img: '/images/sponsors/fantastic-admin.png',
+ imgL: '/images/sponsors/fantastic-admin-l.png',
+ url: 'https://fantastic-admin.github.io/',
+ slogan: 'Out-of-the-box Vue3 management system framework',
+ slogan_cn: '一款开箱即用的 Vue3 中后台管理系统框架',
+ },
{
name: 'bit',
img: '/images/bit.svg',
|