Skip to content

Commit

Permalink
[Improve] team minor improvement (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys authored Sep 23, 2023
1 parent 88aeda4 commit 2703f59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/pages/team/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ export default function () {
}
</div>

<h3 className="team_title mb-5">
Contributors
</h3>
<span className="desc">{dataSource.info.contributors}</span>
<div className="row py-4">
<img src="https://contrib.rocks/image?repo=apache/streampark"/>
</div>

</div>
</Layout>;
}}
Expand Down
6 changes: 4 additions & 2 deletions src/pages/team/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"zh-CN": {
"info": {
"desc": "StreamPark 社区由贡献者组成。 贡献者可以直接访问 StreamPark 项目的源代码并参与贡献当中(包括但不限于代码的贡献)。 贡献者通过提交补丁和建议来改善项目。 该项目的贡献者数量是无限的。 无论是琐碎的清理工作,重要的新功能还是其他重大的奖励,对 StreamPark 所做的所有贡献都将受到极大的赞赏。",
"tip": "(排名不分先后)"
"tip": "(排名不分先后)",
"contributors": "感谢所有为 StreamPark 做出贡献的贡献者们!"
},
"mentor" : [
{
Expand Down Expand Up @@ -104,7 +105,8 @@
"en": {
"info": {
"desc": "The StreamPark team is comprised of Members and Contributors. Members have direct access to the source of StreamPark project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to StreamPark are greatly appreciated, whether for trivial cleanups, big new features or other material rewards.",
"tip": "(In no particular order)"
"tip": "(In no particular order)",
"contributors": "Thanks all the contributors who already contributed to StreamPark!"
},
"mentor" : [
{
Expand Down

0 comments on commit 2703f59

Please sign in to comment.