Skip to content

Commit

Permalink
chore: add support
Browse files Browse the repository at this point in the history
  • Loading branch information
BANG88 committed Feb 19, 2019
1 parent 9ea6b61 commit ac810f3
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/react/support.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
order: 5
title: Support us
---


# Please support us


**Note**

> The `Ant Design React Native` version starts with the 3.x version** Ant Financial does not maintain the project**, it is now maintained by me [Github](https://github.com/bang88), the previous discussion please checkout[(The new plan) 3.0.0 - Discussion ](https://github.com/ant-design/ant-design-mobile-rn/issues/119)


## One-time Donations

![image](https://user-images.githubusercontent.com/433259/52996376-66ebb300-3458-11e9-84fa-6319bb4b0428.png)


## Corporate sponsorship


Please contact me at: sqibang@gmail.com

43 changes: 43 additions & 0 deletions docs/react/support.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
order: 5
title: 支持我们
---


# 支持我继续开发维护


**声明**

> `Ant Design React Native` 版本从 3.x 版本开始**蚂蚁金服不再维护该项目**,现在由我 [Github](https://github.com/bang88) 维护, 之前的讨论以及具体情况可以查看 [新版计划(The new plan) 3.0.0 - Discussion ](https://github.com/ant-design/ant-design-mobile-rn/issues/119)



以下完全处于我自身的考虑与蚂蚁金服没有任何关系。

**我现在依然还在维护以及开发该项目,捐助不是必须的。如果你可以捐助几个玩具或者几片尿不湿的💰的话也是非常感激的。**

为了项目能够更健康持续的发展下去,我期望能获得部分资金的支持,你可以通过以下方式来赞助开发。



## 一次性赞助



| 支付宝 | 微信 | PayPal |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| ![image](https://user-images.githubusercontent.com/433259/52995899-eb3d3680-3456-11e9-8ddc-858db0724636.png) | ![image](https://user-images.githubusercontent.com/433259/52995914-f2644480-3456-11e9-8ce1-f908929e0d33.png) | ![image](https://user-images.githubusercontent.com/433259/52996376-66ebb300-3458-11e9-84fa-6319bb4b0428.png) |



## 企业赞助或者其他赞助


请联系我 sqibang@gmail.com


----

**帮忙回答问题或者提问题的时候能给出重现代码也是赞助**
1 change: 1 addition & 0 deletions site/desktop/src/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'app.header.search': 'Search...',
'app.header.menu.home': 'Home',
'app.header.menu.components': 'Components',
'app.header.menu.support': 'Support us',
'app.header.menu.design': 'Specification',
'app.header.menu.web': 'Web Components',
'app.header.menu.pc': 'Desktop',
Expand Down
5 changes: 5 additions & 0 deletions site/desktop/src/template/Layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ export default class Header extends React.Component {
<FormattedMessage id="app.header.menu.web" />
</a>
</Menu.Item>
<Menu.Item key="docs/react/support">
<Link to={utils.getLocalizedPathname('/docs/react/support', isZhCN)}>
<FormattedMessage id="app.header.menu.support" />
</Link>
</Menu.Item>
{/* <Menu.Item key="pc">
<a href="//ant.design">
<FormattedMessage id="app.header.menu.pc" />
Expand Down
1 change: 1 addition & 0 deletions site/desktop/src/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'app.header.search': '全文本搜索...',
'app.header.menu.home': '首页',
'app.header.menu.components': '组件',
'app.header.menu.support': '支持我们',
'app.header.menu.design': '规范',
'app.header.menu.web': 'Web 组件',
'app.header.menu.pc': '桌面版',
Expand Down

0 comments on commit ac810f3

Please sign in to comment.