Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 13f4eb1

Browse files
committed
[+] update docs
1 parent e2b7f14 commit 13f4eb1

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,17 @@ Once it has been compiled, a browser window will be opened automatically. You ca
111111

112112
* Use Weex Ui in your daily work.
113113
* **Star it** if you like.
114-
* If you have any ideas or suggestions to improve Weex Ui, welcome to submit a [PR](./CONTRIBUTING.md).
115114
* <details>
116-
<summary>Join our chat at dingtalk.</summary>
117-
<img alt="Join the chat at dingtalk to help solve weex problems" src="https://img.alicdn.com/tfs/TB1DSvMg2DH8KJjy1XcXXcpdXXa-750-850.jpg" width="240"/>
115+
<summary>Join the chat at dingtalk to help solve weex problems.</summary>
116+
<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1DSvMg2DH8KJjy1XcXXcpdXXa-750-850.jpg" width="240"/>
118117
</details>
119118

120119
## Contribution
121-
Please make sure to read the [Contributing Guide](https://github.com/alibaba/weex-ui/blob/master/CONTRIBUTING.md) before making a pull request.
120+
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our [Contributing Guide](https://github.com/alibaba/weex-ui/blob/master/CONTRIBUTING.md) before making a pull request.
122121

123122
Thank you to all the people who already contributed to Weex Ui!
124123

125-
<a href="https://github.com/alibaba/weex-ui/graphs/contributors"><img src="https://opencollective.com/weex-ui/contributors.svg?width=540"/></a>
124+
<a href="https://github.com/alibaba/weex-ui/graphs/contributors"><img src="https://opencollective.com/weex-ui/contributors.svg?width=800"/></a>
126125

127126
## License
128127

README_cn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,13 @@ npm run start
118118
</details>
119119

120120
## 贡献
121-
确保在提交代码前已经阅读 [Contributing Guide](https://github.com/alibaba/weex-ui/blob/master/CONTRIBUTING.md)
122121

123-
欢迎大家一起来促进 Weex Ui 更好的发展!
122+
<a href="https://github.com/alibaba/weex-ui/graphs/contributors"><img src="https://opencollective.com/weex-ui/contributors.svg?width=800"/></a>
123+
想解 Bug,贡献代码或者提高文档可读性?有这个想法非常好,在提交 pull request 前记得阅读一下 [Contributing Guide](https://github.com/alibaba/weex-ui/blob/master/CONTRIBUTING.md)
124124

125-
<a href="https://github.com/alibaba/weex-ui/graphs/contributors"><img src="https://opencollective.com/weex-ui/contributors.svg?width=540"/></a>
125+
感谢给 Weex Ui 贡献代码的你们!
126+
127+
<a href="https://github.com/alibaba/weex-ui/graphs/contributors"><img src="https://opencollective.com/weex-ui/contributors.svg?width=800"/></a>
126128

127129
## 协议
128130

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "index.js",
66
"lib": "vue",
77
"type": "weex",
8-
"repository": "https://github.com/alibaba/weex-ui",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/alibaba/weex-ui.git"
11+
},
912
"homepage": "https://alibaba.github.io/weex-ui/",
1013
"bugs": {
1114
"url": "https://github.com/alibaba/weex-ui/issues"

0 commit comments

Comments
 (0)