mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore: update readme jnpf (#4217)
This commit is contained in:
parent
670a4a29bd
commit
b1cce27d75
@ -46,6 +46,11 @@ This project is still under heavy development. Feel free to join us and make you
|
||||
<table align="center" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://www.jnpfsoft.com/index.html?from=elementUI" target="_blank">
|
||||
<img width="150px" src="https://user-images.githubusercontent.com/17680888/140337374-59b3cb43-c1d3-449e-9757-2503de56f8e2.png">
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://bit.dev/?from=element-ui" target="_blank">
|
||||
<img width="150px" src="https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png">
|
||||
|
@ -11,6 +11,13 @@ const jumbotronRedOffset = ref(0)
|
||||
const jumbotronRef = ref<HTMLElement | null>(null)
|
||||
|
||||
const sponsors = [
|
||||
{
|
||||
name: 'JNPF',
|
||||
img: withBase('/images/jnpf_index.png'),
|
||||
url: 'https://www.jnpfsoft.com/index.html?from=elementUI',
|
||||
slogan: 'JNPF low code development platform to develop simple!',
|
||||
className: 'jnpf',
|
||||
},
|
||||
{
|
||||
name: 'bit',
|
||||
img: withBase('/images/bit.svg'),
|
||||
@ -252,6 +259,10 @@ useEventListener(window, 'scroll', handleScroll)
|
||||
.sponsors {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
// jnpf ad class
|
||||
.jnpf > div > p:last-of-type {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.sponsor {
|
||||
|
BIN
docs/public/images/jnpf_index.png
Normal file
BIN
docs/public/images/jnpf_index.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user