chore: update cn site link (#16764)

This commit is contained in:
0song
2024-05-06 19:36:56 +08:00
committed by GitHub
parent 0cff8063c5
commit 09cec09a2c
6 changed files with 19 additions and 6 deletions

View File

@@ -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',

View File

@@ -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"
>

View File

@@ -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" />

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB