Skip to content
Merged
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Taro 是由 [凹凸实验室](https://aotu.io) 倾力打造的多端开发解决方案。现如今市面上端的形态多种多样,Web、ReactNative、微信小程序等各种端大行其道,当业务要求同时在不同的端都要求有所表现的时候,针对不同的端去编写多套代码的成本显然非常高,这时候只编写一套代码就能够适配到多端的能力就显得极为需要。

使用 Taro,我们可以只书写一套代码,再通过 Taro 的编译工具,将源代码分别编译出可以在不同端(微信小程序、H5、RN 等)运行的代码。
使用 Taro,我们可以只书写一套代码,再通过 Taro 的编译工具,将源代码分别编译出可以在不同端(微信小程序、H5、RN等)运行的代码。

## 体验

Expand Down Expand Up @@ -83,5 +83,5 @@ MIT
[david-dm-image]: https://david-dm.org/NervJS/taro-ui.svg?style=flat-square
[david-dm-url]: https://david-dm.org/NervJS/taro-ui
[license-image]: https://img.shields.io/github/license/jd-opensource/taro-ui?style=flat-square
[license-url]: https://github.com/jd-opensource/taro-ui/blob/master/LICENSE
[license-url]: ./LICENSE
[roadmap-image]: ./docs/assets/taro-ui-roadmap.svg
10 changes: 5 additions & 5 deletions packages/taro-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ import { AtButton } from 'taro-ui'

## 开发计划

[查看 Roadmap →](https://github.com/jd-opensource/taro-ui/blob/master/ROADMAP.md)
[查看 Roadmap →](../../ROADMAP.md)

## 路线图

Taro UI 正在积极恢复维护中,当前重点完成 Monorepo 重构、CSS 预编译和 Taro v4 兼容性验证。详细规划请查看 [ROADMAP.md](https://github.com/jd-opensource/taro-ui/blob/master/ROADMAP.md)。
Taro UI 正在积极恢复维护中,当前重点完成 Monorepo 重构、CSS 预编译和 Taro v4 兼容性验证。详细规划请查看 [ROADMAP.md](../../ROADMAP.md)。

## 贡献

如果你在使用 `Taro UI` 时遇到问题,或者有好的建议,欢迎给我们提 `Issue` 或 `Pull Request`。在开始之前,请阅读 [贡献指南](https://github.com/jd-opensource/taro-ui/blob/master/.github/CONTRIBUTING.md)
如果你在使用 `Taro UI` 时遇到问题,或者有好的建议,欢迎给我们提 `Issue` 或 `Pull Request`。在开始之前,请阅读 [贡献指南](../../.github/CONTRIBUTING.md)

## License

Expand All @@ -81,5 +81,5 @@ MIT
[david-dm-image]: https://david-dm.org/NervJS/taro-ui.svg?style=flat-square
[david-dm-url]: https://david-dm.org/NervJS/taro-ui
[license-image]: https://img.shields.io/github/license/jd-opensource/taro-ui?style=flat-square
[license-url]: https://github.com/jd-opensource/taro-ui/blob/master/LICENSE
[roadmap-image]: https://github.com/jd-opensource/taro-ui/blob/master/docs/assets/taro-ui-roadmap.svg
[license-url]: ../../LICENSE
[roadmap-image]: ../../docs/assets/taro-ui-roadmap.svg
Loading