diff --git a/README.md b/README.md index 36c425540b..19f215001b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,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 new file mode 100644 index 0000000000..3751de762a --- /dev/null +++ b/docs/.vitepress/config/sponsors.ts @@ -0,0 +1,37 @@ +export const sponsors = [ + { + name: 'JNPF', + img: '/images/jnpf_index.png', + url: 'https://www.jnpfsoft.com/index.html?from=elementUI', + slogan: 'JNPF low code development platform to develop simple!', + slogan_cn: 'JNPF 低代码开发平台,让开发变得简单!', + className: 'jnpf', + banner_img: '/images/jnpfsoft.jpg', + type: 'banner', + }, + { + name: 'VForm', + img: '/images/vform.png', + 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', + type: 'banner', + }, + { + name: 'bit', + img: '/images/bit.svg', + url: 'https://bit.dev/?from=element-ui', + slogan: 'Share Code', + isDark: true, // dark theme + }, + { + name: 'renren.io', + name_cn: '人人开源', + img: '/images/renren.png', + url: 'https://www.renren.io/?from=element-ui', + slogan: 'Rapid development platform', + slogan_cn: '企业级的快速开发平台', + className: 'renren', + }, +] diff --git a/docs/.vitepress/crowdin/en-US/component/sponsors-home.json b/docs/.vitepress/crowdin/en-US/component/sponsors-home.json deleted file mode 100644 index 10dfa90f0b..0000000000 --- a/docs/.vitepress/crowdin/en-US/component/sponsors-home.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "name": "JNPF", - "img": "/images/jnpf_index.png", - "url": "https://www.jnpfsoft.com/index.html?from=elementUI", - "slogan": "JNPF low code development platform to develop simple!", - "className": "jnpf" - }, - { - "name": "bit", - "img": "/images/bit.svg", - "url": "https://bit.dev/?from=element-ui", - "slogan": "Share Code" - }, - { - "name": "renren.io", - "img": "/images/renren.png", - "url": "https://www.renren.io/?from=element-ui", - "slogan": "Rapid development platform", - "className": "renren" - } -] diff --git a/docs/.vitepress/crowdin/en-US/component/sponsors.json b/docs/.vitepress/crowdin/en-US/component/sponsors.json deleted file mode 100644 index b0fb95f38c..0000000000 --- a/docs/.vitepress/crowdin/en-US/component/sponsors.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "name": "bit", - "img": "/images/bit.svg", - "url": "https://bit.dev/?from=element-ui" - }, - { - "name": "renren.io", - "img": "/images/renren.png", - "url": "https://www.renren.io/?from=element-ui" - } -] diff --git a/docs/.vitepress/vitepress/components/globals/parallax-home.vue b/docs/.vitepress/vitepress/components/globals/parallax-home.vue index 1d621f7c67..bef653714a 100644 --- a/docs/.vitepress/vitepress/components/globals/parallax-home.vue +++ b/docs/.vitepress/vitepress/components/globals/parallax-home.vue @@ -1,20 +1,31 @@