docs: add jeecg sponsor
parent
3a85220a57
commit
dac22759db
|
@ -6,7 +6,7 @@ export default {
|
|||
},
|
||||
render() {
|
||||
const isCN = this.isCN;
|
||||
const showPpy = moment().isBefore(moment('2021-06-15'));
|
||||
const showJeecg = moment().isBefore(moment('2023-09-10'));
|
||||
return (
|
||||
<footer id="footer">
|
||||
<div class="footer-wrap">
|
||||
|
@ -80,6 +80,13 @@ export default {
|
|||
<a-col md={6} sm={24} xs={24}>
|
||||
<div class="footer-center">
|
||||
<h2>{isCN ? '友情链接' : 'Links'}</h2>
|
||||
{showJeecg && (
|
||||
<div>
|
||||
<a href="http://www.jeecg.com/" target="_blank">
|
||||
Jeecg
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
<div>
|
||||
<a href="https://cn.vuejs.org/" target="_blank">
|
||||
Vue
|
||||
|
@ -95,13 +102,6 @@ export default {
|
|||
@formily/antdv
|
||||
</a>
|
||||
</div>
|
||||
{showPpy && (
|
||||
<div>
|
||||
<a href="https://www.pengpengyu.com/" target="_blank">
|
||||
砰砰鱼
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col md={6} sm={24} xs={24}>
|
||||
|
|
|
@ -33,7 +33,7 @@ You can consult me by email [antdv@foxmail.com](antdv@foxmail.com).
|
|||
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/ant-design-vue#sponsor)]
|
||||
|
||||
<div>
|
||||
<a href="http://www.powerproject.com.cn/" target="_blank"><img src="http://www.powerproject.com.cn/wp-content/uploads/2019/08/2019080215041192.png"></a>
|
||||
<a href="http://www.jeecg.com/" target="_blank"><img src="https://aliyuncdn.antdv.com/jeecg-logo.png" height="64"></a>
|
||||
<a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a>
|
||||
|
|
|
@ -37,7 +37,7 @@ ant-design-vue 是采用 MIT 许可的开源项目,使用完全免费。 但
|
|||
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/ant-design-vue#sponsor)]
|
||||
|
||||
<div>
|
||||
<a href="http://www.powerproject.com.cn/" target="_blank"><img src="http://www.powerproject.com.cn/wp-content/uploads/2019/08/2019080215041192.png"></a>
|
||||
<a href="http://www.jeecg.com/" target="_blank"><img src="https://aliyuncdn.antdv.com/jeecg-logo.png" height="64"></a>
|
||||
<a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a>
|
||||
|
|
Loading…
Reference in New Issue