From 667cf28d03cd17c205055c13c7934d8eea07cf7b Mon Sep 17 00:00:00 2001 From: kajweb Date: Sun, 6 Jun 2021 23:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DJS-UI=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E5=AD=90=E7=B3=BB=E7=BB=9F=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kajweb --- README.md | 10 +++++----- README_zh.md | 16 ++++++++-------- .../{JS应用开发框架.png => JS-UI框架子系统.png} | Bin 3 files changed, 13 insertions(+), 13 deletions(-) rename figures/{JS应用开发框架.png => JS-UI框架子系统.png} (100%) diff --git a/README.md b/README.md index 1394fbf..2251fa2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JS Application Framework +# JS UI Framework - [Introduction](#section11660541593) - [Directory Structure](#section1464106163817) @@ -8,13 +8,13 @@ ## Introduction -The JS application framework is provided for you to develop OpenHarmony JavaScript applications. The following figure shows the framework architecture. +The JS UI framework is a set of JS-UI framework provided for you to develop OpenHarmony applications. The following figure shows the framework architecture. **Figure 1** Framework architecture ![](figures/framework-architecture.png "framework-architecture") -The JS application framework consists of the JavaScript data binding framework, JavaScript runtime, and JavaScript framework. +The JS UI framework consists of the JavaScript data binding framework, JavaScript runtime, and JavaScript framework. - **JavaScript data binding** @@ -46,7 +46,7 @@ The source code of the framework is stored in **/foundation/ace/ace\_engine\_li │ └── tools # Tool code ├── interfaces # APIs exposed externally │ └── innerkits # Header files for internal subsystems -│ └── builtin # JavaScript third-party module APIs exposed by the JS application framework +│ └── builtin # JavaScript third-party module APIs exposed by the JS UI framework └── test # Test cases ``` @@ -58,7 +58,7 @@ For details about the APIs, see the [JS Application Development](https://device For details, go to the **readme** repository: -[https://gitee.com/openharmony/docs/blob/master/en/readme/js-application-framework.md](https://gitee.com/openharmony/docs/blob/master/en/readme/js-application-framework.md) +[https://gitee.com/openharmony/docs/blob/master/en/readme/js-ui-framework.md](https://gitee.com/openharmony/docs/blob/master/en/readme/js-ui-framework.md) ## Repositories Involved diff --git a/README_zh.md b/README_zh.md index 3782a7a..27786d6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,4 +1,4 @@ -# JS应用开发框架组件 +# JS-UI框架子系统组件 - [简介](#section11660541593) - [目录](#section1464106163817) @@ -8,12 +8,12 @@ ## 简介 -**JS应用开发框架**,是OpenHarmony为开发者提供的一套开发OpenHarmony JS应用的开发框架。其组成如下所示: +**JS-UI框架子系统**,是OpenHarmony为开发者提供的一套开发OpenHarmony应用的JS-UI框架。其组成如下所示: -**图 1** JS应用开发框架 -![](figures/JS应用开发框架.png "JS应用开发框架") +**图 1** JS-UI框架子系统 +![](figures/JS-UI框架子系统.png "JS-UI框架子系统") -JS应用开发框架包括JS数据绑定框架(JS Data binding)、JS运行时(JS runtime)和JS框架(JS framework)。 +JS-UI框架子系统包括JS数据绑定框架(JS Data binding)、JS运行时(JS runtime)和JS框架(JS framework)。 - **JS Data binding** @@ -32,7 +32,7 @@ JS应用开发框架包括JS数据绑定框架(JS Data binding)、JS运行 ## 目录 -JS应用开发框架源代码在/foundation/ace/ace\_engine\_lite下,目录结构如下图所示: +JS-UI框架子系统源代码在/foundation/ace/ace\_engine\_lite下,目录结构如下图所示: ``` /foundation/ace/ace_engine_lite @@ -45,7 +45,7 @@ JS应用开发框架源代码在/foundation/ace/ace\_engine\_lite下,目录结 │ └── tools # 工具代码存放目录 ├── interfaces # 对外接口存放目录 │ └── innerkits # 对内部子系统暴露的头文件存放目录 -│ └── builtin # JS应用框架对外暴露JS三方module API接口存放目录 +│ └── builtin # JS-UI框架子系统对外暴露JS三方module API接口存放目录 └── test # 测试用例目录 ``` @@ -57,7 +57,7 @@ API介绍请参考[《OpenHarmony Device开发API参考》](https://device.harmo 详见: -[https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/JS应用开发框架.md](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/JS应用开发框架.md) +[https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/JS-UI框架子系统.md](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/JS-UI框架子系统.md) ## 相关仓 diff --git a/figures/JS应用开发框架.png b/figures/JS-UI框架子系统.png similarity index 100% rename from figures/JS应用开发框架.png rename to figures/JS-UI框架子系统.png