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

!3711 website和Readme修改

Merge pull request !3711 from zengyawen/master
此差异已折叠。
......@@ -20,18 +20,23 @@
- [Ability开发](ability/Readme-CN.md)
- [UI开发](ui/Readme-CN.md)
- 基础功能开发
- [公共事件与通知](notification/Readme-CN.md)
- [窗口管理](windowmanager/Readme-CN.md)
- [WebGL](webgl/Readme-CN.md)
- [媒体](media/Readme-CN.md)
- [安全](security/Readme-CN.md)
- [网络与连接](connectivity/Readme-CN.md)
- [数据管理](database/Readme-CN.md)
- [电话服务](telephony/Readme-CN.md)
- [后台代理提醒](background-agent-scheduled-reminder/Readme-CN.md)
- [后台任务管理](background-task-management/Readme-CN.md)
- [延迟任务调度](work-scheduler/Readme-CN.md)
- [设备管理](device/Readme-CN.md)
- [设备使用信息统计](device-usage-statistics/Readme-CN.md)
- [DFX](dfx/Readme-CN.md)
- [国际化](internationalization/Readme-CN.md)
- [IDL工具规格及使用说明书](IDL/idl-guidelines.md)
- [Native API在应用工程中的使用指导](napi/napi-guidelines.md)
- 工具
- [DevEco Studio(OpenHarmony)使用指南](quick-start/deveco-studio-user-guide-for-openharmony.md)
- 示例教程
......
# Ability开发
- [Ability框架概述](ability-brief.md)
- [应用上下文Context概述](context-userguide.md)
- FA模型
- [Ability框架概述](ability-brief.md)
- [应用上下文Context概述](context-userguide.md)
- FA模型
- [FA模型综述](fa-brief.md)
- [PageAbility开发指导](fa-pageability.md)
- [ServiceAbility开发指导](fa-serviceability.md)
- [DataAbility开发指导](fa-dataability.md)
- [FA卡片开发指导](fa-formability.md)
- Stage模型
- Stage模型
- [Stage模型综述](stage-brief.md)
- [Ability开发指导](stage-ability.md)
- [ServiceExtensionAbility开发指导](stage-serviceextension.md)
- [跨端迁移开发指导](stage-ability-continuation.md)
- [Call调用开发指导](stage-call.md)
- [Stage卡片开发指导](stage-formextension.md)
- 其他
- 其他
- [WantAgent开发指导](wantagent.md)
- [Ability助手使用指导](ability-assistant-guidelines.md)
- [测试框架使用指导](ability-delegator.md)
# 后台代理提醒
- [概述](background-agent-scheduled-reminder-overview.md)
- [开发指导](background-agent-scheduled-reminder-guide.md)
- [后台代理提醒概述](background-agent-scheduled-reminder-overview.md)
- [后台代理提醒开发指导](background-agent-scheduled-reminder-guide.md)
# 公共事件与通知
[公共事件与通知概述](notification-brief.md)
### 公共事件
* [公共事件开发指导](common-event.md)
### 通知
* [通知开发指导](notification.md)
### 调试工具
* [调试助手使用指导](assistant-guidelines.md)
\ No newline at end of file
- [公共事件与通知概述](notification-brief.md)
- 公共事件
- [公共事件开发指导](common-event.md)
- 通知
- [通知开发指导](notification.md)
- 调试工具
- [调试助手使用指导](assistant-guidelines.md)
\ No newline at end of file
......@@ -16,21 +16,24 @@
- 开发
- Ability开发
- [Ability框架概述](ability/ability-brief.md)
- [应用上下文Context概述](ability/context-userguide.md)
- FA模型
- [FA模型综述](ability/fa-brief.md)
- [PageAbility开发指导](ability/fa-pageability.md)
- [ServiceAbility开发指导](ability/fa-serviceability.md)
- [DataAbility开发指导](ability/fa-dataability.md)
- [FormAbility开发指导](ability/fa-formability.md)
- [FA卡片开发指导](ability/fa-formability.md)
- Stage模型
- [Stage模型综述](ability/stage-brief.md)
- [Ability开发指导](ability/stage-ability.md)
- [ServiceExtensionAbility开发指导](ability/stage-serviceextension.md)
- [FormExtensionAbility开发指导](ability/stage-formextension.md)
- [应用迁移开发指导](ability/stage-ability-continuation.md)
- [跨端迁移开发指导](ability/stage-ability-continuation.md)
- [Call调用开发指导](ability/stage-call.md)
- [Stage卡片开发指导](ability/stage-formextension.md)
- 其他
- [WantAgent使用指导](ability/wantagent.md)
- [WantAgent开发指导](ability/wantagent.md)
- [Ability助手使用指导](ability/ability-assistant-guidelines.md)
- [测试框架使用指导](ability/ability-delegator.md)
- UI开发
- [方舟开发框架(ArkUI)概述](ui/arkui-overview.md)
- 基于JS扩展的类Web开发范式
......@@ -177,6 +180,14 @@
- [构建食物分类Grid布局](ui/ui-ts-building-category-grid-layout.md)
- [页面跳转与数据传递](ui/ui-ts-page-redirection-data-transmission.md)
- 基础功能开发
- 公共事件与通知
- [公共事件与通知概述](notification/notification-brief.md)
- 公共事件
- [公共事件开发指导](notification/common-event.md)
- 通知
- [通知开发指导](notification/notification.md)
- 调试工具
- [调试助手使用指导](notification/assistant-guidelines.md)
- 窗口管理
- 窗口
- [窗口开发概述](windowmanager/window-overview.md)
......@@ -188,7 +199,7 @@
- [屏幕截图开发概述](windowmanager/screenshot-overview.md)
- [屏幕截图开发指导](windowmanager/screenshot-guidelines.md)
- WebGL
- [概述](webgl/webgl-overview.md)
- [WebGL开发概述](webgl/webgl-overview.md)
- [WebGL开发指导](webgl/webgl-guidelines.md)
- 媒体
- 音频
......@@ -215,10 +226,19 @@
- [访问控制开发概述](security/accesstoken-overview.md)
- [访问控制开发指导](security/accesstoken-guidelines.md)
- 网络与连接
- 网络管理
- [网络管理开发概述](connectivity/net-mgmt-overview.md)
- [HTTP数据请求](connectivity/http-request.md)
- [WebSocket连接](connectivity/websocket-connection.md)
- [Socket连接](connectivity/socket-connection.md)
- IPC与RPC通信
- [IPC与RPC通信概述](connectivity/ipc-rpc-overview.md)
- [IPC与RPC通信开发指导](connectivity/ipc-rpc-development-guideline.md)
- [远端状态订阅开发实例](connectivity/subscribe-remote-state.md)
- 电话服务
- [电话服务开发概述](telephony/telephony-overview.md)
- [跳转拨号界面](telephony/jumping-to-the-dial-screen.md)
- [获取当前蜂窝网络信号信息](telephony/cellular-network-signal-info.md)
- 数据管理
- 分布式数据服务
- [分布式数据服务概述](database/database-mdds-overview.md)
......@@ -233,12 +253,15 @@
- [分布式数据对象概述](database/database-distributedobject-overview.md)
- [分布式数据对象开发指导](database/database-distributedobject-guidelines.md)
- 后台代理提醒
- [概述](background-agent-scheduled-reminder/background-agent-scheduled-reminder-overview.md)
- [开发指导](background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md)
- [后台代理概述](background-agent-scheduled-reminder/background-agent-scheduled-reminder-overview.md)
- [后台代理开发指导](background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md)
- 后台任务管理
- 后台任务
- [后台任务概述](background-task-management/background-task-overview.md)
- [后台任务开发指导](background-task-management/background-task-dev-guide.md)
- 延迟任务调度
- [延迟任务调度概述](work-scheduler/work-scheduler-overview.md)
- [延迟任务调度开发指导](work-scheduler/work-scheduler-dev-guide.md)
- 设备管理
- USB服务
- [USB服务开发概述](device/usb-overview.md)
......@@ -253,6 +276,9 @@
- 振动
- [振动开发概述](device/vibrator-overview.md)
- [振动开发指导](device/vibrator-guidelines.md)
- 升级服务
- [示例服务器开发概述](device/sample-server-overview.md)
- [示例服务器开发指导](device/sample-server-guidelines.md)
- 设备使用信息统计
- [设备使用信息统计概述](device-usage-statistics/device-usage-statistics-overview.md)
- [设备使用信息统计开发指导](device-usage-statistics/device-usage-statistics-dev-guide.md)
......@@ -270,6 +296,8 @@
- [国际化开发概述](internationalization/international-overview.md)
- [Intl开发指导](internationalization/intl-guidelines.md)
- [I18n开发指导](internationalization/i18n-guidelines.md)
- [IDL工具规格及使用说明书](IDL/idl-guidelines.md)
- [Native API在应用工程中的使用指导](napi/napi-guidelines.md)
- 工具
- [DevEco Studio(OpenHarmony)使用指南](quick-start/deveco-studio-user-guide-for-openharmony.md)
- 示例教程
......@@ -286,6 +314,7 @@
- [动画样式](reference/arkui-js/js-components-common-animation.md)
- [渐变样式](reference/arkui-js/js-components-common-gradient.md)
- [转场样式](reference/arkui-js/js-components-common-transition.md)
- [媒体查询](reference/arkui-js/js-components-common-mediaquery.md)
- [自定义字体样式](reference/arkui-js/js-components-common-customizing-font.md)
- [原子布局](reference/arkui-js/js-components-common-atomic-layout.md)
- 容器组件
......@@ -375,6 +404,7 @@
- [事件参数](reference/arkui-js/js-components-custom-event-parameter.md)
- [slot插槽](reference/arkui-js/js-components-custom-slot.md)
- [生命周期定义](reference/arkui-js/js-components-custom-lifecycle.md)
- 附录
- [类型说明](reference/arkui-js/js-appendix-types.md)
- 组件参考(基于TS扩展的声明式开发范式)
- 组件
......@@ -520,7 +550,8 @@
- [警告弹窗](reference/arkui-ts/ts-methods-alert-dialog-box.md)
- [列表选择弹窗](reference/arkui-ts/ts-methods-action-sheet.md)
- [自定义弹窗](reference/arkui-ts/ts-methods-custom-dialog-box.md)
- [日期时间选择弹窗](reference/arkui-ts/ts-methods-datepicker-dialog.md)
- [日期选择弹窗](reference/arkui-ts/ts-methods-datepicker-dialog.md)
- [时间选择弹窗](reference/arkui-ts/ts-methods-timepicker-dialog.md)
- [文本选择弹窗](reference/arkui-ts/ts-methods-textpicker-dialog.md)
- [菜单](reference/arkui-ts/ts-methods-menu.md)
- [文档中涉及到的内置枚举值](reference/arkui-ts/ts-appendix-enums.md)
......@@ -570,7 +601,6 @@
- [ProcessRunningInfo (ProcessRunningInfo)](reference/apis/js-apis-processrunninginfo.md)
- [ServiceExtensionContext (ServiceExtensionContext)](reference/apis/js-apis-service-extension-context.md)
- [shellCmdResult (ShellCmdResult)](reference/apis/js-apis-application-shellCmdResult.md)
- 公共事件与通知
- [@ohos.commonEvent (公共事件模块)](reference/apis/js-apis-commonEvent.md)
......@@ -643,6 +673,7 @@
- 文件管理
- [@ohos.document (文件交互)](reference/apis/js-apis-document.md)
- [@ohos.environment (目录环境能力)](reference/apis/js-apis-environment.md)
- [@ohos.fileio (文件管理)](reference/apis/js-apis-fileio.md)
- [@ohos.fileManager (公共文件访问与管理)](reference/apis/js-apis-filemanager.md)
......
# 延迟任务调度
- 后台任务
- [延迟任务调度概述](work-scheduler-overview.md)
- [延迟任务调度开发指导](work-scheduler-dev-guide.md)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册