From e50b754c2844aaf742b8452a87c7efa38ca1b199 Mon Sep 17 00:00:00 2001 From: tangmimi Date: Fri, 5 May 2023 09:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B5=84=E6=BA=90=E8=B0=83?= =?UTF-8?q?=E5=BA=A6=E5=AD=90=E7=B3=BB=E7=BB=9F=E5=BE=85=E6=9C=BA=E5=85=AC?= =?UTF-8?q?=E5=85=B3=E4=BA=8B=E4=BB=B6=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tangmimi --- .../apis/common_event/commonEvent-resourceschedule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md b/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md index c1aab6b7b9..745b577c1d 100644 --- a/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md +++ b/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md @@ -9,7 +9,7 @@ 如果用户一段时间没有使用设备且屏幕已经关闭情况下,系统延迟后台应用程序CPU和网络访问,将会触发公共事件服务发布该系统公共事件。 -与这个公共事件相关的接口:deviceStandby,具体参看[接口文档](../js-apis-resourceschedule-deviceStandby.md#isDeviceInStandby)。 +与这个公共事件相关的接口:deviceStandby,具体参看[接口文档]。 ## COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED 表示待机状态下延迟后台应用程序CPU和网络访问的豁免名单出现变化,触发公共事件发布动作。 @@ -19,4 +19,4 @@ 待机状态下后台应用程序CPU和网络访问被限制,系统应用可以申请解除限制,将会触发公共事件服务发布该系统公共事件。 -与这个公共事件相关的接口:deviceStandby,具体参看[接口文档](../js-apis-resourceschedule-deviceStandby.md#applyExemptionAppResource)。 \ No newline at end of file +与这个公共事件相关的接口:deviceStandby,具体参看[接口文档]。 \ No newline at end of file -- GitLab