chore: update doc (#9549)

This commit is contained in:
0song 2022-08-31 00:30:42 +08:00 committed by GitHub
parent d4d411c936
commit df39131856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 24 deletions

View File

@ -97,11 +97,6 @@ You can also try Element Plus out with the components built-in playground.
<img width="130px" src="https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png">
</a>
</td>
<td align="center" valign="middle">
<a href="https://form.making.link/?from=element_plus" target="_blank">
<img width="130px" src="https://user-images.githubusercontent.com/17680888/159736613-13c7c2dc-744e-4eec-b801-f4ca57871787.png">
</a>
</td>
</tr>
</tbody>
</table>

View File

@ -17,6 +17,14 @@ export const rightLogoSmallSponsors = [
slogan: 'Vue3 opensource admin system',
slogan_cn: 'Vue3企业级开源后台管理系统',
},
{
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
},
]
export const leftCustomImgSponsors = [
@ -44,22 +52,6 @@ export const platinumSponsors = [
...rightRichTextSponsors,
]
export const leftLogoSponsors = [
{
name: 'bit',
img: '/images/bit.svg',
url: 'https://bit.dev/?from=element-ui',
slogan: 'Share Code',
isDark: true, // dark theme
},
{
name: 'FormMaking',
name_cn: 'FormMaking',
img: '/images/formmaking.png',
url: 'https://form.making.link/?from=element_plus',
slogan: 'Vue form designer',
slogan_cn: 'Vue表单设计器赋能企业快速开发',
},
]
export const leftLogoSponsors = []
export const goldSponsors = [...rightLogoSmallSponsors, ...leftLogoSponsors]

View File

@ -34,7 +34,7 @@ const onItemClick = (item: any) => {
<div
:class="[
isDark && '!bg-#262729',
'flex bg-#F9F9F9 rd-0px h-40px w-89px justify-center items-center',
'flex m-b-2px bg-#F9F9F9 rd-0px h-40px w-89px justify-center items-center',
]"
>
<img :src="item.imgL" :alt="item.name" />

View File

@ -1,6 +1,6 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB