2022-09-09 00:11:00 +08:00
|
|
|
export const rightRichTextSponsors = []
|
2022-05-09 08:49:28 +08:00
|
|
|
|
2022-06-11 16:35:10 +08:00
|
|
|
export const rightLogoSmallSponsors = [
|
|
|
|
{
|
|
|
|
name: 'BuildAdmin',
|
|
|
|
img: '/images/sponsors/buildadmin.png',
|
|
|
|
imgL: '/images/sponsors/buildadmin-l.png',
|
|
|
|
url: 'https://wonderful-code.gitee.io/?from=element-plus',
|
|
|
|
slogan: 'Vue3 opensource admin system',
|
|
|
|
slogan_cn: 'Vue3企业级开源后台管理系统',
|
|
|
|
},
|
2022-08-31 00:30:42 +08:00
|
|
|
{
|
|
|
|
name: 'bit',
|
|
|
|
img: '/images/bit.svg',
|
|
|
|
imgL: '/images/bit-l.png',
|
|
|
|
url: 'https://bit.dev/?from=element-ui',
|
|
|
|
slogan: 'Share Code',
|
|
|
|
isDark: true, // dark theme
|
|
|
|
},
|
2022-06-11 16:35:10 +08:00
|
|
|
]
|
|
|
|
|
2022-05-09 08:49:28 +08:00
|
|
|
export const leftCustomImgSponsors = [
|
2022-03-01 23:07:58 +08:00
|
|
|
{
|
|
|
|
name: 'VForm',
|
|
|
|
img: '/images/vform.png',
|
|
|
|
url: 'https://vform666.com/vform3.html?from=element_plus',
|
2022-05-09 10:33:14 +08:00
|
|
|
slogan: 'Vue 2/3 Visual/Low-Code Forms',
|
|
|
|
slogan_cn: 'Vue 2/3 可视化低代码表单',
|
2022-04-29 22:46:02 +08:00
|
|
|
banner_img: '/images/vform-banner.png',
|
2022-03-01 23:07:58 +08:00
|
|
|
},
|
2022-03-29 22:49:54 +08:00
|
|
|
{
|
|
|
|
name: 'JSDesign',
|
|
|
|
name_cn: '即时设计',
|
|
|
|
img: '/images/js-design.png',
|
|
|
|
url: 'https://js.design?source=element-plus',
|
|
|
|
slogan: 'Professional online UI design tool',
|
|
|
|
slogan_cn: '专业在线UI设计工具',
|
|
|
|
banner_img: '/images/js-design-banner.jpg',
|
|
|
|
},
|
2022-04-02 12:54:03 +08:00
|
|
|
]
|
|
|
|
|
2022-05-09 08:49:28 +08:00
|
|
|
export const platinumSponsors = [
|
|
|
|
...leftCustomImgSponsors,
|
|
|
|
...rightRichTextSponsors,
|
|
|
|
]
|
|
|
|
|
2022-08-31 00:30:42 +08:00
|
|
|
export const leftLogoSponsors = []
|
2022-06-11 16:35:10 +08:00
|
|
|
|
|
|
|
export const goldSponsors = [...rightLogoSmallSponsors, ...leftLogoSponsors]
|