From fe2855a41ca1a67374a581b9aeb139968cb06e0f Mon Sep 17 00:00:00 2001 From: zhouoaoteng Date: Tue, 1 Jul 2025 10:45:37 +0800 Subject: [PATCH] fix:uri Signed-off-by: zhouoaoteng --- zh-cn/native_sdk/filemanagement/fileuri/include/oh_file_uri.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/native_sdk/filemanagement/fileuri/include/oh_file_uri.h b/zh-cn/native_sdk/filemanagement/fileuri/include/oh_file_uri.h index bdf0cbe3..02e0bb78 100644 --- a/zh-cn/native_sdk/filemanagement/fileuri/include/oh_file_uri.h +++ b/zh-cn/native_sdk/filemanagement/fileuri/include/oh_file_uri.h @@ -22,8 +22,8 @@ * * @brief 文件统一资源标识符(File Uniform Resource Identifier)。\n * 支持fileuri与路径path的转换、有效性校验、以及指向的变换(指向的文件或路径)。\n - * 该类主要用于 uri 格式验证和 uri 转换处理。 - * 且uri用于应用间文件分享场景,将应用沙箱路径按照固定关系转换为uri;\n + * 该类主要用于 URI 格式验证和 URI 转换处理。 + * 且uri用于应用间文件分享场景,将应用沙箱路径按照固定关系转换为URI;\n * 调用者需保证所有接口入参的有效性,接口按照固定规则转换输出结果,并不检查其是否存在。 * @syscap SystemCapability.FileManagement.AppFileService * @since 12 -- Gitee