Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cn site link #16764

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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">
Expand Down
10 changes: 9 additions & 1 deletion docs/.vitepress/config/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/vitepress/components/globals/vp-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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" />
Expand Down
Binary file added docs/public/images/sponsors/fantastic-admin-l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/sponsors/fantastic-admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading