未验证 提交 8a59aabb 编写于 作者: O openharmony_ci 提交者: Gitee

!12187 【轻量级 PR】:update zh-cn/application-dev/quick-start/start-with-ets-stage.md.

Merge pull request !12187 from 葛亚芳/N/A
......@@ -38,7 +38,7 @@
- **src > main > ets > entryability**:应用/服务的入口。
- **src > main > ets > pages**:应用/服务包含的页面。
- **src > main > resources**:用于存放应用/服务所用到的资源文件,如图形、多媒体、字符串、布局文件等。关于资源文件,详见[资源文件的分类](resource-categories-and-access.md#资源分类)
- **src > main > module.json5**:模块配置文件。主要包含HAP包的配置信息、应用/服务在具体设备上的配置信息以及应用/服务的全局配置信息。具体的配置文件说明,详见[Stage模型应用程序包结构](application-package-structure-stage.md)
- **src > main > module.json5**:模块配置文件。主要包含HAP包的配置信息、应用/服务在具体设备上的配置信息以及应用/服务的全局配置信息。具体的配置文件说明,详见[module.json5配置文件](module-configuration-file.md)
- **build-profile.json5**:当前的模块信息 、编译信息配置项,包括buildOption、targets配置等。
- **hvigorfile.ts**:模块级编译构建任务脚本,开发者可以自定义相关任务和代码实现。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册