mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
chore: update cn site link (#16764)
This commit is contained in:
parent
0cff8063c5
commit
09cec09a2c
@ -28,7 +28,7 @@
|
||||
Alright, for you to get started if you are looking for making Element Plus better you should keep reading.
|
||||
For developers that uses Element Plus to develop your website you should go ahead visit [Getting Started](https://element-plus.org/).
|
||||
|
||||
- 中国大陆[加速镜像站点](https://element-plus.gitee.io/)
|
||||
- 中国大陆[加速镜像站点](https://cn.element-plus.org/zh-CN/)
|
||||
|
||||
## Breaking change list
|
||||
|
||||
@ -96,10 +96,15 @@ You can also try Element Plus out with the components built-in playground.
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://wonderful-code.gitee.io/?from=element-plus" target="_blank">
|
||||
<a href="https://doc.buildadmin.com/?from=element-plus" target="_blank">
|
||||
<img width="130px" src="https://user-images.githubusercontent.com/17680888/173179536-30e35fd1-cd5a-482a-bc41-9d5f0aa66fd4.png">
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://fantastic-admin.github.io/" target="_blank">
|
||||
<img width="130px" src="https://github.com/element-plus/element-plus/assets/82012629/fdff8d8f-83e8-4986-9949-c5b4e0d30217">
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://bit.dev/?from=element-ui" target="_blank">
|
||||
<img width="130px" src="https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png">
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user