mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: update cn site link (#16764)
This commit is contained in:
@@ -17,10 +17,18 @@ 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',
|
||||
url: 'https://doc.buildadmin.com/?from=element-plus',
|
||||
slogan: 'Vue3 opensource admin system',
|
||||
slogan_cn: 'Vue3企业级开源后台管理系统',
|
||||
},
|
||||
{
|
||||
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',
|
||||
|
||||
@@ -23,7 +23,7 @@ const homeLang = computed(() => homeLocale[lang.value])
|
||||
{{ homeLang['11'] }}
|
||||
</a>
|
||||
<a
|
||||
href="https://element-plus.gitee.io/zh-CN/"
|
||||
href="https://cn.element-plus.org/zh-CN/"
|
||||
class="footer-main-link"
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
@@ -17,7 +17,7 @@ const onItemClick = (item: any) => {
|
||||
v-if="!item.url"
|
||||
:class="[
|
||||
isDark && '!bg-#262729 color-$text-color-placeholder',
|
||||
'flex bg-#F9F9F9 rd-0px h-40px w-89px justify-center items-center',
|
||||
'flex bg-#F9F9F9 rd-0px h-42px w-95px justify-center items-center',
|
||||
]"
|
||||
>
|
||||
<div class="color-#ddd text-13px cursor-default">Your logo</div>
|
||||
@@ -34,7 +34,7 @@ const onItemClick = (item: any) => {
|
||||
<div
|
||||
:class="[
|
||||
isDark && '!bg-#262729',
|
||||
'flex m-b-2px bg-#F9F9F9 rd-0px h-40px w-89px justify-center items-center',
|
||||
'flex m-b-4px bg-#F9F9F9 rd-0px h-42px w-95px justify-center items-center',
|
||||
]"
|
||||
>
|
||||
<img :src="item.imgL" :alt="item.name" />
|
||||
|
||||
BIN
docs/public/images/sponsors/fantastic-admin-l.png
Normal file
BIN
docs/public/images/sponsors/fantastic-admin-l.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
docs/public/images/sponsors/fantastic-admin.png
Normal file
BIN
docs/public/images/sponsors/fantastic-admin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user