zshshr closed pull request #286: Update roadmap.md URL: https://github.com/apache/incubator-weex-site/pull/286
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/zh/community/roadmap.md b/docs/zh/community/roadmap.md index bb836cfdc..8677e89dc 100644 --- a/docs/zh/community/roadmap.md +++ b/docs/zh/community/roadmap.md @@ -3,14 +3,14 @@ > 这篇文章主要介绍我们目前正在做和计划要做的事情, 我们希望从社区收到大家的反馈来让我们能够更好的了解大家的需求, 我们会根据您提的需求来适当的调整计划. ## WeexCore -### JS binding +### JS Runtime #### v0.20 -* 推出全新的 c++ 定时器, 相比平台的定时器更加的精准和高效. +* 全新的 c++ 定时器, 相比平台的定时器更加的精准和高效. * WeexCore 多线程架构和线程之间的交互支持. #### v0.21 * 全新的 WeexCore 3.0 架构, 支持更多的平台, ios, Android 和 Windows. -* 使用 JavaScriptCore 标准的 api 代替原有的源码接入, 退出独立的 JSRuntime, 使 ios 和 Android 都可以运行在上面. -* 更高性能的 c++ Dom API. +* 使用 JavaScriptCore 标准的 api 代替原有的源码接入, 独立的 JSRuntime, 使 ios 和 Android 都可以运行在上面. +* 更高性能的 C++ Dom API. ### Layout #### v0.20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
