diff --git a/en/readme/js-application-framework.md b/en/readme/js-application-framework.md index 1a510f9c88f556cab2af057d791d254a6459ef87..eb01fd3f104333f455758a890713ceea48b0a1a8 100755 --- a/en/readme/js-application-framework.md +++ b/en/readme/js-application-framework.md @@ -22,17 +22,17 @@ The source code of the framework is stored in **/foundation/ace/ace\_engine\_li ``` /foundation/ace/ace_engine_lite -├── frameworks # Framework code +├── frameworks # Framework code │ ├── examples # Sample code │ ├── include # Header files │ ├── packages # JavaScript implementation -│ ├── src # Source code +│ ├── src # Source code │ ├── targets # Configuration files of target devices │ └── tools # Tool code -├── interfaces # APIs exposed externally +├── interfaces # APIs exposed externally │ └── innerkits # Header files for internal subsystems │ └── builtin # JavaScript third-party module APIs exposed by the JS application framework -└── test # Test cases +└── test # Test cases ``` ## Constraints @@ -161,8 +161,8 @@ Runtime-core is a JavaScript-based simple data hijacking framework provided by t ├── package-lock.json # NPM dependency lock file ├── .prettierrc # Configuration file for code formatting rules ├── scripts # Directory for compilation scripts - │ ├── build.js # Compilation script - │ └── configs.js # Rollup configuration file + │ ├── build.js # Compilation script + │ └── configs.js # Rollup configuration file ├── .size-snapshot.json └── src # Source code ├── core # ViewModel core implementation code @@ -200,5 +200,5 @@ The following NPM commands are supported: ## Repositories Involved -ace\_engine\_lite +[ace\_engine\_lite](https://gitee.com/openharmony/ace_engine_lite/blob/master/README.md) diff --git "a/zh-cn/readme/JS\345\272\224\347\224\250\345\274\200\345\217\221\346\241\206\346\236\266.md" "b/zh-cn/readme/JS\345\272\224\347\224\250\345\274\200\345\217\221\346\241\206\346\236\266.md" index 99ce7321577db4ae3d3b946b7c3059c8b158f358..4d640232bc5fd8ad94ea025e348e937f9d5852be 100644 --- "a/zh-cn/readme/JS\345\272\224\347\224\250\345\274\200\345\217\221\346\241\206\346\236\266.md" +++ "b/zh-cn/readme/JS\345\272\224\347\224\250\345\274\200\345\217\221\346\241\206\346\236\266.md" @@ -200,5 +200,5 @@ acelite\_config.h主要用于对应平台的特性宏开关,也可用来进行 ## 相关仓 -ace\_engine\_lite +[ace\_engine\_lite](https://gitee.com/openharmony/ace_engine_lite/blob/master/README_zh.md)