未验证 提交 ac1a379f 编写于 作者: Z zengyawen 提交者: Gitee

application-models

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 8a10f9a5
......@@ -12,9 +12,28 @@
- [使用ArkTS语言开发(FA模型)](quick-start/start-with-ets-fa.md)
- [使用JS语言开发(FA模型)](quick-start/start-with-js-fa.md)
- 开发基础知识
- [应用包结构说明(FA模型)](quick-start/package-structure.md)
- [应用包结构说明(Stage模型)](quick-start/stage-structure.md)
- [SysCap说明](quick-start/syscap.md)
- 应用程序包基础知识
- [应用程序包概述](quick-start/application-package-overview.md)
- 应用程序包结构
- [Stage模型应用程序包结构](quick-start/application-package-structure-stage.md)
- [FA模型应用程序包结构](quick-start/application-package-structure-fa.md)
- [HAR包结构](quick-start/har-structure.md)
- 应用程序包多HAP机制
- [多HAP机制设计目标](quick-start/multi-hap-objective.md)
- [多HAP构建视图](quick-start/multi-hap-build-view.md)
- [多HAP发布部署流程](quick-start/multi-hap-release-deployment.md)
- [多HAP使用规则](quick-start/multi-hap-rules.md)
- [多HAP运行机制及数据通信方式](quick-start/multi-hap-principles.md)
- [应用程序包安装和卸载流程](quick-start/application-package-install-uninstall.md)
- 应用配置文件(Stage模型)
- [应用配置文件概述(Stage模型)](quick-start/application-configuration-file-overview-stage.md)
- [app.json5配置文件](quick-start/app-configuration-file.md)
- [module.json5配置文件](quick-start/module-configuration-file.md)
- 应用配置文件(FA模型)
- [应用配置文件概述(FA模型)](quick-start/application-configuration-file-overview-fa.md)
- [app对象内部结构](quick-start/app-structure.md)
- [deviceConfig内部结构](quick-start/deviceconfig-structure.md)
- [module对象内部结构](quick-start/module-structure.md)
- [资源分类与访问](quick-start/resource-categories-and-access.md)
- 学习ArkTS语言
- [初识ArkTS语言](quick-start/arkts-get-started.md)
......@@ -28,7 +47,7 @@
- [渲染控制](quick-start/arkts-rendering-control.md)
- [使用限制与扩展](quick-start/arkts-restrictions-and-extensions.md)
- 开发
- [Ability开发](ability/Readme-CN.md)
- [应用模型](application-models/Readme-CN.md)
- [UI开发](ui/Readme-CN.md)
- [公共事件与通知](notification/Readme-CN.md)
- [窗口管理](windowmanager/Readme-CN.md)
......@@ -54,11 +73,14 @@
- [示例代码](https://gitee.com/openharmony/applications_app_samples/blob/master/README_zh.md)
- [Codelabs](https://gitee.com/openharmony/codelabs/blob/master/README.md)
- API参考
- [系统能力SystemCapability使用指南](reference/syscap.md)
- [系统能力SystemCapability列表](reference/syscap-list.md)
- [组件参考(基于TS扩展的声明式开发范式)](reference/arkui-ts/Readme-CN.md)
- [组件参考(基于JS扩展的类Web开发范式)](reference/arkui-js/Readme-CN.md)
- [JS服务卡片UI组件参考](reference/js-service-widget-ui/Readme-CN.md)
- 接口
- [JS及TS API参考](reference/apis/Readme-CN.md)
- [ArkTS及JS API参考](reference/apis/Readme-CN.md)
- [错误码参考](reference/errorcodes/Readme-CN.md)
- Native API
- [Native API参考](reference/native-apis/Readme-CN.md)
- [标准库](reference/native-lib/third_party_libc/musl.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册