diff --git a/CodeCommitChecklist.md b/CodeCommitChecklist.md index e531a14f92ccfc181b838e2e8aa365a617b7786a..ceb4049d4ba3879d26e525e20cb0ea15b2e909e1 100644 --- a/CodeCommitChecklist.md +++ b/CodeCommitChecklist.md @@ -105,7 +105,7 @@ Signed-off-by: jiangwensai 6.2 API版本、SDK版本(如果依赖Full SDK,附上替换链接),示例如下: - 本示例进支持APIXX版本SDK,版本号:3.X.X.X;(如果涉及Full SDK还需加上:本涉及涉及使用系统接口:XXX,需要手动替换Full SDK才能编译通过,具体操作可参考[替换指南]。) + 本示例仅支持APIXX版本SDK,版本号:3.X.X.X;(如果涉及Full SDK还需加上:本涉及涉及使用系统接口:XXX,需要手动替换Full SDK才能编译通过,具体操作可参考[替换指南]。) 6.3 支持的IDE版本,示例如下: diff --git a/media/Scan/README_zh.md b/media/Scan/README_zh.md index 21b35d5d001f72c9735fa0da2abb714a74f69fac..910b1f2a2e1fc16524bac8621b62f70ae0449419 100644 --- a/media/Scan/README_zh.md +++ b/media/Scan/README_zh.md @@ -28,18 +28,13 @@ ### 相关权限 -``` 本示例需要在module.json5中配置如下权限: -读取公共媒体文件权限:ohos.permission.READ_MEDIA +读取公共媒体文件权限:[ohos.permission.READ_MEDIA](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/security/permission-list.md) -相机权限 ohos.permission.CAMERA - -本地资源读取权限 ohos.permission.MEDIA_LOCATION - -[权限说明](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/security/permission-list.md) -``` +相机权限 [ohos.permission.CAMERA](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/security/permission-list.md) +本地资源读取权限 [ohos.permission.MEDIA_LOCATION](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/security/permission-list.md) ### 依赖