From 97d126c16733bac88ddf42bb62ab751dc2a5d989 Mon Sep 17 00:00:00 2001 From: "yupeng74@huawei.com" Date: Mon, 22 May 2023 11:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BundleStatsMap=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=90=8D=E5=92=8C=E7=B1=BB=E5=9E=8B,=E5=90=88?= =?UTF-8?q?=E5=85=A53.2release=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yupeng74@huawei.com --- .../apis/js-apis-resourceschedule-deviceUsageStatistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-resourceschedule-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-resourceschedule-deviceUsageStatistics.md index 62c12ed4e4..92d9b57320 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-resourceschedule-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-resourceschedule-deviceUsageStatistics.md @@ -1587,7 +1587,7 @@ FA卡片的使用信息的属性集合。 | 参数名 | 类型 | 必填 | 说明 | | ------------------------------ | ---------------------------------------- | ---- | -------------- | -| [key: string]: BundleStatsInfo | [key: string]: [BundleStatsInfo](#bundlestatsinfo) | 是 | 不同应用的使用时长统计信息。 | +| [key: string] | [BundleStatsInfo](#bundlestatsinfo) | 是 | 不同应用的使用时长统计信息。 | ## DeviceEventStats -- GitLab