Chore: update duotai sponsorship (#10940)

pull/10944/head
杨奕 2018-04-29 12:01:08 +08:00 committed by GitHub
parent b5691d73ae
commit 7a5d24014b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 8 deletions

View File

@ -0,0 +1,16 @@
<svg width="63" height="59" viewBox="0 0 63 59" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Canvas" fill="none">
<g id="duotai-icon">
<g id="Rectangle">
<rect width="41.1402" height="42.1429" transform="translate(21.5987 16.8571)" fill="#FF7262"/>
</g>
<g id="Vector 2">
<path d="M 0 25.2857L 21.5986 0L 43.1972 25.2857L 0 25.2857Z" transform="translate(0 33.7142)" fill="#0ACF83"/>
</g>
<g id="Ellipse">
<ellipse cx="16.4561" cy="16.8572" rx="16.4561" ry="16.8572" transform="translate(5.14249 0)" fill="#1ABCFE"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 595 B

View File

@ -85,12 +85,12 @@
margin: 8px 12px 12px 0; margin: 8px 12px 12px 0;
img { img {
width: 36px; width: 42px;
} }
} }
&:nth-child(2) a img { &:first-child a img {
width: 42px; width: 36px;
} }
} }
} }
@ -130,9 +130,14 @@
<img src="~examples/assets/images/tipe.svg" alt="tipe.io"> <img src="~examples/assets/images/tipe.svg" alt="tipe.io">
</a> </a>
</li> </li>
<li class="nav-item">
<a class="sponsor" href="https://www.duotai.net/?utm_source=element" target="_blank">
<img src="~examples/assets/images/duotai.svg" alt="duotai">
</a>
</li>
<li class="nav-item"> <li class="nav-item">
<a class="sponsor" href="https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index" target="_blank"> <a class="sponsor" href="https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index" target="_blank">
<img src="~examples/assets/images/duohui.svg" alt="tipe.io"> <img src="~examples/assets/images/duohui.svg" alt="duohui">
</a> </a>
</li> </li>
</ul> </ul>

View File

@ -642,7 +642,7 @@ Search data from server-side.
| Attribute | Description | Type | Accepted Values | Default | | Attribute | Description | Type | Accepted Values | Default |
| ----| ----| ----| ---- | ----- | | ----| ----| ----| ---- | ----- |
|type| type of input | string | text / textarea | text | |type| type of input | string | text, textarea and other [native input types](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
|value| binding value | string / number| — | — | |value| binding value | string / number| — | — |
|maxlength| same as `maxlength` in native input | number| — | — | |maxlength| same as `maxlength` in native input | number| — | — |
|minlength| same as `minlength` in native input | number | — | — | |minlength| same as `minlength` in native input | number | — | — |

View File

@ -622,7 +622,7 @@ Búsqueda de datos desde el servidor.
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto | | Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| ------------- | ---------------------------------------- | ---------------- | -------------------------------- | ----------- | | ------------- | ---------------------------------------- | ---------------- | -------------------------------- | ----------- |
| type | tipo de input | string | text / textarea | text | | type | tipo de input | string | text, textarea and other [native input types](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
| value | valor enlazado | string / number | — | — | | value | valor enlazado | string / number | — | — |
| maxlength | igual que `maxlength` en el input nativo | number | — | — | | maxlength | igual que `maxlength` en el input nativo | number | — | — |
| minlength | igual que `minlength` en el input nativo | number | — | — | | minlength | igual que `minlength` en el input nativo | number | — | — |

View File

@ -798,7 +798,7 @@ export default {
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------------- |---------------- |---------------- |---------------------- |-------- | |------------- |---------------- |---------------- |---------------------- |-------- |
| type | 类型 | string | texttextarea和其他[input的type值](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text | | type | 类型 | string | texttextarea 和其他 [原生 input type ](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
| value | 绑定值 | string / number | — | — | | value | 绑定值 | string / number | — | — |
| maxlength | 原生属性,最大输入长度 | number | — | — | | maxlength | 原生属性,最大输入长度 | number | — | — |
| minlength | 原生属性,最小输入长度 | number | — | — | | minlength | 原生属性,最小输入长度 | number | — | — |

View File

@ -296,8 +296,15 @@
<p>Next Generation API-first CMS</p> <p>Next Generation API-first CMS</p>
</div> </div>
</a> </a>
<a class="sponsor" href="https://www.duotai.net/?utm_source=element" target="_blank">
<img width="42px" src="~examples/assets/images/duotai.svg" alt="duotai">
<div>
<p>Sponsored by 多态</p>
<p>多元化的数据收集和整理工具</p>
</div>
</a>
<a class="sponsor" href="https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index" target="_blank"> <a class="sponsor" href="https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index" target="_blank">
<img width="45px" src="~examples/assets/images/duohui.svg" alt="tipe.io"> <img width="45px" src="~examples/assets/images/duohui.svg" alt="duohui">
<div> <div>
<p>Sponsored by 多会</p> <p>Sponsored by 多会</p>
<p>炫酷的新一代活动票务系统</p> <p>炫酷的新一代活动票务系统</p>