提交 42e44c07 编写于 作者: W wuhy_irobot2013 提交者: Gitee

fix ace readme style

上级 9d37ce96
...@@ -22,17 +22,17 @@ The source code of the framework is stored in **/foundation/ace/ace\_engine\_li ...@@ -22,17 +22,17 @@ The source code of the framework is stored in **/foundation/ace/ace\_engine\_li
``` ```
/foundation/ace/ace_engine_lite /foundation/ace/ace_engine_lite
├── frameworks # Framework code ├── frameworks # Framework code
│ ├── examples # Sample code │ ├── examples # Sample code
│ ├── include # Header files │ ├── include # Header files
│ ├── packages # JavaScript implementation │ ├── packages # JavaScript implementation
│ ├── src # Source code │ ├── src # Source code
│ ├── targets # Configuration files of target devices │ ├── targets # Configuration files of target devices
│ └── tools # Tool code │ └── tools # Tool code
├── interfaces # APIs exposed externally ├── interfaces # APIs exposed externally
│ └── innerkits # Header files for internal subsystems │ └── 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 application framework
└── test # Test cases └── test # Test cases
``` ```
## Constraints<a name="section1718733212019"></a> ## Constraints<a name="section1718733212019"></a>
...@@ -161,8 +161,8 @@ Runtime-core is a JavaScript-based simple data hijacking framework provided by t ...@@ -161,8 +161,8 @@ Runtime-core is a JavaScript-based simple data hijacking framework provided by t
├── package-lock.json # NPM dependency lock file ├── package-lock.json # NPM dependency lock file
├── .prettierrc # Configuration file for code formatting rules ├── .prettierrc # Configuration file for code formatting rules
├── scripts # Directory for compilation scripts ├── scripts # Directory for compilation scripts
│ ├── build.js # Compilation script │ ├── build.js # Compilation script
│ └── configs.js # Rollup configuration file │ └── configs.js # Rollup configuration file
├── .size-snapshot.json ├── .size-snapshot.json
└── src # Source code └── src # Source code
├── core # ViewModel core implementation code ├── core # ViewModel core implementation code
...@@ -200,5 +200,5 @@ The following NPM commands are supported: ...@@ -200,5 +200,5 @@ The following NPM commands are supported:
## Repositories Involved<a name="section11703194974217"></a> ## Repositories Involved<a name="section11703194974217"></a>
ace\_engine\_lite [ace\_engine\_lite](https://gitee.com/openharmony/ace_engine_lite/blob/master/README.md)
...@@ -200,5 +200,5 @@ acelite\_config.h主要用于对应平台的特性宏开关,也可用来进行 ...@@ -200,5 +200,5 @@ acelite\_config.h主要用于对应平台的特性宏开关,也可用来进行
## 相关仓<a name="section11703194974217"></a> ## 相关仓<a name="section11703194974217"></a>
ace\_engine\_lite [ace\_engine\_lite](https://gitee.com/openharmony/ace_engine_lite/blob/master/README_zh.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册