diff --git a/docs/.vitepress/config/sponsors.ts b/docs/.vitepress/config/sponsors.ts index a463a6efd1..5e07f9fd95 100644 --- a/docs/.vitepress/config/sponsors.ts +++ b/docs/.vitepress/config/sponsors.ts @@ -14,7 +14,7 @@ export const platinumSponsors = [ url: 'https://vform666.com/vform3.html?from=element_plus', slogan: 'Vue 3 Visual/Low-Code Forms', slogan_cn: 'Vue 3 可视化/低代码表单', - banner_img: '/images/vform-banner.jpg', + banner_img: '/images/vform-banner.png', }, { name: 'JSDesign', diff --git a/docs/public/images/vform-banner.jpg b/docs/public/images/vform-banner.jpg deleted file mode 100644 index efb8909362..0000000000 Binary files a/docs/public/images/vform-banner.jpg and /dev/null differ diff --git a/docs/public/images/vform-banner.png b/docs/public/images/vform-banner.png new file mode 100644 index 0000000000..4fb0e0c0cd Binary files /dev/null and b/docs/public/images/vform-banner.png differ